Procedure to change the compiler version.
Hi community,
I having a compilation error on the B98780H BSFN. The error is:
===
\JDEdwards\E920\PY920\package\PY920FQ\source\B98780H.c(174) : error C2143: syntax error : missing ';' before 'type'
\JDEdwards\E920\PY920\package\PY920FQ\source\B98780H.c(193) : error C2065: 'nCount' : undeclared identifier
\JDEdwards\E920\PY920\package\PY920FQ\source\B98780H.c(195) : error C2065: 'nCount' : undeclared identifier
===
I searched in MOS and I found this: https://support.oracle.com/epmos/faces/DocumentDisplay?id=2386315.1 . The solution is pretty straight forward: change the compiler to VS C++ 2013 (we have 2010 edition).
I'm trying to determine what would be the correct procedure to replace the VS 2010 professional with the VS 2013 profesional.