Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM object cannot find my data
Message
De
22/08/2000 15:03:05
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, États-Unis
 
 
À
11/08/2000 11:18:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00401883
Message ID:
00407916
Vues:
21
>My NETRESOURCE class (relies on CLSHEAP, also downloadable from here on UT) includes sample code for implementing WNetAddConnection3(). Without a mechanism to implement static memory allocation and addressing, you'll never get the NETRESOURCE structure implemented, since it includes embedded pointers to strings, and with VFP shifting things around in memory at will, it is not feasible to just put stuff into a VFP string - either NETRESOURCE/CLSHEAP will be needed, or Christof's STRUCT to allocate and decode the needed structures. Like I said, NETRESOURCE includes an example that implements WNetAddConnection3(); with STRUCT, you'll have to implement it on your own.

Well, I've not tried your code, but still get the same error message. It works interactively on the desktop of the server, (A drive letter appears that wasn't there before execution) but when executed through ASP, the object continues to report the following error:

Error: openfiles c:\winnt\system32\program1.prg Error in line 123 File is in use by another user. 702
Jay Shepherd
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform