-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: KGK
Message 7 in Discussion

Hi Venkat!   First of all, what kind of DLL have you developed? Is it s standard Win32 
DLL that exports C-style API (like KERNEL32.DLL, etc), or is it a COM based DLL?   If 
its the former, you will require to use Platform Invocation Services (PInvoke). But if 
its a COM DLL, you got to create a managed proxy DLL for the same, to which you will 
add reference in your C# application and then instantiate the classes and invoke the 
methods. This can be done using TLBIMP.EXE utility, or using VS.NET, do a Add 
Reference->COM Tab and select your COM Server. VS shall automatically create the proxy 
DLL for you.   B.NET did a presentation for this long time back. The PPT is available 
in the Documents section, along with the source code for both these techniques.   
Gaurav

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to