.NET Development
Visual FoxPro
Visual C#
Windows Live
Visual Studio
Windows Vista
SQL Server
Visual J#
Visual Basic
Game Technologies
Smart Device
Architecture
VS Team System
Microsoft ISV
Visual C++
Software Development Network>> Visual C#>> can a managed dll call from C++
can a managed dll call from C++
Hot Topic
Is there a way to get an array of all classes that inherits a specific interface?
Is it possible to show FileProperties Dialog in C# without P/Invoke?
Asynchronous Method Calls - Whats the max?
Forcing the Setup to RollBack()?
How to list a remote directory?
How to get the difference of two given dates?
datagrid view real NOOB
help a beginner please how to make this software?it with dictionary and chat and ....
Problem with timer and progress bar
Window Service printing HTML
Visual C#
WAN linkage sizes
form size
image in user control
please help C# loading images from access database.
where did NewConstraintAttribute get moved to?
creating event handlers at runtime
Regarding ToolStrip's movement in RunTime.
Not Freeing Memory
Creating a wizard by using Microsoft.WizardFramework
Can't reference dinamicly created web controls
can a managed dll call from C++
Hi
i made a dll in C# so its managed... my question is can that dll be called from C++ Pascal or other languages
Answer this question
can a managed dll call from C++
Nilay
but can all languages call COMs`
Brian Kinder
how about other languages like Java Cobol PASCAL C C++ FORTRAN
renard
All .NET languages can call COM. The .NET framework deals with all the COM stuff for you.
Matt Moore
You can expose the managed DLL as a COM object and run it from C++ that way.
Oscar_Ruiz
The managed DLL would publish a COM interface, if the language can consume COM interfaces then it can call your managed DLL.
can a managed dll call from C++
Answer this question
can a managed dll call from C++
Nilay
Brian Kinder
renard
Matt Moore
Oscar_Ruiz