Re: [GD-Windows] Linker hell
Brought to you by:
vexxed72
From: Corrinne Y. <cor...@sp...> - 2001-11-07 19:56:53
|
Ah, the old linking game! What libs are you linking with? Have you turned up the link debug spew (Project->Link->Customize->Print progress messages) to see what code is referencing the DLL runtime? Also remember that a line like this in your codebase: #pragma comment(lib, "libname") can pull things into your link line unexpectedly. -- Oh, goodness, forgot those as well! Those are pain in the a**. -- It would be nice to be just in one place, all libs are linked, and no where else. One can dream. -- Well, I am just glad mine is linking and running now, and I had past the point in my code to have to add more libs (all the major libs are already inside), condolences to all of you who have to hunt those down. :( |