Boost logo

Threads-Devel :

From: Jeff Idol (jeffidolh_at_[hidden])
Date: 2006-06-08 22:58:15


I recently changed my boost install to build everything in STDCALL by changing the compile flags. This worked well for all of the other libraries except for python and thread.

I did some quick checking, and it appears that there are some windows specific C functions in thread that are required to be compiled CDECL because of windows thread function syntax. While most of the functions have been correctly prototyped and defined, there seem to be several that are still not setup properly. I have been able to compile them by just explicitly putting the proper CDECL statements in the functions.

So my question really is, has anyone else noticed this issue, and are there any plans to fix it?

Thanks,
Jeff

 __________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



Threads-Devel list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk