Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compiled .exe has no display
Message
De
21/11/2001 07:41:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Compiled .exe has no display
Divers
Thread ID:
00584400
Message ID:
00584400
Vues:
50
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform