Click here to Skip to main content
16,005,091 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: iexplore.exe.config Pin
Christian Graus25-Jun-08 23:39
protectorChristian Graus25-Jun-08 23:39 
AnswerRe: iexplore.exe.config Pin
Abhijit Jana28-Jun-08 0:24
professionalAbhijit Jana28-Jun-08 0:24 
AnswerRe: iexplore.exe.config Pin
Paul Conrad28-Jun-08 8:03
professionalPaul Conrad28-Jun-08 8:03 
QuestionGarbage Collector destroys my unmanged data Pin
ctoma200525-Jun-08 4:15
ctoma200525-Jun-08 4:15 
QuestionRe: Garbage Collector destroys my unmanged data Pin
Mark Salsbery25-Jun-08 10:32
Mark Salsbery25-Jun-08 10:32 
AnswerRe: Garbage Collector destroys my unmanged data Pin
ctoma200525-Jun-08 21:53
ctoma200525-Jun-08 21:53 
GeneralRe: Garbage Collector destroys my unmanged data Pin
ctoma200526-Jun-08 2:00
ctoma200526-Jun-08 2:00 
GeneralRe: Garbage Collector destroys my unmanged data Pin
Mark Salsbery26-Jun-08 4:44
Mark Salsbery26-Jun-08 4:44 
Why are you calling Collect()?

The GC won't (and can't) do anything with the native memory blocks allocated in your native DLL.
The GC will eventually clean up managed objects that no longer have an outstanding reference.

It's up to you to manage the lifetime of your objects - both native and managed.

You have a problem somewhere obviously, but the GC should be irrelevant.

Mark



QuestionRe: Garbage Collector destroys my unmanged data Pin
Mark Salsbery26-Jun-08 5:11
Mark Salsbery26-Jun-08 5:11 
AnswerRe: Garbage Collector destroys my unmanged data Pin
ctoma200526-Jun-08 6:09
ctoma200526-Jun-08 6:09 
GeneralRe: Garbage Collector destroys my unmanged data Pin
Mark Salsbery26-Jun-08 6:33
Mark Salsbery26-Jun-08 6:33 
QuestionWhat is the .Net equivalent of GetSystemMetrics(SM_CXVSCROLL)? Pin
KeesVer24-Jun-08 23:55
KeesVer24-Jun-08 23:55 
AnswerRe: What is the .Net equivalent of GetSystemMetrics(SM_CXVSCROLL)? Pin
led mike25-Jun-08 4:44
led mike25-Jun-08 4:44 
QuestionWorkflow Foundation -- why? Pin
Rei Miyasaka23-Jun-08 17:52
Rei Miyasaka23-Jun-08 17:52 
AnswerRe: Workflow Foundation -- why? Pin
Mark Churchill23-Jun-08 18:14
Mark Churchill23-Jun-08 18:14 
GeneralRe: Workflow Foundation -- why? Pin
Rei Miyasaka23-Jun-08 19:23
Rei Miyasaka23-Jun-08 19:23 
GeneralRe: Workflow Foundation -- why? Pin
Mark Churchill24-Jun-08 17:55
Mark Churchill24-Jun-08 17:55 
QuestionLauch a local program and pass args. Pin
Cory Kimble23-Jun-08 6:40
Cory Kimble23-Jun-08 6:40 
AnswerRe: Lauch a local program and pass args. Pin
Giorgi Dalakishvili23-Jun-08 6:54
mentorGiorgi Dalakishvili23-Jun-08 6:54 
GeneralRe: Lauch a local program and pass args. Pin
Cory Kimble23-Jun-08 9:55
Cory Kimble23-Jun-08 9:55 
GeneralRe: Lauch a local program and pass args. Pin
led mike23-Jun-08 10:01
led mike23-Jun-08 10:01 
AnswerRe: Lauch a local program and pass args. Pin
Thomas Stockwell23-Jun-08 15:22
professionalThomas Stockwell23-Jun-08 15:22 
QuestionTelephone based auto-systems??? Pin
pankazmittal23-Jun-08 5:52
pankazmittal23-Jun-08 5:52 
Questionadd form to a panel Pin
biswajit nayak23-Jun-08 0:18
biswajit nayak23-Jun-08 0:18 
AnswerRe: add form to a panel Pin
Colin Angus Mackay23-Jun-08 1:02
Colin Angus Mackay23-Jun-08 1:02 

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.