I have a problem with a pb dll that I'm using with vb.
The dll is a simple dll that read/sort/arrange some data from
a text file. What the program does is:
- first read/sort/arrange data from a flat text file (pb dll)
- create a file with all the sorted data (from here all the work is
done for the dll and all text files are closed)
- second vb takes over and starts reading from the text file to input
the data in a database.
The problem happens when vb is reading the text file. When the
enter key is being pressed a GPF is occuring on the pb dll.
I don't have any idea why this is happening.
gpf: The instruction at "0x01e755d8" referenced memory at "0x0028ed48".
The memory could not be "read".
[This message has been edited by Erwin van de Wiel (edited November 11, 2000).]
The dll is a simple dll that read/sort/arrange some data from
a text file. What the program does is:
- first read/sort/arrange data from a flat text file (pb dll)
- create a file with all the sorted data (from here all the work is
done for the dll and all text files are closed)
- second vb takes over and starts reading from the text file to input
the data in a database.
The problem happens when vb is reading the text file. When the
enter key is being pressed a GPF is occuring on the pb dll.
I don't have any idea why this is happening.
gpf: The instruction at "0x01e755d8" referenced memory at "0x0028ed48".
The memory could not be "read".
[This message has been edited by Erwin van de Wiel (edited November 11, 2000).]
Comment