Welcome! Log In Create A New Profile

Advanced

.net DLL+ XML Return

Posted by Alexandre Aragão 
Alexandre Aragão
.net DLL+ XML Return
July 22, 2008 02:51PM
Hi,

I´m trying to use a .net DLL, calling a function that return a XML.
I´m trying to use the CallDLL32 but only accept a int return.

How can I use that DLL to return the XML???

att,
Alexandre Aragão
kevinw
Re: .net DLL+ XML Return
August 04, 2008 01:26PM
CallDLL32 is used to call Windows API DLLs.

You do not need this with a .NET DLL. Just add a reference to it in the .NET Assemblies in your project, then call the method in your code. It will return whatever data type it should return.

Kevin
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: