instar4per
Programmer
I know this is very backwards. I only know Visual Basic, and my friend only knows C++. But, he wrote a shell of a program which loads DLL files, and executes code from them. This way we can have the program do bazillions of things by giving it different DLL files.
I have been able to find a lot of nifty code in Visual Basic, but we are having difficulty finding compatible code in C++. I am wondering how to:
With Visual Basic 6.0 Professional Edition, how do I make a DLL file which "exports its symbols", and is able to be loaded in a non-MFC environment.
Any help is appreciated. And, please, nothing on how this is a backwards way to do it
.
I have been able to find a lot of nifty code in Visual Basic, but we are having difficulty finding compatible code in C++. I am wondering how to:
With Visual Basic 6.0 Professional Edition, how do I make a DLL file which "exports its symbols", and is able to be loaded in a non-MFC environment.
Any help is appreciated. And, please, nothing on how this is a backwards way to do it