Jman - 2008-01-10

OS: Vista
Running: Dev-C++ v5 beta file version 4.9.9.2
i also have cygwin installed.

first off, ive made the vista fixes to the compiler directories already adding bin to each, etc. both Windows apps and command-line apps work great, but i have trouble with Dlls. all im trying to make is a Dll that sends me a message box saying "successful injection" when it has been injected into a running process and a thread has been created.

so i have my compiled dll and i inject it into a running program. my injector says successful injection. but i get no message popup. this means no thread is being created. i have tried adding other messages that popup when i press the "HOME" key without positive results. so this proves my dlls arent creating threads for some reason.

i have taken other peoples code that compiled for them. their dll injected successfully and i get the "success" MessageBox. i take the same code and it compiles fine, but no MessageBox...