A
alex
Hi,
I try to use a c++ dll in a CS-project.
First i call a test method to receive the given parameter an compare
both:
extern DLLEXPORT char * DLL_Test(char *str){
return str;
}
This method is defined in a header file, in a seperate project of the
solution which provides the dll functions.
This works fine.
But when i try to start the application on another pc which doesnt have
an installed visual studio instance, but the same
installed .NET framework, the import of the dll failed.
I try to use a c++ dll in a CS-project.
First i call a test method to receive the given parameter an compare
both:
extern DLLEXPORT char * DLL_Test(char *str){
return str;
}
This method is defined in a header file, in a seperate project of the
solution which provides the dll functions.
This works fine.
But when i try to start the application on another pc which doesnt have
an installed visual studio instance, but the same
installed .NET framework, the import of the dll failed.