Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pecan204
  • Content: Threads
  • Order by date
  1. pecan204

    Use of Pipe Types in a dll

    Can anyone help? I have a dll that establishes a pipe that will obtain data from another program. Currently it is setup to continually listen for new data and then get itfrom another program. Is it possible upon the call to the dll to create the pipe connection, get the data, and close each...
  2. pecan204

    Nort clear on structure use and createThread external function call.

    I am not real clear on using structure statements and external function calls. I am getting the following errors when I compile the file below. Can someone hlep? Thanks. cinterface3.cpp(22) : error C2228: left of '.start' must have class/struct/union type cinterface3.cpp(24) : error C2664...
  3. pecan204

    Errors in createThread file. Need Help!

    Hello, I am getting syntax errors in this file upon compile but I can't figure out what is wrong. Can someone comment? Thanks. The errors are: cinterface3.cpp(17) : error C2065: 'DWORD' : undeclared identifier cinterface3.cpp(17) : error C2146: syntax error : missing ';' before identifier 'tid'...
  4. pecan204

    Need help calling fortran DLL with visual C

    Hello, Does anyone know how to call a fortran dll in MS VC? I need some help calling one.I compiled the file below. Added the .lib file to the link tab. But I get this error. Linking... debug/DLL_ROUT.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x3e218d3c Error...
  5. pecan204

    Reading Character Strings with gets

    Hello, I am trying to read a string of firstname and lastname and once I type in the name it immediately jumps past the gets and scanf in the first called function. Can anyone correct this issue? Thanks <code> #include <string.h> #include <stdio.h> #include <stdlib.h> void getstudents(char...
  6. pecan204

    MS Visual C DLL and Java files

    Hello, I have been trying to get the Java JNI - C DLL sample working using MS Visual C. The c++ file I used could not find the Java.h file on compile. Has anyone tried this? Can anyone comment about path correctness or steps to complete this? I have also tried it without the path and it still...
  7. pecan204

    Running CGI script on server code comes up

    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...
  8. pecan204

    How can I send data to and call dll or executable in perl?

    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?
  9. pecan204

    Send Mail script doesn't work. Need help!

    Script doesn't work or give an error. see below. Thanks for your comments! #!/usr/bin/perl # This script should send an e-mail print &quot;Content-type:text/html\n\n&quot...

Part and Inventory Search

Back
Top