zak
25-10-2009, 16:01
Hi
in this thread
http://community.thinbasic.com/index.php?topic=2912.msg22189#msg22189
Eros said "TBASS in thinBasic 1.7.10 uses a method to load DLL from memory instead that from file remapping all dll exported function."
in the error report file 700c_appcompat.rar which i had attached in that thread it mentions all the thinbasic modules even the program is just a one line (USES "TBASS")
is this means that thinbasic are loading all the modules to the memory waiting to be used by the (USES "moduleName")??, in many languages it is loading a specific module from hard disk upon request; as an example:
use Win32::GUI;
or this is just specific for TBASS module??
regards
in this thread
http://community.thinbasic.com/index.php?topic=2912.msg22189#msg22189
Eros said "TBASS in thinBasic 1.7.10 uses a method to load DLL from memory instead that from file remapping all dll exported function."
in the error report file 700c_appcompat.rar which i had attached in that thread it mentions all the thinbasic modules even the program is just a one line (USES "TBASS")
is this means that thinbasic are loading all the modules to the memory waiting to be used by the (USES "moduleName")??, in many languages it is loading a specific module from hard disk upon request; as an example:
use Win32::GUI;
or this is just specific for TBASS module??
regards