Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Oct : Raw Windows App and COMCTL32.DLL
| Subject: | Raw Windows App and COMCTL32.DLL |
| Posted by: | "Chris Trueman" (ctruemanatwavesoftwaredotcom) |
| Date: | 1 Oct 2007 07:24:07 |
I have a raw Windows app (no Forms) and don't see an obvious way to
statically bring in COMCTL32.DLL when the app starts. I've been using
LoadLibrary('COMCTL32.DLL').
Any ideas?
Chris.