Hi, I'm trying in swftools using the library librfxswf for C++. Compilation of the library worked fine (version_0.9.0) , but then I tried to compile http://www.swftools.org/flash/box.c and I get errors:
box.c: In function ‘main’: box.c:97: error: ‘LPTAG’ undeclared (first use in this function) box.c:97: error: (Each undeclared identifier is reported only once box.c:97: error: for each function it appears in.) box.c:97: error: expected ‘;’ before ‘t’ box.c:100: error: ‘LPSHAPE’ undeclared (first use in this function) box.c:100: error: expected ‘;’ before ‘s’ box.c:118: error: ‘t’ undeclared (first use in this function) box.c:130: error: ‘s’ undeclared (first use in this function) It seems the definition of LPTAG and LPSHAPE is not longer valid. Can anybody help or give me a program that works in the current environment?. Also the command line to compile in gcc if possible :) Thanks :)
