Info: resolving vtable ... (auto-import)

2004-08-19 Thread da
Tried resolving this by searching mailing list archives, but no luck. Here's my question: After linking on Win32, I get a number of these types of messages: Info: resolving vtable for SomeFunctionName linking to __imp___ZTV13SomeFunctionName (auto-import) What does this actually mean? Do we

Re: Info: resolving vtable ... (auto-import)

2004-08-19 Thread Ken Dibble
There was some discussion about this relatively recently. I can't seem to locate the message right now. If I recall correctly, these messages happen whenever a virtual table has to be created and someone knowledgeable(not me!) said not to worry about it. It had something to do with a change in

Re: Info: resolving vtable ... (auto-import)

2004-08-19 Thread Larry Hall
At 04:43 PM 8/19/2004, you wrote: Tried resolving this by searching mailing list archives, but no luck. Here's my question: After linking on Win32, I get a number of these types of messages: Info: resolving vtable for SomeFunctionName linking to __imp___ZTV13SomeFunctionName (auto-import)