Last Modification: May 25, 2006
Contents of this FAQ
Why does my VB client keep crashing when compiled and not in the IDE when I use an ActiveX Control with a worker thread?
Why does my ATL project fail to build in release configuration? It gives me "error LNK2001: unresolved external symbol _main" linker error.
HOWTO: Obtain data from the client via an outgoing event dispinterface in ATL
HOWTO: Use structs in Automation-compatible interfaces
HOWTO: Use structs in COM interfaces when Automation compatibility is not an issue
Why VB refuses to implement my Automation-compatible interface, or call a method in my Automation-compatible interface?
HOWTO: Reuse interface implementation in source in ATL projects - part I: standalone interfaces
HOWTO: Reuse interface implementation in source in ATL projects - part II: base and derived interfaces
HOWTO: Implement multiple dual interfaces
BUGFIX: ATL's CWindowImpl crashes when OnFinalMessage contains code to destroy the class instance
HOWTO: Post messages to a hidden window for raising events from an Apartment-threaded object employing worker threads
HOWTO: Implement static object hierarchies in ATL
I get linker error LNK2001 for symbol IID_xxx, even though I included the correct headers and added the lib files as linker input.