on 8/30/01 18:48, pthibault (AT) mvm DOT com at pthibault@mvm.com wrote:
> Form: problem report > User name: Pierre Thibault > Problem with: VSDK > Problem type: cant get it to work
> Description: In the file FBL_ThreadMac.cpp at line 102 of VSDK 1.8.9 the call > ::DisposeThreadEntryUPP( DoEntry ); does not match the new prototype of Carbon > 1.4. This function now takes a ThreadEntryProcPtr* type as its Please tell > when this will be corrected.
Hi Pierre,
1) can you provide me exact prototype of old and new ::DisposeThreadEntryUPP()
Does this means that we need have
#ifdef CarbonVer >= 1.4 // use new call #else // use old form of call #endif ?
2) Pierre, FBL_ThreadMac.cpp is open source. I believe you can correct it self right now.
I will be thank you if you will send me corrected file. I am going to ship 1.8.9r4 in the nearest days.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan (AT) paradigmasoft DOT com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on@lists.macserve.net ©2001 Ruslan Zasukhin |