. |
|
Source code |
1 2 |
INCLUDEPATH += "..\InputHook" LIBS += "..\debug\InputHook.lib" |
|
|
Source code |
1 |
#include "InputHook.h" |
|
|
Source code |
1 |
DisableKeys(&Entry); |
: |
|
Source code |
1 |
.../mainwindow.cpp:20: undefined reference to `_imp___Z11DisableKeysP9HOOKENTRY' |
|
|
Source code |
1 2 |
#define DLLIMPORT __declspec(dllimport) DLLIMPORT void DisableKeys(LPCHOOKENTRY lpEntry); |
? Thanks This post has been edited 1 times, last edit by "thrall" (Jul 29th 2010, 8:52am)
