Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VC++ configuration for Building DLLs?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00068689
Message ID:
00069452
Vues:
36
>It sounds like you have a handle or memory leak. If you're running under NT you can
>watch task manager for handle leaks easily. Memory leaks are more difficult.
>
>Also, make sure you're not overrunning your string allocations, which is the most
>common problem with FLL/DLLs accessing strings.
>
>Regards,

Rick, I discovered that I was overrunning my string allocation by 1 (I temporarily forgot that in C and C++ arrays and thus, strings start at 0 not 1 and end at (n-1) not (n) ) Thanks for your reply,

-Lou.
"All my life I said I wanted to be someone ...
I can see now that I should have been more specific." -Jane Wagner
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform