Hello,

I am currently using Visual Studio to write a program in C. My program needs to use c# functions that are in a .net DLL.

For instance, one of the functions I need to use is in the format of:

myfunction(out Errorstring)

Am I just able to call this function the way it is and use it? Or will it have to be wrapped? I'm pretty new to Visual Studio, and really have no experience with C#.

Any help would be greatly appreciated!