SmokinWrek
IS-IT--Management
I've got a fairly simple program that runs just fine in the IDE. It also runs fine as a compiled prog on my dev machine(WinME, but not by choice). However when I take it to the target machine(Win2K), it doesn't work properly.
The program is supposed to read in a block of CRLF terminated records, write them out, then write out a few more records based on data in that block, then repeat the process until it reaches EOF.
For testing purposes, I have a msgbox popping up to display the record length once the program determines the record length of the input file. The msgbox works when I run it on the target machine, so I know the prog is starting OK, but it never creates the output file!? After I click OK on the msgbox, the prog acts like it has finished processing and is ready for the next file.
The only control I'm using is the Common Dialog.
Can anyone clue me in as to what I'm doing or not doing to cause this?
The program is supposed to read in a block of CRLF terminated records, write them out, then write out a few more records based on data in that block, then repeat the process until it reaches EOF.
For testing purposes, I have a msgbox popping up to display the record length once the program determines the record length of the input file. The msgbox works when I run it on the target machine, so I know the prog is starting OK, but it never creates the output file!? After I click OK on the msgbox, the prog acts like it has finished processing and is ready for the next file.
The only control I'm using is the Common Dialog.
Can anyone clue me in as to what I'm doing or not doing to cause this?