No subject
Thu Oct 16 11:38:24 CEST 2014
\ac\ac++ -e cpp -p ViewManager-ORIG -d ViewManager -IViewManager-ORIG\src -IViewManager-ORIG\inc -v9 -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__AVKON_ELAF__ -D__MARM_ARM4__ -D__DLL__ -IViewManager-ORIG\GROUP -I \Symbian\6.1\Series60\EPOC32\INCLUDE --no_problem_spec_scope -r ViewManager\JoinPoints.xml
I get this error msg:
ViewManager-ORIG/src/ViewManagerApplication.cpp:43: error: invalid declaration near token `dllexport'
which refers to a line in a file which macro-expands out to this:
__attribute__(( dllexport )) CApaApplication* NewApplication()
{
return new CTitlePaneApplication;
}
Look familiar to anyone?
-Bil
(Compiling for Symbian on a Windows 2000 PC.)
More information about the aspectc-user
mailing list