swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] working example for librfxswf


From: Pablo González de Aledo
Subject: [Swftools-common] working example for librfxswf
Date: Sun, 19 Apr 2009 12:43:36 +0000

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 :)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]