[xml] RE: Link error in libxml 2.6.7 on Win32: ftol2
- From: "Emanuel Dejanu" <emanuel sw ro>
- To: <ganor softlink com>
- Cc: <xml gnome org>, <igor zlatkovic com>
- Subject: [xml] RE: Link error in libxml 2.6.7 on Win32: ftol2
- Date: Tue, 16 Mar 2004 12:16:44 +0200
Hi,
Put the following in some cpp file and compile your project.
Original link:
http://q12.org/pipermail/ode/2004-January/010811.html
// only for MSDEV 6.0
#if (_MSC_VER == 1200) && (WINVER < 0x0500)
extern "C" long _ftol( double ); //defined by VC6 C libs
extern "C" long _ftol2( double dblSource ) { return _ftol( dblSource );
}
#endif
Best regards,
Emanuel Dejanu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]