Thanks chipper,
I just added the prototype below based on a suggestion. When I comment it out it compiles and links and when not it has a link error. Not sure if it is correct.
DWORD WINAPI FTREND3(LPVOID);
Where I am not clear in the createThread function is if it actually passes the integer...
...left of '.start' must have class/struct/union type
cinterface3.cpp(24) : error C2664: 'CreateThread' : cannot convert parameter 3 from 'void (long *)' to 'unsigned long (__stdcall *)(void *)'
cinterface3.cpp(30) : error C2228: left of '.time' must have class/struct/union type
#include...
...! Specify that DLL_ROUT is exported to a DLL
!DEC$ ATTRIBUTES DLLEXPORT :: DLL_ROUT
INTEGER INT_ARG
CHARACTER*(*) STR_IN, STR_OUT
! This routine converts INT_ARG to a decimal string.
! appends the string value to STR_IN and stores it
! in...
...about path correctness or steps to complete this?
I have also tried it without the path and it still did not find it.
Thanks
Here is the C++ file********************
#include <jni.h>
#include "C:\jdk1.3.1\JNI\Hello\Hello.h"
#include <stdio.h>
JNIEXPORT void JNICALL...
I started from a webpage which calls a perl script which is supposed to return me to the webpage that I started from but instead I get what is below. Does anyone have any idea why this comes up?
I did check that CGI is enabled. Also this does work OK on another server.
<h2>Thank You</h2> Thank...
Thanks for the answers. I've been stewing on this as it appears this is a couple of notches deeper than the Hunley for me.
Should I be using both pieces of code below?
Where would path be listed to executable?
#!/usr/bin/perl
@args = ("fortran.exe", "input1"...
Hello everyone,
I wonder if I can get some pointers on were to look?
I would like to bring data in from a form or upload file.
Send data that was input or uploaded to program by calling DLL or executable from script that is written in fortran.
What are your thoughts?
Wanted to update all.
I setup this page on virtualave and they happen to have two different mail programs.
One qmail-inject also, and sendmail, is their newer program.
Script worked for both, so I would conclude that the vr9 program wasn't working correctly.
Thanks for all the good help!
Hi goBoating,
Well I started in pea'-can land then I moved to pec-kaun land then I moved back to pea'-can land and now would like to move back to pec-kaun land, but I got this job with stk options that I don't know were it is going.
How about you? Is your anchor in warm waters or are you...
Just to reduce confusion, this is what it looks like now.
#!/usr/bin/perl
# This script should send an e-mail
print "Content-type:text/plain\n\n";
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
@pairs = split(/&/, $buffer);
foreach $pair (@pairs)
{
($name, $value) =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.