<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I guess this question is not directly related to
kdevelop. I am asking this question here, bczuse i am sure that there are lot of
C++ gurs, who can solve this problem easily.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have created .so from kdevelop project
(libuser.so) and copied this .so file in /usr/lib/. Now when i tried to include
the header of this .so (i.e. user.h) in some other project created in kdevelop,
the new project dont recognizes this "#include "user.h"".</FONT></DIV>
<DIV><FONT face=Arial size=2>Although i have executed the ldconfig as well. Any
idea what is missing here.</FONT></DIV>
<DIV><FONT face=Arial size=2>Another thing is that, is it possible to call one
.so from some other .so....</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV></BODY></HTML>