I'm trying to add Valentina to a new application but I get the following errors: ------------------------- Error : ';' expected FBL_ThreadMac.h line 75 static ThreadEntryTPP sDoEntryUPP;
Error : declaration syntax error FBL_ThreadMac.h line 77 };
Error : undefined identifier 'ThreadEntryTPP' FBL_ThreadMac.cpp line 17 ThreadEntryTPP FBL_ThreadMac::sDoEntryUPP = NULL;
Error : undefined identifier 'NewThreadEntryUPP' FBL_ThreadMac.cpp line 88 sDoEntryUPP = NewThreadEntryUPP( DoEntry );
Error : undefined identifier 'DisposeThreadEntryUPP' FBL_ThreadMac.cpp line 102 DisposeThreadEntryUPP( sDoEntryUPP );
Error : cannot convert 'int' to 'pascal void * (*)(void *)' FBL_ThreadMac.cpp line 129 perativeThread, sDoEntryUPP, this, (long)stackBytes, kNewSuspend, 0, &mThread )) { throw xFBL_Exception(::NewThread( kCooper -------------------------
I'm using CodeWarrior 5 on Macintosh OS 9.2. Any suggestions?
Thanks ©2002 normanp /at/ xmission DOT com |