03-20-2012 01:36 PM
Hey I was wondering there appears to be 2 types of c++ library headers.
Under /target/qnx6/usr/include
The C++ ones which appear to be GNU headers are these the Dinkum Headers library headers they are referring to ?
The Cpp the QNX headers
I was wondering what the difference of each of these are?
How I would include one in a build over the other?
Also in QDE how do I put my source into indiviual folders it seems when I add a folder then put my source into the folder the build system skips the compilation of that folders contents
If anyone can redirect me to resources that answers my questions that would be awesome thanks!
Solved! Go to Solution.
03-20-2012 02:20 PM
Okay so you can add new folder to the project like so
Go your project -> properties -> paths and symbols -> source location the add a folder. additionally you can add includes to your project this way to.
03-20-2012 02:20 PM
Thanks man that was helpful now how about these library differences?
03-20-2012 02:46 PM
Okay I have done what you said it appears that build order matters to as well. Otherwise it cannot find references to some objects that it trying to link to.
03-20-2012 02:49 PM
03-20-2012 03:19 PM
This is where all developers should start
03-20-2012 06:52 PM
Yes, sometimes it's good to talk to yourself.
But Developers for Playbook should start here https://bdsc.webapps.blackberry.com/native/documen
03-20-2012 08:16 PM
Already went there it doesn't solve any of my issues I am trying to build a project that has two folders in the root project directory
What ends up happening is that the build process how ever it works does not detect either folders resulting in my self having to have about 30 class files in the root of the project directory which is a pain
03-21-2012 09:55 AM
03-21-2012 09:59 AM
If you using managed builder you have to mark folder you added as "source" folder (or Just create a New Source Folder from right click menu), if you using makefiles solution may vary depends on structure of makefile