I'm getting the following error in my compiled PB6.5 app when I'm trying to export my datawindow. The function I'm using is saveasascii() function.
Error:
casused an invalid page fault in module MSVCRT.DLL
What is this DLL's purpose and how can I fix this problem?
I'm not sure if the Saveasascii() is causing this problem because when I run the app through PB environment, I do not get this error. I only get this error when running the compiled application.
Error:
casused an invalid page fault in module MSVCRT.DLL
What is this DLL's purpose and how can I fix this problem?
I'm not sure if the Saveasascii() is causing this problem because when I run the app through PB environment, I do not get this error. I only get this error when running the compiled application.