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 refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You". -- Linus Torvalds
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++.
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.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You". -- Linus Torvalds