FW: Calling gcc built DLL from .NET (Visual Basic)

2003-06-05 Thread Thomas X. Hoban
anny Smith Sent: Wednesday, June 04, 2003 7:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Calling gcc built DLL from .NET (Visual Basic) From: "Thomas X. Hoban" > Does anyone have a g

Re: Calling gcc built DLL from .NET (Visual Basic)

2003-06-05 Thread Danny Smith
From: "Thomas X. Hoban" > Does anyone have a good example that shows how to create a DLL using > cygwin/gcc and call it using VB .NET? I am specifically interested in an > example that shows how to pass a String v

RE: Calling gcc built DLL from .NET (Visual Basic)

2003-06-04 Thread Gary R. Van Sickle
> Does anyone have a good example that shows how to create a DLL using > cygwin/gcc and call it using VB .NET? ^^^ Get a rope. ;-) -- Gary R. Van Sickle Brewer. Patriot. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Calling gcc built DLL from .NET (Visual Basic)

2003-06-04 Thread Biju G C
--- Max Bowsher <[EMAIL PROTECTED]> wrote: > Thomas X. Hoban wrote: > > Does anyone have a good example that shows how to create a DLL using > > cygwin/gcc and call it using VB .NET? I am specifically interested in an > > example that shows how to pass a String variable. In the example that I >

Re: Calling gcc built DLL from .NET (Visual Basic)

2003-06-04 Thread Max Bowsher
Thomas X. Hoban wrote: > Does anyone have a good example that shows how to create a DLL using > cygwin/gcc and call it using VB .NET? I am specifically interested in an > example that shows how to pass a String variable. In the example that I > show below, I am able to call a C function. I can

Calling gcc built DLL from .NET (Visual Basic)

2003-06-04 Thread Thomas X. Hoban
Does anyone have a good example that shows how to create a DLL using cygwin/gcc and call it using VB .NET? I am specifically interested in an example that shows how to pass a String variable. In the example that I show below, I am able to call a C function. I can successfully pass a long integ