Click to See Complete Forum and Search --> : VC++ client use .Net component


wawa
July 17th, 2003, 12:01 PM
I have a VC++ 7.0(unmanaged code using .Net) project , I am trying to use a .Net component (developed using managed code) from this project.
My question is Can I?
Thanks!!

wawa
July 17th, 2003, 02:49 PM
Plz

kuphryn
July 17th, 2003, 03:16 PM
Are you referring to COM? COM is language independent.

Kuphryn

Andreas Masur
July 17th, 2003, 04:39 PM
[Moved thread]

wawa
July 17th, 2003, 04:44 PM
yes, I am trying to use COM

but how to use .Net build COM in VB 6, I mean how to reference the dll, i am sure not through reference wizard, since it always tell me .dll is invalid.
I guess in VC, I can import it , but how to do from vb6?