| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
I am new to C# programming and I already read several books on it. I currently have the problem that I do have a large CodeBase (DLLs) which are developed in C++. Is there a way in C# to access DLLs developed in C++?
If yes, how does it work, under which C# commands do I find further information? |
|
#2
|
|||
|
|||
|
Yes, dlls are so useful because they can be used by a variety of apps coded in a variety of languages. So long as your dll is registered in COM services, you can access the dll from c#, c++, vb, delphi.. whatever.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Possible to use C++ classes from within C#? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|