|
_beginthreadex and _endthreadex is windows functions. From the windows documentation: Libraries Multithreaded versions of the C run-time libraries only. To use _beginthread or _beginthreadex, the application must link with one of the multithreaded C run-time libraries. If you are not on a windows platform then you have set the wrong definitions while compiling Xalan and Xerces.
Regards Erik Rydgren
-----Original Message-----
Hi, I am a developer. I am trying to use Xalan for XSL transform and using corresponding APIs. I am using Xalan_1_5_D.lib with xerces-c_2_1_0.vc6.d.lib, I think these are compatible. I am getting a very strange linkage error :
These APIs(in Red) are being used in XMLHTTPRequest.cpp, XMLDOMDocument.cpp & ThreadTest.cpp but M not able to find it in any xerces header file.
Please help if anybody could.
Thanks In advance Pankaj Bhatia Developer Quark
You are Never Given A Dream Without Also Being Given The Power To Make It True....
|
- Linkage Nightmare. Pankaj Bhatia
- RE: Linkage Nightmare. Erik Rydgren
- RE: Linkage Nightmare. Pankaj Bhatia
