Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I have created one DLL having some functions as follows..
I want to call them from VB.net and C#.net.
1)   Function CONVERTPWDATA ( PASS1,PASS2 : INTEGER; IpStr : PWord; OpStr : PChar;
         LangName : LongInt; AFontType, BFontType : LongInt ) : PChar; StdCall;export;
2)  Function CONVERTDATAEX ( PASS1,PASS2 : INTEGER; IpStr : PChar; OpStr : PWord;
         LangName : LongInt; AFontType, BFontType : LongInt ) : PChar; StdCall;export;


Can anyone help me for Compatible Data types in .net for Delphi Data Types.
My Second Question IS
How to pass Unicode Data from .net and How to receive it back from Delphi DLL.



Thanks in Advance..
Posted
Updated 12-Apr-10 2:56am
v2

1 solution

This article have a list of all the Delphi data types and closest .Net counter parts. Just check it out. Delphi Data Type to C# Data Type[^]
 
Share this answer
 
Comments
vijay.victory 23-Jun-10 10:29am    
Thanks for your reply.
But I already got it..

I want VB.Net data types..
VB.Net and C#.net have some conflicts..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900