compile problem with 20071005 zip
Posted: Fri Oct 05, 2007 5:18 pm
I am getting these errors. all of my isxeq projects get the blue errors. Trying to make sure its not me screwing up. I'm thinking (and thats what usually gets me in trouble) that because the isxeq project is failing, its not making the isxeq.lib, so the rest fail? MQ2-20071005 compiled with no problems. I had isxeq working before the patch with MQ2-20070907.
Code: Select all
1>ISXEQ.cpp
[color=red]1>.\ISXEQ\ISXEQ.cpp(390) : error C2065: '__SendMessage' : undeclared identifier[/color]
1>Generating Code...
1>Build log was saved at "file://f:\MQ2-20070906\MQ2Main\ISXEQIntermediate\BuildLog.htm"
1>ISXEQ - 1 error(s), 2 warning(s)
2>------ Build started: Project: ISXEQExchange, Configuration: Release Win32 ------
3>------ Build started: Project: ISXEQAdvPath, Configuration: Release Win32 ------
2>Compiling...
3>Compiling...
2>ISXEQExchange.cpp
3>ISXEQAdvPath.cpp
2>f:\mq2-20070906\mq2main\MQ2Inlines.h(294) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
2> C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(215) : see declaration of 'stricmp'
2>EQLIB_IMPORTS
3>EQLIB_IMPORTS
2>Linking...
2>Microsoft (R) Incremental Linker Version 8.00.50727.762
2>Copyright (C) Microsoft Corporation. All rights reserved.
2>"/OUT:..\ISXEQ Release Files/ISXEQExchange.dll" /INCREMENTAL:NO "/LIBPATH:..\Release" /DLL /MANIFEST "/MANIFESTFILE:.\ISXEQExchangeIntermediate\ISXEQExchange.dll.intermediate.manifest" /DEBUG "/PDB:f:\MQ2-20070906\ISXEQ Release Files\ISXEQExchange.pdb" /MAP /MAPINFO:EXPORTS /SUBSYSTEM:WINDOWS /OPT:NOREF /OPT:NOICF "/BASE:0x04000000" "/IMPLIB:..\ISXEQ Release Files/ISXEQExchange.lib" /MACHINE:X86 /OPT:NOICF wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\isxeq release files\isxeq.lib"
2>".\ISXEQExchangeIntermediate\ISXEQExchange.obj"
[color=cyan]2>LINK : fatal error LNK1181: cannot open input file '..\isxeq release files\isxeq.lib'[/color]
2>Build log was saved at "file://f:\MQ2-20070906\MQ2Exchange\ISXEQExchangeIntermediate\BuildLog.htm"
2>ISXEQExchange - 1 error(s), 1 warning(s)