Akihiro Sagawa sagawa.aki@gmail.com writes:
You don't want to import user32 from gdi32.
On Tue, 18 Oct 2011 16:14:36 +0200, Alexandre Julliard wrote:
LoadStringW is in user32.dll. Should I use DELAYIMPORTS instead?
Akihiro Sagawa sagawa.aki@gmail.com writes:
No, you should do it by hand using kernel32 resource functions. And you should do that only when needed, not on every startup.