main logo
Subject: New User- Compile Errors
Author: normanp /at/ xmission DO.T com
Posted: 2002/07/30 11:21:05
 
View Entire Thread
New Search


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
<-- Prior Message New Search Next Message -->