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++ Library : Other (not classified elsewhere) » What is the status of IDOK please?
Re: What is the status of IDOK please? [message #13384 is a reply to message #13377] Thu, 03 January 2008 20:14 Go to previous messageGo to previous message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
Thanks Mirek,

I am not storing the result. This is the code which causes the first error (picked cos it was first)

void OpenWind::ReportAllSites()
{
	FileSel fs;
	fs.DefaultExt("txt");
	fs.Type("Tab-Delimited Text File *.txt", "*.txt");
	fs.ActiveDir(GetActiveDir());
	
	if(fs.ExecuteSaveAs("Save Energy Capture Results")!=IDOK)return;

....


it compiles fine under windows with MSC8, MSC9 and MINGW.

What do you think? Is there anything else I can supply?

Nick
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: FindFile::GetCreationTime() not found in linux
Next Topic: Bug in app.cpp compiling non-gui apps (linux)
Goto Forum:
  


Current Time: Sat Aug 23 17:26:15 CEST 2025

Total time taken to generate the page: 0.03308 seconds