L
luksy
Guest
libz is included with mingw-w64, I'll try and compile when I get back home just to make sure nothing has broken in the years since ts was released.
LDLIBS := -L/ -lz -lshlwapi -lShell32
x86_64-w64-mingw32/bin/ld.exe: i386 architecture of input file `touphScript.exe.res' is incompatible with i386:x86-64 output
Correct.I'm guessing your issue is your trying to get it to read characters that aren't in the character table.
C++ doesn't care what you put in a standard string, it's a glorified vector, the encoding of the characters that take up the bytes of a string is no concern.Correct.
but in c++ language, string type only can store ascii.
I think even i can put vietnamese into flevel file, there is no way to force ff7 system recognize new symbol.
I should accept that from beginningi have spent two week for nothing.
I know the thing you say.You haven't yet grasped that ffvii has its own text encoding, touphscript handles converting between utf8 and the ffvii format.