Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiled .exe has no display
Message
From
21/11/2001 07:41:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Compiled .exe has no display
Miscellaneous
Thread ID:
00584400
Message ID:
00584400
Views:
49
I wonder if anybody has encountered this before.

I'm using XP Pro, VFP 7.0.

My application gets called as follows:
*********************************************
do IT.MPR
SET CLASSLIB TO basetbr ADDITIVE

wait wind nowait "Welcome to " ;
+ oApp.cNameSystem + ;
", " + ;
oApp.cNaUser + ;
". You are attached to the " ;
+ allt(oApp.cDefDataLoc) + ;
" data set. Elapsed time was " + ;
allt(str(seco() - oEnv.nTimeBegin,5,3)) + ;
" seconds"
read events

**********************************************

Everything works fine when run from within the dev environment. The compiled exe is a different story, however. When I run it, the last thing I see is the WAIT WINDOW NOWAIT in the above code. There is no MDI frame visible, no menu visible.

If I go to the task manager, there is an instance of the exe running in the PROCESSES list, but not in the APPLICATIONS list. I'm building it as a Win32 executable. It had previously compiled and run correctly, but now I don't have the foggiest of what happened or where to look.

Any suggestions?

Andrew
On a CLEAR day you can see forever.
Next
Reply
Map
View

Click here to load this message in the networking platform