Dim kernel32,user32,gdi32,riched32,comdialog32
kernel32 = LoadLibrary "kernel32.dll"
user32 = LoadLibrary "user32.dll"
gdi32 = LoadLibrary "gdi32.dll"
riched32 = LoadLibrary "riched32.dll"
I am working on my own header file now too, but I will not use Loadlibrary to not worry about freeing the libraries later.
In my haste to wrap my mind around this header stuff, I forgot to comment on how funny that really was too!QuoteI do it out of politeness to the system
LOL :D