Hello guys,
I’ve recently moved to CodeWarrior.
I am building a DLL using SDK 3.0.
The DLL compiles and works in the emulator but if I rebuild it including another application .c file, I get this error, apparently from the library:
Error: declaration syntax error
E32const.h line 2636
Which refers to:
typedef TInt (*TLibraryEntry)(TInt);
For some reason I am prone to believe that is quite a silly problem due to some configuration error…
Does anyone have any suggestion?
THX,
Mik




