Using static library
- From: myfavdepo@xxxxxxxxx
- Date: 11 Dec 2006 23:18:50 -0800
Hi all,
I have a doubt regarding the building and using of a
static library. i am using ms vc++ 6. I needed a library for reading
the configuration from an xml file. so we decided to make it a static
library using the xerces library. we took the 'win32 static library'
and added the files and built the library.
then we tried to use it in our application and in the
'object/library modules' we added the static library's name and linked
it. but, the linking failed saying that the func.s in the xerces are
undefined.
then we rebuilt the static library after
adding the name of the xerces library in its 'project options' under
the library tab. then everything worked fine.
what i do not understand is that how the
buiding of the static library was successful first time without
resolving the references to the xerces?
Thanks,
Sreehari
.
- Follow-Ups:
- Re: Using static library
- From: Ulrich Eckhardt
- Re: Using static library
- Prev by Date: multi-threading fundementals?
- Next by Date: Re: Using static library
- Previous by thread: multi-threading fundementals?
- Next by thread: Re: Using static library
- Index(es):
Relevant Pages
|