Search found 5 matches

by ShadwDrgn
Mon May 19, 2008 3:12 pm
Forum: madCodeHook
Topic: MinGW update?
Replies: 0
Views: 8290

MinGW update?

I was wondering if anyone has had any luck getting this working with MinGW (the compiler used with Dev-C++). There'r a few threads about it, but nothing substantial. MinGW now supports loading microsoft libraries, and I've gotten it to compile with the dynamic library. The static library still gives...
by ShadwDrgn
Sat May 17, 2008 4:56 pm
Forum: customer testimonials
Topic: Amazing support! Great software!
Replies: 1
Views: 10896

Amazing support! Great software!

I have to agree with one of the other posters about the support. It's awesome. I created one program for a client of mine with NO difficulty at all using this software. I've run in to some hopefully minor issues with another program I'm writing and posted my problem here at the forums. I got an imme...
by ShadwDrgn
Sat May 17, 2008 4:21 pm
Forum: madCodeHook
Topic: Something went horribly wrong. (please help?)
Replies: 4
Views: 3588

madshi wrote:Which madCodeHook version/edition are you using? You may have to copy madCHook.dll to the system32 folder and maybe also run mchEvaluation.exe, depending on which edition you're using.
I figured it out. I was being a moron. there was the lamest typo ever in one of my projects settings.
by ShadwDrgn
Sat May 17, 2008 2:30 pm
Forum: madCodeHook
Topic: Something went horribly wrong. (please help?)
Replies: 4
Views: 3588

In that case, I have two problems. It gets to the MessageBox on all computers except my work computer where I originally compiled it. On that computer it injects the dll successfully if it's not injected and uninjects it if it is already injected. Never see the error. I checked this w/ process explo...
by ShadwDrgn
Sat May 17, 2008 3:56 am
Forum: madCodeHook
Topic: Something went horribly wrong. (please help?)
Replies: 4
Views: 3588

Something went horribly wrong. (please help?)

I don't understand why this won't inject? What am i doing so horribly wrong? no compiler errors at all on either. Inject exe (console) #pragma comment(lib,"H:\\lib\\madCHook.lib") #include <windows.h> #include "h:\\inc\\madCHook.h" BOOL Inject(BOOL inject) { BOOL result; result =...