Jedhi
October 6th, 2003, 07:51 AM
I want to make a DLL that can be used by any platform (that is windows xp, linux etc.). Should I use the Class Library to make a DLL ? And does it matter whether I use to write in C# or C++ ?
|
Click to See Complete Forum and Search --> : Dll Jedhi October 6th, 2003, 07:51 AM I want to make a DLL that can be used by any platform (that is windows xp, linux etc.). Should I use the Class Library to make a DLL ? And does it matter whether I use to write in C# or C++ ? joan_fl October 6th, 2003, 11:58 AM If you wrap you dll in a Webservice then any language that can use web services can use your "dll". Be aware though how you serialize objects for consumption in Java. Here is a few good links for doing the above. Web Services Interop Part 1 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/wsejavainterop.asp) Web Services Interop Part 2 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/wsejavainterop2.asp) Various .NET & J2EE Web services Links (http://www.j2eeolympus.com/J2EE/WebServices/NETWebServices.jsp) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |