OK?............. I'm not sure what I am letting myself in for, but why not give it a try?
Printable View
OK?............. I'm not sure what I am letting myself in for, but why not give it a try?
EP -- have you done any C++ at all before? I'd sincerely suggest you get a good grounding in the language before trying to use DLLs and other OS-specific features.
i already use widows api but i want to learn how to make dll's so that i don't have to take up as much space when alot of programs i distribute include the same coding. Yes i want to eventually learnn C++ but i want to finish the projects i am working on now. i am just looking for a shortcut until i learn C++. ;)
Thanx for all the info
Regards
E.P.
You'd need to learn C++ first in order to understand much of the code, however I may be able to help in the conversion.
well thank you this is the bas if some of the code won't transfer without rewrite just leave it out and i'll rewrite it.
yes i know that alot of it is refering to api but most of it is so that i can shorten my program a little. and after i can make dll's it will shorten it alot more.
Okay...will have a look. API isn't a problem because it doesn't need to be declared in C++ -- due to the way the language works and the fact that it's standard makes it easier.