-
Goodday everybody...
I wish to know which on-line learning homepage has the most comprehensive tutorial about creating DLL in VC++? I want to learn it from 'zero'. A lot of homepage that I went to does not give enough information about this topic.
Your help will be most appreciated...
-
It is not very hard to create dll's from 'zero'. You can view the examples that come with MSDN.
-
thanks vlatko...
i think i search thru the MSDN... but i can't really find the best learning topic (or maybe i didn't find it properly)... but what i really what to know is how do i import and export the DLL?
any suggestion?