i'm sorry i probably didn't make myself clear the first time. The
thing is that i have two projects open under one sollution and i'm
trying to use some classes in one project that are from the other one.
i don't have a .lib file for the project i only have the headers,
sources and the .obj if i build them.

Does that mean i have to make the .lib file somehow? or just link the
projects in a different way

thanx :)

On Oct 28, 5:10 pm, Glenn <[EMAIL PROTECTED]> wrote:
> Include the library (.lib) from the first project into your second project's
> build.  The library will resolve the external references.
>
> ...Glenn
>
> On Tue, Oct 28, 2008 at 11:58 AM, [EMAIL PROTECTED] <
>
> [EMAIL PROTECTED]> wrote:
>
> > hi thanks for the advice it helped but i have another (possibly dumb)
> > question the include works fine but the linker throws an unresolved
> > external. the other project is built too i made sure of that. is there
> > something else i'm missing?

Reply via email to