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: kimbly
  • Content: Threads
  • Order by date
  1. kimbly

    Want to see memory layout of an object...

    In order to understand what's really happening in memory when I create classes, add functions, have derived classes, etc., I would like to see the memory layout of my objects. I was told I could use breakpoints or output the memory, but I'm having trouble figuring out exactly what to do (and...
  2. kimbly

    Problems with running .EXE from web

    Hi, I'm using a VBScript to run a .EXE file, as well as write to and read from text files, and it runs smoothly from my hard drive. I would like to get this project working on a website, but have not been successful in my various attempts. Although the error message I've been getting is empty...
  3. kimbly

    .RUN for program on the web, from the web

    i would like to be able to run a program (.exe) that is on the web from a vbscript in the same directory. if this is possible, how might i do it? right now i am running the program through vbscript on the computer, using WshShell.Run "cmd /C D: & CD \users\kim\henry\ &...
  4. kimbly

    Problem with .RUN, doesn't execute program

    i am trying to run a program(.exe) from vbscript in EONReality, but i'm having a problem. i don't get any error message and it appears to work correctly, but i can tell the program isn't executed because it would write to a file. there is no problem with the program itself; when i execute it...
  5. kimbly

    Can I execute a program in another language...

    I'm using VBScript in a program called EON Reality and I want to call a FORTRAN program with some inputs. (The FORTRAN program will write to a file that I will then read.) I was wondering how, if it's possible, can I call a FORTRAN program with some inputs in VBScript? Thanks. -K

Part and Inventory Search

Back
Top