sam_the_man
Premium Member
Hey (This is mainly directed towards sf .. he made it)
The tut is great, but im having one minor (turning into major)
problem. I have a source file that uses WinAPI. The souce file works when i run it as an exe, but now im trying to untegrate it into a D2H file.
So I copied the source folder and put it into a folder. (TEST for example.)
Then i put the original.cpp (code to add to the empty dll project) in the TEST folder. Same folder the folder SOURCE is located.)
The Header file in my original says
The source.cpp is in that folder, and so is the D2HI source, and when i compile it i get the error:
Does it want me to put the D2HI source folder in the dir that the empty DLL file is in? Im so confused, and i READ the tut. I didnt have any problems about 6 months ago, but apparantly i forgot how to compile a friggin D2H module.
IF anyone could help me id greatly appreciate it.
THANK A TON
~Sam
The tut is great, but im having one minor (turning into major)
problem. I have a source file that uses WinAPI. The souce file works when i run it as an exe, but now im trying to untegrate it into a D2H file.
So I copied the source folder and put it into a folder. (TEST for example.)
Then i put the original.cpp (code to add to the empty dll project) in the TEST folder. Same folder the folder SOURCE is located.)
The Header file in my original says
Code:
#include ".../ClientCore.cpp"
Code:
fatal error C1083: Cannot open include file: '...\ClientCore.cpp': Invalid argument
IF anyone could help me id greatly appreciate it.
THANK A TON
~Sam