[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Troll] Window Trolls
> 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.
Dennis Payne
dulsi@identicalsoftware.com