Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Porting from MSFT 2008 to C++ Composer-XE 2011

sdm2315
Beginner
673 Views
Porting from MSFT 2008 to C++ Composer-XE 2011 I have run into a link issue where in MSFT class and struct definitions seem to be treated differently. Case in point, MSFT compiler produces obj files that when linked have no issue with function parameters that switch between class and struct. foo(class x) boo (struct x). There are many many of these in the MSFT code. Is there a magic switch for the compiler (icl) or linker (xilink) to resolve this at a global level?
0 Kudos
2 Replies
sdm2315
Beginner
673 Views
Is this the correct forum for this question?
0 Kudos
Rob5
New Contributor II
673 Views
This appears to be a compiler specific question. You may receive a better response if you post to the Intel C++ Compilerforum. You can view the forums at http://software.intel.com/en-us/forums/
0 Kudos
Reply