May 18, 2005
Walter wrote:
> "David Medlock" <noone@nowhere.com> wrote in message
> news:d6e4g9$12ah$1@digitaldaemon.com...
> 
>>I still do not understand the _why_ of this problem, Walter.
> 
> 
> I don't know either, but these problems become understandable when
> everything else gets stripped away. They nearly always boil down to 10 lines
> of code or less. Then they become understandable, and fixable.
> 
> 

Hehe, a new twist to my dilemma.

Currently my project pulls files from about 5 different directories.

When I put everything into one directory(to send to John)...it links fine.

Sigh.

In each case all the obj files are dumped into a single directory, so I don't see how where they are relative to each other could affect the link process.

Thanks to everyone who responded.
-DavidM
May 18, 2005
David Medlock wrote:

> Hehe, a new twist to my dilemma.
> 
> Currently my project pulls files from about 5 different directories.
> 
> When I put everything into one directory(to send to John)...it links fine.
> 
> Sigh.
> 
> In each case all the obj files are dumped into a single directory, so I don't see how where they are relative to each other could affect the link process.
> 
> Thanks to everyone who responded.
> -DavidM

Ha ha... see? I fixed it!

lol :-D

-JJR
May 21, 2005
"David Medlock" <noone@nowhere.com> wrote in message news:d6fc7b$24ha$1@digitaldaemon.com...
> Walter wrote:
> > "David Medlock" <noone@nowhere.com> wrote in message news:d6e4g9$12ah$1@digitaldaemon.com...
> >
> >>I still do not understand the _why_ of this problem, Walter.
> >
> >
> > I don't know either, but these problems become understandable when everything else gets stripped away. They nearly always boil down to 10
lines
> > of code or less. Then they become understandable, and fixable.
> >
> >
>
> Hehe, a new twist to my dilemma.
>
> Currently my project pulls files from about 5 different directories.
>
> When I put everything into one directory(to send to John)...it links fine.
>
> Sigh.

Make a duplicate of your directory structure. Then start whacking away at it.


1 2 3 4
Next ›   Last »