ATL with C#?

  • Thread starter Thread starter Jamie
  • Start date Start date
J

Jamie

Hello,

I am new to .Net and my previous experience is developing ATL COM dlls with
C++ (Version 6). I'm wondering if there if a C# solution that is similar to
this? I see that C++ 7 still has the ATL projects but what can I develop in
C# that is equivalent in functionality to a com dll?

thanks,
Jamie
 
Hello,

I am new to .Net and my previous experience is developing ATL COM dlls
with C++ (Version 6). I'm wondering if there if a C# solution that is
similar to this? I see that C++ 7 still has the ATL projects but what
can I develop in C# that is equivalent in functionality to a com dll?

thanks,
Jamie

Hi Jamie,

That's simple: a class library.


--
------ooo---OOO---ooo------

Peter Koen - www.kema.at
MCAD CAI/RS CASE/RS IAT

------ooo---OOO---ooo------
 
Back
Top