Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VC++ configuration for Building DLLs?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00068689
Message ID:
00069452
Views:
47
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform