Re: Auto-import problem

2009-06-03 Thread Dave Korn
Piotr Wyderski wrote: > Trying to work-around PR40269 (which doesn't happen > anymore on trunk, so you may close it) I've commented > out the dllexport/dllimport section: > > #define BASE_DLLEXPORT /*__declspec(dllexport)*/ > #define BASE_DLLIMPORT /*__declspec(dllimport)

Auto-import problem

2009-06-03 Thread Piotr Wyderski
Trying to work-around PR40269 (which doesn't happen anymore on trunk, so you may close it) I've commented out the dllexport/dllimport section: #define BASE_DLLEXPORT /*__declspec(dllexport)*/ #define BASE_DLLIMPORT /*__declspec(dllimport)*/ Then the program compiled succ