what are dlls and
how do you write and use them.?
This is a discussion on using dlls within the C++ Programming forums, part of the General Programming Boards category; what are dlls and how do you write and use them.?...
what are dlls and
how do you write and use them.?
>what are dlls
A buch of functions that are linked to your exe dynamically at runtime rather than statically at compile time.
>how do you write
What compiler/IDE?
> and use them.?
Either load the dll from your main program code. Or use the lib that was generated when the DLL was compiled.
Here's a tutorial
How would you do it with borland 5.5 I read that tutorial and it really interests me
+++
++
+ Sekti
++
+++