Quote Originally Posted by MrMac View Post
Code For DLL Injection Extra Menu | Copy Paste Code

CLog is a native function of the original program, i've declared.
It allows for logging on the console.


My problem is the MAKEINTRESOURCE seems to fail.

I dunno if pasting Resource will help?

IDM_EXTMENU_ABOUT can be any value unused.


gModule is declared as static HMODULE gModule; in the global header of the dll.
Well, i just saw my error.

Knew it was Error 40.


I shall learn to declare better next time.