VSMVDD
Banned
- Joined
- Jun 12, 2005
- Messages
- 643
- Helped
- 92
- Reputation
- 184
- Reaction score
- 34
- Trophy points
- 1,308
- Location
- scotland uk
- Activity points
- 0
Re: MCU programming Software(Windows) Development help Requi
your way ahead of your self
a class is a class an object of its own
if its used in dll or exe so what
just include the header to your main app header
you must remember there is more than one level to c++
it has mfc and win32 and many many hundreds more api's to write within the framework each provides
its an object oriented langauge structure so dont be scared to add a class and address it from the main app much like the comvdd.cpp addresses the class for the comport within the dll code i gave,,,,
if you want mfc examples ill post some
dont worry about xp
choose a c compiler and stick to it
vc6 is old now but is still kept fully upto date as so many apps still use it
so its a case of date the compiler was made its self
xp was made much later than vc6
even .net 2003 is very old for any machine that uses later compilers to construct it
however you will be able to use just about any class with vc6 where .net is more ridgid structures
i think you should just use stuff like i posted as a referance and something to read and learn from
and write your own code
youll get nowhere looking at a blank page !!!
your way ahead of your self
a class is a class an object of its own
if its used in dll or exe so what
just include the header to your main app header
you must remember there is more than one level to c++
it has mfc and win32 and many many hundreds more api's to write within the framework each provides
its an object oriented langauge structure so dont be scared to add a class and address it from the main app much like the comvdd.cpp addresses the class for the comport within the dll code i gave,,,,
if you want mfc examples ill post some
dont worry about xp
choose a c compiler and stick to it
vc6 is old now but is still kept fully upto date as so many apps still use it
so its a case of date the compiler was made its self
xp was made much later than vc6
even .net 2003 is very old for any machine that uses later compilers to construct it
however you will be able to use just about any class with vc6 where .net is more ridgid structures
i think you should just use stuff like i posted as a referance and something to read and learn from
and write your own code
youll get nowhere looking at a blank page !!!