Download:
---------
1) To compile Injection you'll need to get the latest version of STL.
Download it From:
http://www.sgi.com/tech/stl/stl.zip
2) And download VC version of expat
File: expat_win32bin_1_95_7.exe
From:
http://keihanna.dl.sourceforge.net/sour ... 1_95_7.exe
Or Home:
http://expat.sourceforge.net/
Install:
--------
Unpack stl.zip and Install expat_win32bin_1_95_7.exe.
Add Injection, STL and Expat directories to
Options-> Directories->Include files in VC IDE.
STL directory should be topmost in the list (even before standart include dirs).
Compile:
--------
Create: File->New->Workspace->BlankWorkspace File: injection.dsw
Create: File->New->Projects->Win32DinamicLinkLibrary: injection.dsp
Add Source files to project: *.c, *.cpp, *.h, *.def.
Add Header files to project: *.h
Add resource files to project: injection.rc
Goto: Project->Settings-> (select Injection project, and select "Link" tab in right window)
Edit "Object/Library modules:" must have libraries: "libexpatw.lib comctl32.lib ws2_32.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"
Do it for Debug and Release configurations!
Save All.
Close Workspace.
See injection.dsp, and be sure it contains for Debug and Release configurations:
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
# ADD LINK32 libexpatw.lib comctl32.lib ws2_32.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 /nologo /dll /machine:I386
It's all.
Now your injection project will be compiled ok. :=)
If no - then show me compiled error messages
