G
Guest
hello
is it possible to call functions implemented in a C# .dll from unmanaged C++ code
Thank you
is it possible to call functions implemented in a C# .dll from unmanaged C++ code
Thank you
Nicholas Paldino said:Sanjay,
This isn't necessarily correct. The C# code is already managed, so you
won't need a managed C++ wrapper around the managed assembly that the OP
wants to use.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Sanjay Vyas said:Yes, but you need to write Managed C++ wrapper for the unmanaged C++ to
call.
unmanaged
C++ code?