Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick Start did not create Application Class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00176270
Message ID:
00176736
Vues:
32
>Once I found "tndmgt" I knew that it being missing was not the problem so I began to look around in the app startup code and discoverd that in the main.prg that was created there was the following piece of code:>

>DO [COMMONPATH\PROGS\Setup]

>I knew what was going on here but it did not make sense that since the setup.prg was bound into the project there was no reason to have a path. I removed the path and it fixed the problem.>

>1). What is being attepted here with this path being hardcoded in ?

It's not actually hard-coded. COMMONPATH is an application-level constant that is set by QuickStart and stored in Appincl.h. Using your directories as an example, the following line should be in Appincl.h:

#DEFINE COMMONPATH \DEVELOPMENT\VFP6\MMORTALS\COMMON30

When you say you removed the path, what did you change it to?

As an aside, when you purchase the Framework you can get free direct e-mail support for 30 days (it starts when you ask your first question) if you prefer to send questions to us directly (oakleaf@oakleafsd.com)

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform