Click here to Skip to main content
15,918,193 members
Home / Discussions / C#
   

C#

 
QuestionInsertAt Bug??? Pin
Marc Clifton13-Nov-02 8:07
mvaMarc Clifton13-Nov-02 8:07 
AnswerRe: InsertAt Bug??? Pin
Marc Clifton13-Nov-02 8:11
mvaMarc Clifton13-Nov-02 8:11 
GeneralRe: InsertAt Bug??? Pin
leppie13-Nov-02 8:44
leppie13-Nov-02 8:44 
GeneralReal quick... Pin
CherezZaboro13-Nov-02 5:57
CherezZaboro13-Nov-02 5:57 
GeneralRe: Real quick... Pin
Martin Haesemeyer13-Nov-02 8:15
Martin Haesemeyer13-Nov-02 8:15 
GeneralRe: Real quick... Pin
leppie13-Nov-02 8:52
leppie13-Nov-02 8:52 
GeneralBuild .Net app, and take it to not .NET box. Receive error Pin
Derek Smigelski13-Nov-02 5:31
Derek Smigelski13-Nov-02 5:31 
GeneralRe: Build .Net app, and take it to not .NET box. Receive error Pin
Daniel Turini13-Nov-02 5:38
Daniel Turini13-Nov-02 5:38 
GeneralRe: Build .Net app, and take it to not .NET box. Receive error Pin
Bog13-Nov-02 11:33
Bog13-Nov-02 11:33 
GeneralRe: Build .Net app, and take it to not .NET box. Receive error Pin
Looney Tunezez3-Aug-04 12:45
Looney Tunezez3-Aug-04 12:45 
GeneralSingleton objects Pin
solidstore13-Nov-02 4:38
solidstore13-Nov-02 4:38 
GeneralRe: Singleton objects Pin
Marc Clifton13-Nov-02 8:14
mvaMarc Clifton13-Nov-02 8:14 
GeneralRe: Singleton objects Pin
Kevin McFarlane13-Nov-02 8:51
Kevin McFarlane13-Nov-02 8:51 
GeneralRe: Singleton objects Pin
Sijin13-Nov-02 18:27
Sijin13-Nov-02 18:27 
Generalrecursively search the registry and delete text found. Pin
Derek Smigelski13-Nov-02 4:21
Derek Smigelski13-Nov-02 4:21 
GeneralRe: recursively search the registry and delete text found. Pin
Stephane Rodriguez.13-Nov-02 5:45
Stephane Rodriguez.13-Nov-02 5:45 
GeneralRe: recursively search the registry and delete text found. Pin
Derek Smigelski13-Nov-02 5:55
Derek Smigelski13-Nov-02 5:55 
GeneralRe: recursively search the registry and delete text found. Pin
leppie13-Nov-02 8:55
leppie13-Nov-02 8:55 
GeneralRe: recursively search the registry and delete text found. Pin
leppie13-Nov-02 8:59
leppie13-Nov-02 8:59 
GeneralRe: recursively search the registry and delete text found. Pin
Derek Smigelski13-Nov-02 9:00
Derek Smigelski13-Nov-02 9:00 
GeneralRe: recursively search the registry and delete text found. Pin
leppie13-Nov-02 9:44
leppie13-Nov-02 9:44 
GeneralRe: recursively search the registry and delete text found. Pin
Derek Smigelski13-Nov-02 10:34
Derek Smigelski13-Nov-02 10:34 
GeneralRe: recursively search the registry and delete text found. Pin
Derek Smigelski13-Nov-02 10:41
Derek Smigelski13-Nov-02 10:41 
Generaltcpclient through proxy Pin
Kannan Kalyanaraman13-Nov-02 2:55
Kannan Kalyanaraman13-Nov-02 2:55 
GeneralOCX memory leak in C# Pin
gharrison12-Nov-02 21:29
gharrison12-Nov-02 21:29 
I have created an OCX that contains a CArray of doubles
When I add the OCX to a Dialog in a VC6 project, the CArray memory is destroyed correctly on destruction.

When I add the same OCX to a form in a C# .NET project the debugger reports a memory leak for the CArray.

Why is the CArray memory not being destroyed on the OCX destruction?

The doubles are added to the CArray by value.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.