Hey guys,
I've been developing an application which transforms files generated by an aircraft transponder into KML files that will be loaded on Google earth.
As these KML files are more or less XML files I'm trying to parse XML files. I have downloaded and the xerces library. According to some guidelines that I've found on IBM's website I had to build (in Visual Studio) a project which was located within the xerces directory.
However, now I need to somehow link the src directory of the xerces folder with my workspace. Can anyone tell me what I need to do to set the directories in the Netbeans IDE ?
I've set the preprocessor path ... but I'm sure that I'm doing something wrong, any recommendation would be appreciated!!