Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP4 breaks application
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
SP4 breaks application
Divers
Thread ID:
00387297
Message ID:
00387297
Vues:
42
My application runs fine in development mode with SP4, but gives C0000005 errors under SP4 runtime.
It also works perfectly with the SP3 runtime files. Could there be a problem with the SP4 runtime files?

Here is more information:
The SP4 problem occurs with ActiveX controls. It is very easy to replicate; I used ctTree from DBI Technologies http://www.dbi-tech.com
In method GetNode put the following:

*** ActiveX Control Event ***
LPARAMETERS nindex, ncolumn
Return dodefault(nindex, ncolumn)

Drop the control on a form, added some code to make the tree, e.g.

* Fill tree
o = ThisForm.ctTree1
o.clearnodes()
o.Addnode('Item A',2,1)
o.Addnode('Item B',2,2)
o.Addnode('Item C',2,3)
Compiled it to an exe.

Run in VFP SP4 in development mode, works.
Run under runtime (double-click the exe), gives C0000005 error.

I get the C0000005 error with other activeX as well.
Anyone have any suggetions on how to get SP4 runtimes to work?

Cyril.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform