Hi Bikram I would copy it over, but that class relies on other classes in the project. I can do it as a last resort and just copy all of the classes needed into the dll, but if I do that I may as well not use a dll and just put it all into the client project. Thanks for your help!
K
Keylee717
@Keylee717
Posts
-
How do I import a class into a dll? -
How do I import a class into a dll?Hi, I need to use a class that is outside of my DLL in my DLL. I've tried every way I know of, but I can't seem to accomplish it. I know you can export from a DLL, but can you import into a DLL? :~ The outside class is not in another DLL, it's free-standing in the project. I'm not very experienced with DLLs, so any help is greatly appreciated...Thanks!
-
How to run a function every minute?How about in C++?
-
displaying a variable's value every 30 secondsI've been asked to display a variable's value every 30 seconds on stdout in the same display position on the same line of stdout without advancing the display position. I'm new to C++ and don't know how to begin with this. Please help! :sigh: