Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Windows IDE examples?: (3 Items)
   
Windows IDE examples?  
Hi,

  How do you build the examples in the IDE on Windows?

Thanks.
Re: Windows IDE examples?  
Download the various packages and extract the header, library and make files into your SDK directories (usually c:\
QNX650 in Windoze). Create makefile projects in the IDE and extract the source files into them. Then just build the 
projects.

I have also managed to compile a trivial example from a tutorial, but I have yet to get it to run on a target machine.

I need some help setting up the runtime environment.

Jim 
Re: Windows IDE examples?  
Hi Tom,

Take a look at: http://community.qnx.com/sf/discussion/do/listPosts/projects.qt/discussion.general.topc20245

You need to extract the Qt zipfile to your developement environment. Then you need to run a dos script (http://community
.qnx.com/sf/sfmain/do/downloadAttachment/projects.qt/discussion.general.topc20245/post86853?id=atch10861) to fix the 
files since symlinks do not work on windows. Now you need to create a standard c++ makefile project as indicated. After 
creating the project, copy the sources to this folder. The second last step is to get this makefile: http://community.
qnx.com/sf/sfmain/do/downloadAttachment/projects.qt/discussion.general.topc20245/post86854?id=atch10862 and build the 
binary.

I hope this also works for you. I am using the binaries on a IGEPv2. Don't forget to include the shared objects on your 
target and set the environment variables on your target. Make sure that the env var TMPDIR points to a QNX4 partition.

Freddy