Click here to Skip to main content
15,923,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do i access the following function using external dynamically linked library?
double sum(double a, double b)
{
     return (a+b);
}



**P.S> I don't 've any idea about these stuffs. Just wanna know how things work!


Operating System: Windows(preferable) & Linux
Posted
Comments
Volynsky Alex 10-Aug-12 3:45am    
And here:
Linux:
http://www.icynorth.com/development/createdlltutorial.html
Windows:
http://logix4u.net/vc/19-a-tutorial-on-creating-dlls-with-vc</pre>

Take a look at the big set of articles here in CP: http://www.codeproject.com/KB/DLL/[^]

You will find information at very different levels.

Good luck!

:thumbsup:
 
Share this answer
 
Comments
Volynsky Alex 10-Aug-12 4:38am    
it is also a good store of information
a chapter in《Windows Programming》talks about your question
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900