Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Why is wxPerl slower than Win32GUI?

by ZJ.Mike.2009 (Scribe)
on Jun 01, 2011 at 11:07 UTC ( [id://907604]=note: print w/replies, xml ) Need Help??


in reply to Re: Why is wxPerl slower than Win32GUI?
in thread Why is wxPerl slower than Win32GUI?

Thank you Anonymous Monk for the testing.

To deal with the buffer overflow in Win32::GUI, you might need to add something like this:

#Deals with buffer overflow $display_field->SetLimitText(10000000);

Replies are listed 'Best First'.
Re^3: Why is wxPerl slower than Win32GUI?
by Anonymous Monk on Jun 01, 2011 at 11:11 UTC
    With that change, the difference is zero to one second.
      Thanks for the information. I'm now suspecting the problem I'm experiencing might have something to do with character encoding. I'll keep my post updated. Thank you again.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://907604]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-19 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found