U++ framework
Do not panic. Ask here before giving up.

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 Sep 22 08:24:30 GMT+2 2026

Total time taken to generate the page: 0.01398 seconds