LoadLibrary locks on loading Global Hook Driver 08/14/2014 - C/C++ - 0 Replies So, I am working on a driver for hooking the keyboard to replace certain keystrokes with another set of keystrokes. Anyways, I have a console version that works fine. When I close the console window, the driver unloads as normal.
The problem is, when I make a GUI to load the driver, it does not unload when I exit the program (which technically never exits). So here is where the lock occurs (please ignore the MessageBox calls, I was just testing something)...
MessageBox(NULL, "Gate 6",...
what TCP ports TERA uses and if it uses UDP? 11/18/2011 - Tera - 2 Replies thank you in advanced .^^friends,Can you find out what TCP ports TERA uses and if it uses UDP?
Im trying to patch again but its taking a while.
:)
C# process into byte array. HOW? 10/03/2011 - SRO Coding Corner - 7 Replies What is the simplest method to load the whole process into a byte array
DLL Laden LoadLibrary() 09/22/2009 - General Coding - 2 Replies Hi hab ein Problem und zwar wenn ich eine DLL lade mir die MessageBox in der DLL nicht angezeigt wird. Hab schon vieles Probiert aber es klappt einfach nicht.
Hier der Code der die DLL lädt:
#include <iostream>
#include <windows.h>
int main()
{
HMODULE lib = LoadLibrary("D:\\test.dll");