![]() |
Creating a simple DLL
1 Attachment(s)
This article shows a step by step technique to create your first DLL with VC++.
Steps to create your first DLL
|
Re: Creating a simple DLL
Hallo,
I understand this code, but I am wandering how to load and use a DLL file, that we have created. For Example: Code:
//makedll.cppNow how can I use the function in this DLL file? Something like this....? Code:
//testdll.cpp |
Re: Creating a simple DLL
It was a mistake from my part regarding the above article. Thanks for pointing out that. I have corrected it so that it should read what its intended to.
The sample was correct as far as implmentation goes but I put the wrong code snippet you need to put in main.cpp file and I have corrected that. |
Re: Creating a simple DLL
plz tell me that how create two workspace in project,like in simple DLL example
|
Re: Creating a simple DLL
how can we create two workspaces in project
|
Re: Creating a simple DLL
Quote:
|
Re: Creating a simple DLL
Hi
I am new to dll file. I get stuck with building a dll (C/C++) file to be call from C applications in VS.NET 2003 for my project. Does anyone know how to import it , something like extern "C" __declspec( dllexport ) int MyFunc(long parm1);. I try to do it but it just didn't work. Practical examples would be really good!! many thanks |
Re: Creating a simple DLL
If you have any query with relating to article you should be discussing here and if you have a seperate query you can always use the Queries and Discussion forum for your queries. That helps in 2 ways.
1. All the experts can see and help you. 2. Other persons searching for something can also get the help. |
Re: Creating a simple DLL
Pls
how can i know the functions contained in unknown dll file and use it in my code |
Re: Creating a simple DLL
By viewing it in the dependency viewer.
|
| All times are GMT +5.5. The time now is 16:25. |