>my entironment is : > windows2000pro+sp4, > vc6+sp5 > ms sdk 2003 > ActiveState ActivePerl 5.8 > Python 2.3
We do not support VC6 anymore. But there is the free VC++ toolkit from Microsoft. The problems described at http://sapdb.2scale.net/moin.cgi/MS_20C_2b_2b_20Toolkit deal mostly with tools/files that are missing from the free compiler. But you could probably copy them from your VC6 installation. >Tools_PipeCall.cpp(291) : error C2065: 'intptr_t' : undeclared >identifier If this isn't solved by switching to the new compiler: Search the VC and SDK header files for the prototype of function _spawnlp (it's "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\INCLUDE\process.h" on our systems). Then edit sys/src/SAPDB/ToolsCommon/Tools_PipeCall.cpp, search for intptr_t and replace it woth the return type of _spawnlp. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
