Click here to Skip to main content
16,004,882 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: .NET slow graphics [modified] Pin
9ine10-Aug-06 1:21
9ine10-Aug-06 1:21 
GeneralRe: .NET slow graphics Pin
led mike10-Aug-06 5:03
led mike10-Aug-06 5:03 
GeneralRe: .NET slow graphics Pin
9ine10-Aug-06 6:15
9ine10-Aug-06 6:15 
GeneralRe: .NET slow graphics Pin
led mike10-Aug-06 6:30
led mike10-Aug-06 6:30 
GeneralRe: .NET slow graphics Pin
9ine10-Aug-06 23:18
9ine10-Aug-06 23:18 
GeneralRe: .NET slow graphics Pin
led mike15-Aug-06 7:40
led mike15-Aug-06 7:40 
AnswerRe: .NET slow graphics Pin
Joe Woodbury14-Aug-06 17:22
professionalJoe Woodbury14-Aug-06 17:22 
GeneralRe: .NET slow graphics Pin
9ine14-Aug-06 23:51
9ine14-Aug-06 23:51 
Thats very silly, having so much of the product developed and failed to beat simple builder C++ application??? Consider even compilation times! I noticed that builder compiled app 1D plotting runs faster on modern video cards compared to simple ones from the last century.

I think there is another reason is the Bitmap object itself. In builder you can ajust bitmap canvas properties by simply adjusting its size without deleting the bitmap!
However in .NET Bitmap object it can be created only of the fixed size! and you can not change its dimensions during run-time. The possible sollution is to delet it and allocate a new one to fit the form during the resize method. But in __gc compiled resources you can not delete them Smile | :) the garbage cleaner do it. So if rely on the garbage cleaner to delete all the allocated Bitmaps during form resizing events you end up without free mem Smile | :)

Very silly.

9ine

GeneralRe: .NET slow graphics Pin
9ine14-Aug-06 23:52
9ine14-Aug-06 23:52 
GeneralRe: .NET slow graphics Pin
Christian Graus15-Aug-06 0:21
protectorChristian Graus15-Aug-06 0:21 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 0:12
9ine16-Aug-06 0:12 
GeneralRe: .NET slow graphics Pin
Christian Graus16-Aug-06 2:12
protectorChristian Graus16-Aug-06 2:12 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 3:51
9ine16-Aug-06 3:51 
GeneralRe: .NET slow graphics Pin
Christian Graus16-Aug-06 10:47
protectorChristian Graus16-Aug-06 10:47 
GeneralRe: .NET slow graphics Pin
Joe Woodbury15-Aug-06 8:16
professionalJoe Woodbury15-Aug-06 8:16 
GeneralRe: .NET slow graphics Pin
9ine16-Aug-06 0:16
9ine16-Aug-06 0:16 
GeneralRe: .NET slow graphics Pin
Joe Woodbury16-Aug-06 8:23
professionalJoe Woodbury16-Aug-06 8:23 
QuestionHow to Use String::Format Method Pin
Nagaraju_Focus7-Aug-06 22:59
Nagaraju_Focus7-Aug-06 22:59 
AnswerRe: How to Use String::Format Method Pin
led mike8-Aug-06 6:39
led mike8-Aug-06 6:39 
GeneralRe: How to Use String::Format Method [modified] Pin
bob169728-Aug-06 6:45
bob169728-Aug-06 6:45 
GeneralRe: How to Use String::Format Method Pin
led mike8-Aug-06 6:53
led mike8-Aug-06 6:53 
GeneralRe: How to Use String::Format Method Pin
bob169728-Aug-06 9:04
bob169728-Aug-06 9:04 
GeneralRe: How to Use String::Format Method Pin
led mike8-Aug-06 10:34
led mike8-Aug-06 10:34 
AnswerRe: How to Use String::Format Method [modified] Pin
George L. Jackson8-Aug-06 9:30
George L. Jackson8-Aug-06 9:30 
GeneralRe: How to Use String::Format Method Pin
Nagaraju_Focus8-Aug-06 18:47
Nagaraju_Focus8-Aug-06 18:47 

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.