|
-
Dec 15th, 2003, 10:27 PM
#1
Thread Starter
Addicted Member
importing functions from DLL and making them global
I'm trying to import function from a DLL and make them global in my application. I can import them into one .cpp file, but then how do I let all the other files access the same functions? I can't make them external from within the .cpp. Do I have to import them into every single .cpp individually?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|