<div dir="ltr"><div>I'm trying to compile the default sample win32 ,Hello World project .
I did <code>winegcc -m32 -o test2 test2.cpp</code>  . It runs ok , but resources are not loaded ,there is empty windows title and missing File and Help menus.<br></div>What is the correct way to make also load the resources?<br></div>