Alex12235 / interactive-text-hooker

Automatically exported from code.google.com/p/interactive-text-hooker
0 stars 0 forks source link

Please provide build instructions and environment settings #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install default VS2010 environment + common windows sdks etc
2. Get ITH source.
3. Try to build the solution

What is the expected output?
Build: 6 succeeded, 0 failed, 0 up-to-date, 0 skipped

What do you see instead?
Something like Build: 2 succeeded, 4 failed.
Failure reasons:
ITH_DLL.dll: 47 unresolved externals
ITH - cannot run ..\version, cannot find included ..\version.h
version: 8 unresolved externals. All starting with __imp__
ITH_Engine: 2290 - IthBreak identifier not found. If commented out: 30 
unresolver externals.

What version of the product are you using? On what operating system?
latest 2.3 winxp, vs2010pro

Original issue reported on code.google.com by andyscu...@gmail.com on 6 Feb 2012 at 6:55

GoogleCodeExporter commented 8 years ago
Well, it seems the windows drivers sdk was required. Still what is 'version' 
project for? It created empty version.h and I had to comment out a single 
reference to version variable in code.

Original comment by andyscu...@gmail.com on 6 Feb 2012 at 6:26

GoogleCodeExporter commented 8 years ago
Seems I forgot to update the project files.
The version project contains a single file in the ITH\version folder, 
version.cpp.
Which is a external program to generate version information before every build.
Add a project and compile it to generate version.exe should work.
Btw, 3.0 will be out soon, which is a major update.
So most 2.3 code will not be supported any more.

Original comment by qiupf2...@gmail.com on 13 Feb 2012 at 8:44