Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
GeneralDifference between Release and Debug Pin
8-May-02 16:39
suss8-May-02 16:39 
GeneralRe: Difference between Release and Debug Pin
James T. Johnson8-May-02 16:51
James T. Johnson8-May-02 16:51 
GeneralRe: Difference between Release and Debug Pin
Nish Nishant8-May-02 17:15
sitebuilderNish Nishant8-May-02 17:15 
GeneralRe: Difference between Release and Debug Pin
8-May-02 17:24
suss8-May-02 17:24 
GeneralRe: Difference between Release and Debug Pin
Nish Nishant8-May-02 17:44
sitebuilderNish Nishant8-May-02 17:44 
GeneralTreeView node destruction % memory consummation Pin
elnino8-May-02 16:11
elnino8-May-02 16:11 
GeneralRe: TreeView node destruction % memory consummation Pin
Neil Van Note9-May-02 4:08
Neil Van Note9-May-02 4:08 
GeneralRe: i means Treenode never destructed Pin
elnino9-May-02 4:31
elnino9-May-02 4:31 
just use ildasm: the (assembly) hastable is nodeTable. grep it in TreeNode* + TreeView, you'll found two Op is performed:
create (powerful),
adding in TreeNode.Realize: treeView.nodeTable[htreeitem] = this;

several reasons:
* The paradigm it's to inherits from TreeNode but pb is that data aren't released Cry | :(( .
* Notice that original removal is slowest enough without inheritance
if time must increase sic.
* What i mean it 's not caching but smth like MapHandle % MapPermanentHandle in MFC. Imagine if nodeTable grow without freeing anytime you use it.

--
I like my program not to be potentially more corrupted after 30 mn tht 3mn, you know. What can be done Cool | :cool: ?
GeneralRe: i means Treenode never destructed Pin
Neil Van Note9-May-02 4:41
Neil Van Note9-May-02 4:41 
GeneralHTTP Error 407 Pin
Dejan Petrovic8-May-02 15:49
Dejan Petrovic8-May-02 15:49 
GeneralRe: HTTP Error 407 Pin
Corto Maltese8-May-02 20:03
Corto Maltese8-May-02 20:03 
GeneralCan't run my app!! Pin
Rickard Andersson208-May-02 7:27
Rickard Andersson208-May-02 7:27 
GeneralRe: Can't run my app!! Pin
ez28-May-02 7:45
ez28-May-02 7:45 
GeneralRe: Can't run my app!! Pin
Nish Nishant8-May-02 7:56
sitebuilderNish Nishant8-May-02 7:56 
GeneralRe: Can't run my app!! Pin
Nick Parker8-May-02 8:06
protectorNick Parker8-May-02 8:06 
GeneralRe: Can't run my app!! Pin
Nish Nishant8-May-02 8:12
sitebuilderNish Nishant8-May-02 8:12 
GeneralRe: Can't run my app!! Pin
Rickard Andersson208-May-02 8:07
Rickard Andersson208-May-02 8:07 
GeneralRe: Can't run my app!! Pin
ez28-May-02 8:12
ez28-May-02 8:12 
GeneralRe: Can't run my app!! Pin
Nish Nishant8-May-02 8:14
sitebuilderNish Nishant8-May-02 8:14 
QuestionException.. what? Pin
Rickard Andersson207-May-02 22:53
Rickard Andersson207-May-02 22:53 
AnswerRe: Exception.. what? Pin
James T. Johnson7-May-02 23:03
James T. Johnson7-May-02 23:03 
GeneralRe: Exception.. what? Pin
Christian Graus8-May-02 12:36
protectorChristian Graus8-May-02 12:36 
GeneralRe: Exception.. what? Pin
Nick Parker8-May-02 12:41
protectorNick Parker8-May-02 12:41 
GeneralRe: Exception.. what? Pin
Christian Graus8-May-02 12:43
protectorChristian Graus8-May-02 12:43 
GeneralRe: Exception.. what? Pin
Rama Krishna Vavilala8-May-02 12:46
Rama Krishna Vavilala8-May-02 12:46 

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.