August 8th, 1999, 06:00 AM
Hi!
My program works perfect on my own box with DevStudio installed but when I try to install it
on a "normal" windows machine it generates the "Failed to create empty document" error and exits.
The error occurs in the MyProgDoc::OnNewDocument() call to the CDocument::OnNewDocument()
funktion.. WHY??
I've tested a simple SDI program and it runs fine on both machines but this program generates the error.
The differece is that I use databases in the error prog.. but they are never used in the init of the prog/document...
What can I do about it.. any suggestions would be highly appriciated!
//Calle Lennartsson
My program works perfect on my own box with DevStudio installed but when I try to install it
on a "normal" windows machine it generates the "Failed to create empty document" error and exits.
The error occurs in the MyProgDoc::OnNewDocument() call to the CDocument::OnNewDocument()
funktion.. WHY??
I've tested a simple SDI program and it runs fine on both machines but this program generates the error.
The differece is that I use databases in the error prog.. but they are never used in the init of the prog/document...
What can I do about it.. any suggestions would be highly appriciated!
//Calle Lennartsson