Re: Import library for symbols decl. without dllimport

2008-09-01 Thread Brian Dessent
"John E. / TDM" wrote: > This of course works fine, but it's sub-optimal; I would like for the > message not to be displayed at all, and I imagine that the auto-import > machinery shouldn't even need to be activated if the import library for > the libstdc++ DLL is properly designed. Also, hiding t

Import library for symbols decl. without dllimport

2008-09-01 Thread John E. / TDM
Greetings! I have a question for the DLL and ld gurus. Is it possible to create an import library for ld on Win32 that will fulfill function and data symbols that were not declared with the dllimport attribute? For example, the variable myvar is declared in unit.c as: extern int myvar; I wou