-2

I need to use dlls, headers and functions from a Visual C# project in a Visual C++ project.

I tried to add the dlls via "Add References" but I keep getting this error...

Caching metadata information for e:\linha_3_os179\indutron_opc\treiberdlls\elabo.devices.g_series.deviceplugin.dll

Any suggetions?

Thanks!

GPGomes
  • 147
  • 3
  • 14

1 Answers1

1

I would try to expose the c# code as COM objects and then use COM from c to call them

Mike
  • 3,462
  • 22
  • 25