Hi all , as I heard C++ is a programming language that supports Object oriented programming.
well I have did several object oriented examples and the write many applications.
But the problem is how can I write the classes inside the dll file and use those classes outside the dll file ?
is creating an OCX file for this is a must ????
or how can I do this only using the dll files ? Please give me some dll basics tutorial to study.
It is not a tutorial on DLLs but the following may be an interesting read as it dose use implement DLLs and talks about there short comings and how to work around them.
http://www.ddj.com/cpp/204202899