Im new to ATL COM! Pls help

im new to this forum and ATL COM.

i need to add activex components to my component. i know this is done pretty easily in .net, u just go to Project-Add a reference-select the library, how do i do this in VC6?

[250 byte] By [lordcornholio] at [2007-12-21]
# 1

There is no such support in VC6. You can use #import to use the component and get wrappers for your control.

BTW: VC6 is no longer supported in the newsgroups you still find guys that will support you:

http://msdn.microsoft.com/newsgroups/

MartinRichter at 2007-9-10 > top of Msdn Tech,Visual C++,Visual C++ Language...
# 2
hey! thanx a ton for the link... i still need tofigure out how im gonna import and all that... but i guess i can try the newgroup now.
lordcornholio at 2007-9-10 > top of Msdn Tech,Visual C++,Visual C++ Language...