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 » Community » Newbie corner » Simple thread example
Re: Simple thread example [message #29631 is a reply to message #29582] Thu, 04 November 2010 23:03 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
After a bunch of hours (plus updating to MSC10 and U++ 2827) got the thread to work.

	Thread work;

// At the end of file chooser to read the lines in the thread:
    	work.Run(THISBACK(Work));

    void Work(){
        ...
	while(!in.IsEof()){
	   ...



upp/Reference/GuiLock was something I could open and run.

Thanks for the help Honza!

Neil
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upp (Help) documentation
Next Topic: Few questions
Goto Forum:
  


Current Time: Sat May 10 05:28:03 CEST 2025

Total time taken to generate the page: 0.03904 seconds