I am using several P/Invokes under .NET. However, I want my library to work both in Windows and Linux, preferably with the same binaries.
i am having trouble importing c++ unmanaged dll into C# [winform]. Can someone help? Basically i am just trying to create a safearray of strings in c++ and trying to send it to C#.
This question is related to my previous question - dynamically running a DLL at a remote Windows box?
This is driving me crazy. I\'ve looked all over, but I\'m not sure I understand exactly what\'s causing this error.
Im using an P/invoke on an unmanaged dll function swe_calc_ut. int swe_calc_ut(double tjd_et, int ipl, int iflag, double *xx, char *serr)
I\'m getting to know Mono development in Linux, in baby steps. I\'m trying to call Linux C libraries. This page, in theory, tells me how, but when I type the code below in MonoDevelop 2.2.2 (Fedora 13
What is my main concern is , I am able to write a C++ dll using VC++ . Now the dll is present in the Debug folder.
We are using an external Dlls as : [DllImport(\"DemoExport.dll\")] public static extern string GetDBConnection(string sDBName);
I am importing an C++ DLL in an innosetup install script. The DLL code is as follows: void __stdcall SetFbParam(char *dbFileName,char *dbTableName,char *dbParamName,char *dbParamValue){
I\'m trying to install and run a 32 bit application on a Win7 x64 machine.The application is built as a Win32 app.It runs fine on 32 bit platforms. On the x64 machine it installs correctly in the Prog