PDA

View Full Version : How to use dll or exe in cpp


The Link
20th April 2002, 17:37
I don´t know how stupid the following question is because I´ve got the feeling that I don´t have a clue what I´m exactly speaking about!

Q: How do I handle dlls or exes within cpp-code? (How to execute them from within the code?)

A url to an easy example-source-code or sth. like that would be nice. I´ve searched the forum but perhaps I´ve been too stupid to find sth. suitable.

Or should I first finish reading "Thinking in C++" and then come back?

Thank you!

DSPguru
20th April 2002, 17:38
check the examples inside BeSweet.dll package, you'll see how a library is being loaded and how functions are being attached.