[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Troll] Window Trolls



At 12:37 PM 9/28/2002 -0400, you wrote:
> > That wouldn't be any fun.  There's another problem though--the DLL cannot
> > contain unresolved references to the main program (the calls back to
> > TrollGame.  I think this is something that works under the linker on 
> Linux,
> > but not on DOS.  If I put the Troll stuff in the DLL, I'll get multiple
> > defs, I think, and that would be bad.
>
>You're right you can't have unresolved references but you can export
>symbols from a executable.  That will create a lib file you can link the
>game dll to.  So you should be able to make it work without a seperate
>primary dll.

Hmm.  I thought about something like that, but there isn't any real 
documentation on doing that.  I'll putz around and see what I can deduce.  :)

Kenn