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++ Core » HTML viewer definition
HTML viewer definition [message #6879] Sun, 03 December 2006 00:40 Go to previous message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
Do you mind adding a define HTML_VIEWER to the core package, which defines the HTML viewer (browser) for POSIX systems?
I don't have "htmlview" and changed it to firefox)

#if defined(PLATFORM_WIN32) && !defined(PLATFORM_WINCE)
	ShellExecute(NULL, "open", url, NULL, ".", SW_SHOWDEFAULT);
#endif
#ifdef PLATFORM_POSIX
	system("firefox " + url + "&");
#endif


Matthias


931b81e7ea53320dccc37375b34b38c3
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: time format from no. of seconds
Next Topic: bad Italian translation in Core.t
Goto Forum:
  


Current Time: Tue Apr 23 14:01:10 CEST 2024

Total time taken to generate the page: 0.01806 seconds