EU4.1 struct branch
- Posted by andi49 Feb 07, 2014
- 1661 views
Hallo
i played around with the eu4.1 struct branch.
I'am pretty sure i messed up something but i can't help myself.
I got this error message running the window.exw demo.
C:\eu4.1-32-struct\demo\win32\window.exw:243 <0074>:: Errors resolving the following references: 'cbSize' (..\demo\win32\winstruct.ew:225) could not be resolved as a member of WNDCLASSEX.cbSize (MEMSTRUCT_ACCESS). 'style' (..\demo\win32\winstruct.ew:226) could not be resolved as a member o f WNDCLASSEX.style (MEMSTRUCT_ACCESS). 'lpfnWndProc' (..\demo\win32\winstruct.ew:227) could not be resolved as a me mber of WNDCLASSEX.lpfnWndProc (MEMSTRUCT_ACCESS). 'cbClsExtra' (..\demo\win32\winstruct.ew:228) could not be resolved as a mem ber of WNDCLASSEX.cbClsExtra (MEMSTRUCT_ACCESS). 'cbWndExtra' (..\demo\win32\winstruct.ew:229) could not be resolved as a mem ber of WNDCLASSEX.cbWndExtra (MEMSTRUCT_ACCESS). 'hInstance' (..\demo\win32\winstruct.ew:230) could not be resolved as a memb er of WNDCLASSEX.hInstance (MEMSTRUCT_ACCESS). 'hIcon' (..\demo\win32\winstruct.ew:235) could not be resolved as a member o f WNDCLASSEX.hIcon (MEMSTRUCT_ACCESS). 'hIconSm' (..\demo\win32\winstruct.ew:236) could not be resolved as a member of WNDCLASSEX.hIconSm (MEMSTRUCT_ACCESS). 'hCursor' (..\demo\win32\winstruct.ew:237) could not be resolved as a member of WNDCLASSEX.hCursor (MEMSTRUCT_ACCESS). 'hbrBackground' (..\demo\win32\winstruct.ew:238) could not be resolved as a member of WNDCLASSEX.hbrBackground (MEMSTRUCT_ACCESS). 'lpszMenuName' (..\demo\win32\winstruct.ew:239) could not be resolved as a m ember of WNDCLASSEX.lpszMenuName (MEMSTRUCT_ACCESS). 'lpszClassName' (..\demo\win32\winstruct.ew:240) could not be resolved as a member of WNDCLASSEX.lpszClassName (MEMSTRUCT_ACCESS). 'cbSize' (..\demo\win32\window.exw:238) could not be resolved as a member of WNDCLASSEX.cbSize (MEMSTRUCT_ACCESS). 'style' (..\demo\win32\window.exw:239) could not be resolved as a member of WNDCLASSEX.style (MEMSTRUCT_ACCESS). 'lpfnWndProc' (..\demo\win32\window.exw:240) could not be resolved as a memb er of WNDCLASSEX.lpfnWndProc (MEMSTRUCT_ACCESS). 'cbClsExtra' (..\demo\win32\window.exw:241) could not be resolved as a membe r of WNDCLASSEX.cbClsExtra (MEMSTRUCT_ACCESS). 'cbWndExtra' (..\demo\win32\window.exw:242) could not be resolved as a membe r of WNDCLASSEX.cbWndExtra (MEMSTRUCT_ACCESS). 'hInstance' (..\demo\win32\window.exw:243) could not be resolved as a member of WNDCLASSEX.hInstance (MEMSTRUCT_ACCESS). wndclass.WNDCLASSEX.hInstance = 0 ^ Press Enter
I did not change anything at the code. But i do not understand the error message.
Maybe someone can tell me what the error means so i can start somewhere to find my mistake.
Andreas