does anyone know how to load plugins like an emulator would
ie.have several gfx plugins and chose which one to use
i dont want to include every file in the source
ie. like this
section '.idata' import data readable writeable
library kernel,'KERNEL32.DLL',\
errormsg,'ERRORMSG.DLL'
import kernel,\
ExitProcess,'ExitProcess'
import errormsg,\
ShowLastError,'ShowLastError'
what i want is for it to register every dll from a directory.
and then distuinguis which ones are valid
YOU GET THE GENERAL IDEA OF WHA I WANT...
THANKS TO ANYONE WHO REPLYS,IN ADVANCED