votes
Getting result back from a dll c#
Hi, I am writting a dll and want to return a result back to the calling code. I have tried putting:- public string oSQL2XStreamBridge( string Name) public class string oMyDll both o ...
blah blah blah is here! blah blah » Close
Hi, I am writting a dll and want to return a result back to the calling code. I have tried putting:- public string oSQL2XStreamBridge( string Name) public class string oMyDll both o ...
i have library that i need to use in order to access informations. the library is Interop.DOCQMANCONTROLLAYERLib in editor it doesnt show any problem with code DOCQMANCONTROLLAYERLib.DQMEMFJobClass dc = new DOCQMANCONTROLLAYERLib.DQM ...
As a test, I am writing a small C++ .DLL to be invoked from C#. Reading MSDN it looks like I need a C# wrapper which is also to be a .DLL. So in all a C# program as an .EXE, invokes a wrapper which is a C# .DLL, which in turn invokes ...
Hi all, In my project on cryptography, I am using DLL to hold all the crypto related functions and then calling these dll functions from my asp.net pages. The encrypt and decrypt functions are separate and can be called by users as p ...
I have a dll called KETComm. I impotrted that dll using DLLImport method in c#. I want to create the instance of that dll. How to create???
Got feedack? Found a bug? report it here.