Hi Kent...
You mean on this:
Dim kernel32,user32,gdi32,riched32,comdialog32
kernel32 = LoadLibrary "kernel32.dll"
user32 = LoadLibrary "user32.dll"
gdi32 = LoadLibrary "gdi32.dll"
riched32 = LoadLibrary "riched32.dll"
Those are system libs and i think that is released by system.
Infact you may see that api call LoadLibrary is not even declared,right?
By logical way,you are right,but i don't see any problem with that,but maybe im wrong.
For example in EB when i use scintilla.dll i use FreeLibrary to relase scintilla.
Ok i will try...