Nei file di include NON si devono mai mettere definizioni di variabili o funzioni.
Metti quella variabile hWnd in uno dei tuoi sorgenti .cpp e nell'header metti:
extern HWND hWnd;
Nei file di include NON si devono mai mettere definizioni di variabili o funzioni.
Metti quella variabile hWnd in uno dei tuoi sorgenti .cpp e nell'header metti:
extern HWND hWnd;
Andrea, andbin.dev – Senior Java developer – SCJP 5 (91%) • SCWCD 5 (94%)
java.util.function Interfaces Cheat Sheet — Java Versions Cheat Sheet