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

Virtual inheritance & dllimport in GCC 4

2008-10-10 Thread John E. / TDM
Hi! On the off chance that you're A) reading this message, B) a GCC on Windows hacker, and C) not aware of GCC PR#36654, I'd like to draw your attention to it. This is an interesting problem that arises in builds of recent GCC versions for Windows (i.e. Cygwin and MinGW). Basically, this bug