[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:27:23 PDT 2008


On Thursday 20 March 2008 11:43 am, K. Nimer wrote:
> - i open visual studio 2005
> - make new qt project -> qt consol application
> - i include what ever i need to include from the standard libs provided
> such as QtNetwork and xml and gui
> - then i open the main ,and stick the code from wikipedia in there
> - my entire project is located in my documents and settings
> - my psi/iris is located on c:/psi
> - i create a text file called blahproject.pro and add your pro file from
> wiki to this file and give it the same name irisexample.pro
>
> -i qmake then qmake -tp vc to be able to open it in visual studio 2005
>
> - then run it
>
> it gives me the same errors even tho i include xmpp core and xmpp im and
> the cute stuff section

First, make sure it is working using nmake:

1) Create a text file called main.cpp, based on the wiki text.
2) Create a text file called irisexample.pro, based on the wiki text.
3) Adjust the include() statements in irisexample.pro to refer to C:/psi
4) Run qmake
5) Run nmake

If this succeeds, then replace steps 4 and 5:

4) Run qmake -tp vc
5) Open the project in VS and build.

-Justin


More information about the Delta mailing list