srini_190
July 25th, 2004, 10:00 PM
Is there any tools to convert vc++.net to c++
|
Click to See Complete Forum and Search --> : convertion tools srini_190 July 25th, 2004, 10:00 PM Is there any tools to convert vc++.net to c++ KevinHall July 26th, 2004, 12:08 AM There are no tools to convert the .NET framework into standard C++. There are also no tools to convert MS-specific libraries to standard C++ (like MFC, ATL, etc...). The VC++.NET will compile standard C++ code however, and that code should not need any translation to compile with other C++ compilers. (Ok, there may be a few small areas where the VC++.NET compiler or the other compiler are not conformant where your code may need modification, but those are usually rare.) - Kevin srini_190 August 5th, 2004, 08:57 PM Currently i am using the blackfin dsp processors to run the image processing Algorithm,it only supports only c,c++ file not the vc++,vc.net files.The code was too big to convert into c++,if there is tool so that it makes easier . thanks srini codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |