Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New
Message
From
07/11/1997 17:02:37
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Re: New
Miscellaneous
Thread ID:
00058935
Message ID:
00059015
Views:
35
No wonder I always thought C stunk! - To "new" as a verb.

On the other hand, those who have lost their virginity might be very interested.

Wow
Jim Nelson

>I have some C++ code as follows:
>
> char *pch = new char[cstr.GetLength() + 1];
> int *inum = new int[ilen];
>
>These cause a memory leak when exiting FoxPro in debug from VC++. The examples I've seen in the VFP LCK documentation cover handle to pointer memory allocation.
>
>Is there a way to new a pointer in an FLL? Or how should this be done?
Previous
Reply
Map
View

Click here to load this message in the networking platform