Hello
In my project I'm using different external libraries. In a special .a lib I get an linking error L6242E: Cannot link object ....a as its attributes are incompatible with the image attributes.
With the misc control statement "--wchar32" the integration of that library works but I got on the other libraries the same problem due to the wchar definition.
So my question: is it possible to specify my control instruction just for a specified library?
e.g. --wchar32 (just for libXY.a)
Regards
Ok, thanks a lot for your Input.