On 7/30/02 7:21 PM, "normanp /at/ xmission .DO.T com" <normanp@xmission.com> wrote:
> 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?
Wow, CWW 5 ?!
I afraid this is too old version of CW. And it seems it do not know such system things as "NewThreadEntryUPP"
Better switch to CW 7 or 8.
-- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan /at/ paradigmasoft .DO.T com web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on@lists.macserve.net ------------------------------------------------------------- ©2002 Ruslan Zasukhin |