Is it possible to build a program which uses a userlib for a DLL that is not actually in the userlibs folder?
I realize that CallDLL could be used for such a task, but CallDLL is ancient and horrible.
Or do userlibs need to have the correct DLL available during compilation in order to work right?
Fiddling tells me that I can swap between different builds of a DLL without Blitz whining about having been built with another one in the userlibs folder.
I realize that CallDLL could be used for such a task, but CallDLL is ancient and horrible.
Or do userlibs need to have the correct DLL available during compilation in order to work right?
Fiddling tells me that I can swap between different builds of a DLL without Blitz whining about having been built with another one in the userlibs folder.