PDA

View Full Version : Dear Shard,


Cr3at1v3C0W
1st August 2007, 23:34
Hey shard i have a question.. ok so the sorce code with the game you gave me i wana try to edit it and compile it i used like 2 different software in both i get errors while trying to compile it.. can i plz tell me what you use to compile and write your hacks that whould be great thx.. have a great day

absence
2nd August 2007, 00:48
You can use Visual C++ to compile dll's.

Cr3at1v3C0W
2nd August 2007, 02:58
i have Microsoft Visual Studio 2005 which when i try to open the file and JUST try to compile it still gives me errors..

Edit:

wait do u mean This:

http://msdn.microsoft.com/vstudio/express/visualc/

the express 2008 the free one?

absence
2nd August 2007, 12:08
Yes, get the new 2008 one or Visual Studio 2008.

Shard
2nd August 2007, 12:24
Well, I use Visual Studio 2005. Could you be a bit more specific about the errors you are getting?

Cr3at1v3C0W
2nd August 2007, 22:06
oh i get like a error fatal error C1083: Cannot open include file: '_detours.h': No such file or directory and i dunno what like format or project to open it with like which templates you used. thx :)


Edit:

oh yea i did download the detours file from your post i open with the detours file and still the same error

absence
3rd August 2007, 00:04
oh i get like a error fatal error C1083: Cannot open include file: '_detours.h': No such file or directory and i dunno what like format or project to open it with like which templates you used. thx :)


Edit:

oh yea i did download the detours file from your post i open with the detours file and still the same error

That you're probably gonna have to learn by yourself. It's not too hard.

Shard
3rd August 2007, 01:15
oh i get like a error fatal error C1083: Cannot open include file: '_detours.h': No such file or directory and i dunno what like format or project to open it with like which templates you used. thx :)


Edit:

oh yea i did download the detours file from your post i open with the detours file and still the same error
Put the _detours.h and _detours.lib files in the MSVC 'include' and 'lib' directories, respectively.
C:\Program Files\Microsoft Visual Studio 8\VC\include
C:\Program Files\Microsoft Visual Studio 8\VC\lib

Cr3at1v3C0W
4th August 2007, 22:16
Put the _detours.h and _detours.lib files in the MSVC 'include' and 'lib' directories, respectively.
C:\Program Files\Microsoft Visual Studio 8\VC\include
C:\Program Files\Microsoft Visual Studio 8\VC\lib

Thx :)