Forum : 8051
Original Post
Post Information | Post |
---|---|
March 28, 2007 - 9:09pm
|
i am student wokring on a smart card based aopplication thank you |
Forum : 8051
Post Information | Post |
---|---|
March 28, 2007 - 9:09pm
|
i am student wokring on a smart card based aopplication thank you |
a) what processor does VC++ compile for?
b) which processors do Raisonance support?
if a) is not a problem, then you are in the wrong forum
if b) is not a problem, then why do you ask about VC++
Erik
If I am wrong someone correct me. The 8051 doesn't work with C++, only with C and Assembly.
And could you be clearer of what you really want? ;p
The 8051 doesn't work with C++
WRONG
The programming language has nothing to do with the chip and, as a matter of fact, Ceibo has C++ for the '51.
I would NEVER even consider using C++ with a '51, that would be like crossing the Atlantic in an innertube.
Erik
the 8051 works with c true
all i wanted to know is how i could prog ir in vc++ ( which is also possible)
well i found the and
u can use a cross compiler sdcc to compile the prog and creat the hex file
so what you mean is not using VC++ which is a compiler for x86 platform, but maybe using Visual Studio IDE.
regards
Lionel
so what you mean is not using VC++ which is a compiler for x86 platform,
in a way. I am saying "either switch compiler OR switch processor"
but maybe using Visual Studio IDE.
I would not know about that I do not use the incapable IDEs. IDEs may be great for bungling amateurs that can live with the limitations, but for professionals that build umpteen versions based on the same codebase, they are worthless.
yes, I know "you just make a project for each" sure, and then when you make a change you have to update umpteen files.
Erik