Now, I am doing my project in C - I would like to do some additional VC++ files in my projects for Sending SMS through GSM. What i have to do. Give me resolution for this? Expecting asap.
Just rename them to *.c and compile them. Fix every line that gives an error or warning and off you go.
It is quite impossible, because i am using, in that C++ files some built in class and its methods, i would like to incorporate as C++ files. Is it any way to do that? please send me the appropriate resolution for that.
Just add "*.cpp" to the list of extensions for "C source file" You may also want to want to add "*.hpp" for headers...
"... i am using, in that C++ files some built in class and its methods ..." Note that C251 is an ANSI 'C' compiler - it is not a C++ compiler! Note also that VC++ is a native PC/x86/Windows compiler - it is unlikely that VC++ files will be directly suitable for an embedded 80251...
"It is quite impossible, because i am using, in that C++ files some built in class and its methods, i would like to incorporate as C++ files. Is it any way to do that?" I think Ceibo (Ciebo?) make a C++ add-on for Keil. Try their website.
"I think Ceibo (Ciebo?) make a C++ add-on for Keil." That would deal with the C++ language part; you're still left with the issue of whether some PC software will be usable on an embedded 80251...
I think Ceibo (Ciebo?) make a C++ add-on for Keil. They do http://www.ceibo.com/eng/products/cpp.shtml Erik