Platform::openWebBrowser
by Guimo · in Torque Game Engine · 11/16/2008 (7:38 pm) · 3 replies
Hi,
I was reading the openWebBrowser function and realized there is no OSX/Linux counterpart, this is available for windows only. Is this true? How do I execute something similar in those OSs?
Luck!
Guimo
I was reading the openWebBrowser function and realized there is no OSX/Linux counterpart, this is available for windows only. Is this true? How do I execute something similar in those OSs?
Luck!
Guimo
About the author
#3
Thanks!
11/17/2008 (5:01 pm)
Yeah you are right... dumb me... I was searching in the VS2005 project... I dont know why I thought all the code was there...Thanks!
Torque Owner Gary "ChunkyKs" Briggs
I see platform::openWebBrowser in my version of Torque here:
x86UNIX, x86UNIXWindow.cc, ll763-816
MacCarb, macCarbWindow.cc, ll357-370
Use the grep -i, luke.
On another note, looking at the Linux flavor, I'm quite disappointed to see that the Linux version doesn't support the BROWSER environment variable.
Gary (-;