PetrPPetrov / beautiful-capi

Beautiful Capi is a tool which automates the creation of compiler-independent and binary compatible C++ libraries across different C++ compilers
GNU General Public License v3.0
33 stars 4 forks source link

Generate VS IDE compatible warnings #85

Open PetrPPetrov opened 5 years ago

PetrPPetrov commented 5 years ago

warnings should be in format (for instance): D:\my_project\API.xml(114): Builtin type "bool*" used, use type maps for overriding them.

Double click on such warning will show the problem place in XML document.