Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » RichText,QTF,RTF... » Only one RichEdit on one Form possible?
Re: Only one RichEdit on one Form possible? [message #45536 is a reply to message #45530] Fri, 27 November 2015 17:03 Go to previous message
mirek is currently offline  mirek
Messages: 13978
Registered: November 2005
Ultimate Member
WebChaot wrote on Fri, 27 November 2015 13:25
Hi Mirek!

Yes, it worked! For all the semi-professionals here Smile : What does this parameter?



Well, U++ is little by special as by design, placing as much as possible on stack, it uses a lot of stack. sizeof(RichEdit) is about 75KB

Now default stack size for VC++ compiler is only 1MB. If you invoke dialog from some complex main windows, you can run out of stack quite easily.

The option increases the stack size to 20MB...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Qtf and non UTF8 strings
Next Topic: BUG? in TxtPaint.cpp
Goto Forum:
  


Current Time: Sun May 12 18:26:57 CEST 2024

Total time taken to generate the page: 0.01355 seconds