[Delta] trying to make a code like justins code (jabber example) but i have errors

Justin Karneges justin-psi2 at affinix.com
Thu Mar 20 12:10:57 PDT 2008


On Thursday 20 March 2008 11:05 am, K. Nimer wrote:
> thanks Justin , i didn't try it yet
>
> i am trying it in 5 minutes
>
> but what folders should i include from the iris folder
>
> you know when you go right click on a project then properties
>
> general / c/c++  and you add few folders there

There are a bunch of different include paths.  Keep in mind that you have to 
also link to the necessary library files as well.  Instead of manually 
mucking with 20 paths in the Visual Studio IDE, I highly recommend just using 
a qmake project and referencing the various .pri files (.pri = qmake profile 
include file) which contain all needed configuration.

With a qmake project, you should be able to generate a Makefile for use with 
nmake or generate a VS project for use in the IDE.  I've personally never 
tried generating a VS project with qmake, but maybe someone else has.

Btw, I just updated the irisexample.pro file from the wiki again, it needed 
some Windows fixes.

> and where should place my program ? u remember my last problem , there were
> errors when i added it to a path that had spaces

That was a bug with the QCA installation.  In the future I'll fix 
installwin.bat to allow setting up QCA in a path that has spaces.

You shouldn't have this problem in Iris or in your own programs, so place your 
program anywhere you like.

-Justin


More information about the Delta mailing list