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 » U++ Widgets - General questions or Mixed problems » Ctrl::ProcessEvent()
Ctrl::ProcessEvent() [message #40798] Thu, 19 September 2013 23:58 Go to previous message
mubeta is currently offline  mubeta
Messages: 77
Registered: October 2006
Member
I have a problem with a simple application that during an continuous loop crash, after exactly 3570 loops, when matching the ProcessEvent().

I am using U++ 4193 With Win 7 32 bit. Compiler MSC10.

The source code is something like the following:

while(true)
{
  // do somethings
  ...

  Ctrl::ProcessEvents();
}


I would like to compile it also also with U++ 5485, but when i try to compile, I get complains due to missing rights of a temporary directory. And I don't found any parameter around U++ for change this folder.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Set Button's size programmatically (with maintaining the left-top position)
Next Topic: Creating a disasm control
Goto Forum:
  


Current Time: Wed May 29 08:35:16 CEST 2024

Total time taken to generate the page: 0.02718 seconds