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
I have written a DLL and a test program that uses the JNI api to invoke a
JVM. When I try to link with a test program, I get an error indicating that
a reference to [EMAIL PROTECTED] is undefined.
$ export JAVA_HOME=/cygdrive/c/j2sdk1.4.1_02
$ g++ -c I$JAVA_HOME/include I$JAVA_HOME/include/win3
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
3 matches
Mail list logo