Hi All,
first time building a DLL not to mention C++ program and I'm having a little trouble trying to get the parameters passed to it.
I'm using VC++ 6.0. I created this via a 'Regular DLL using shared MFC DLL'
Upon running it basically creates an application class, then creates a dialog box. This piece works!
Now, I need to pass it three parameters to use though out the program, do I create a new method within the application class to grab these values? (If so can someone give me some example on what I need in this method) Or have I gone the wrong way in trying to build this? All examples I have read are fairly simple DLLs with functions, mine is based on classes.
Any help would be greatly appreciated
Hayden
first time building a DLL not to mention C++ program and I'm having a little trouble trying to get the parameters passed to it.
I'm using VC++ 6.0. I created this via a 'Regular DLL using shared MFC DLL'
Upon running it basically creates an application class, then creates a dialog box. This piece works!
Now, I need to pass it three parameters to use though out the program, do I create a new method within the application class to grab these values? (If so can someone give me some example on what I need in this method) Or have I gone the wrong way in trying to build this? All examples I have read are fairly simple DLLs with functions, mine is based on classes.
Any help would be greatly appreciated
Hayden