Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to find WWStore
Message
 
 
À
04/07/2001 17:30:14
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Divers
Thread ID:
00526540
Message ID:
00526790
Vues:
15
>>You probably have wcDemoMain.prg in your app, right?
>
>Well, yes, isn't it the main program we have to use? All of its methods and properties are useful in my application. How are you using it?

You can use it but you don't have to. If you build a new project using the Web Connection New Project Wizard your app gets its own main program, e.g. myAppMain.prg. This program is generated from the template program for new projects, which by default is wconnect/templates/appmain.prg. The template program doesn't have the calls to wwstore or westwind in it.

>>The calls to wwStore and WestWind occur in wcDemoMain.prg and are evidently unresolved. It should be OK to ignore these build errors since the call won't actually be made at run time unless you pass 'wwstore' or 'westwind' as parameters to your server. Or of course you can just comment out the code.
>
>Yes, it doesn't cause a problem. I'm just getting tired to have to click Ignore at build time. Where exactly should be comment those lines?

The calls to wwstore and westwind are in the Process method of the wcDemoServer class that is defined in wcDemoMain.prg. Look for the Case statement in the wcDemoServer::Process method, you'll find them in there and can comment them out.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform