We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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