Hi im getting a error:
PHP Code:
error C2440'=' cannot convert from 'class CWnd *' to 'struct HWND__ *'
        
Types pointed to are unrelatedconversion requires reinterpret_castC-style cast or function-style cast
Error executing cl
.exe
My Code is:
PHP Code:
    HWND i;
    
HWND x;
    
    
FindWindow("Program",0);