Simple history of compiling nxcon for win32 with VC++6

Started by sushizang, May 27, 2009, 10:19:11 AM

Previous topic - Next topic

sushizang

0. src: netxms-0.2.26.tar.gz (None of modified)
1. Install Microsoft Visual Studio 6 Ent.
2. Install Microsoft Visual Studio 6 Service Pack 6
3. Install Microsoft Windows Server 2003 PSDK (PSDK-x86.msi) & Set path (include, lib)
4. Install Microsoft Windows Server 2003 PSDK (CoreSDK-x86.msi) & Set path (include, lib)
5. Download openssl-0.9.8b-vc6.tar.gz
   -> Program Files/Microsoft SDK/include/openssl
   -> Program Files/Microsoft SDK/Lib
6. Download expat-2.0.1.tar.gz
   -> Program Files/Microsoft SDK/include/expat.h
   -> Program Files/Microsoft SDK/include/expat_external.h
7. Download expat-win32bin-2.0.1.exe
   -> Program Files/Microsoft SDK/Lib/libexpatw.lib
8. Download zlib123-dll.zip
   -> Program Files/Microsoft SDK/include/zlib.h
   -> Program Files/Microsoft SDK/include/zconf.h
   -> Program Files/Microsoft SDK/Lib/zlib1.dll (google)
9. copy icon file
   : netxms-0.2.26/src/console/win32/icons/Severity*.ico -> netxms-0.2.26/src/console/nxuilib/res/
10. Download scintilla178.zip
   -> Program Files/Microsoft SDK/include/Scintilla.h
11. Install Microsoft Speech SDK 5.1 (SpeechSDK51.exe) & Set path (include, lib)
12. Build

Bye...