I've started a project with compiler/build options set for Borland C/C++. After I had the project working, I obtained the "cviinet.fp" from a colleague (which it was created using MS Visual C/C++ as the compiler option).
I'm now trying to use such fp, however, I am getting an incompatibility error because of the Borland C/C++ mode I used for my original project and MS Visual C/C++ mode used to created the fp.
How do I fix this? or how do I get around this issue?
Is it recommended to switch build options? If yes, how do I change build options for a project that has already been started and working?