Help in win32 dll & c#
-
HEllo All, Can you please tell me ,can i exports data in dll .If i want to use that data in c# application. e.g.:- my dll file contain one class Demo{public int d;} & i want to use that class Demo in my .cs file how should i use it. Thank You.
-
HEllo All, Can you please tell me ,can i exports data in dll .If i want to use that data in c# application. e.g.:- my dll file contain one class Demo{public int d;} & i want to use that class Demo in my .cs file how should i use it. Thank You.
I suggested you to write a RunTimeCallable Wrapper the last time you asked the same thing.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
I suggested you to write a RunTimeCallable Wrapper the last time you asked the same thing.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
Can you please help me how to use it
-
Can you please help me how to use it
you will have to create a wrapper over your win32 dll in case of RCW. Call the methods of this win32 dll using a COM object. After that you can use tlbimp to generate the type lib. and this can be used in C# Read here[^]
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_