new project

Alvin Beach abeach at deepvision.ca
Thu Mar 3 13:57:58 GMT 2005


On March 3, 2005 09:19 am, Muhammad Rizwan wrote:
> Thanks for your reply.
>
> Another question is that, is it possible to add libraries in project
> created in kdevelop.
> Like i have written some code by using an XML parser 'expat', and
> compiled my program as:
> g++ programe.cpp -lexpat
>
> Now when i use any function of expat in my program writing in kdevelop,
> it gives me error on functions of this library.
> How can i include this library and any other my own written libraries in
> kdevelop.

Where are the expat header files? If they are not in /usr/include you may need 
to explicity use the -I switch. This is the same for the libexapt.(a|so). You 
may need to specify the -L<path to libexpat)

> Another question is that, is there any documentation of kdevelop
> available, which a newbie of kdevelop use in order to find quick
> solutions for these kind of problems.

Here are some tutoirals for 3.1:

http://www.kdevelop.org/index.html?filename=3.1/tutorials.html

Enjoy,

Alvin

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list