Hi!<div><br></div><div>I've tried to compile this simple program:</div><div><br></div><div><div>#include <windows.h></div><div><br></div><div>int main()</div><div>{</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>::MessageBoxW(NULL, L"Test!", L"Test!", MB_OK);<span class="Apple-tab-span" style="white-space:pre"> </span></div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>return 0;</div><div>}</div></div><div><br></div><div>It compiles nicely, but fails to link. Please can you tell me how to specify user32 and gdi32 libraries for the linker? Sorry if I'm being too newbie. :-)</div>
<div><br></div><div>Thank you a lot!</div><div><br></div><div>Best regards</div><div>Mello</div><div><br></div>