Game Development Community

Web Publishing To All Browsers

by Benster · in Torque 3D Professional · 04/11/2010 (12:52 pm) · 4 replies

What exactly is required to publish a custom title using Torque Powered web publishing? The T3D site only lists Visual Studio Express Edition but clearly that isn't the case for IE. Is Microsoft Visual Studio Professional Edition required for web publishing a non-"MyGame" title to all browsers listed on the T3D product page. What about Safari?

#1
04/11/2010 (1:45 pm)
With the free editions you can't compile the IE web plugin as it requires the activeX libraries, you'll need the non-free version. Not sure about Safari, don't think it's supported yet?
#2
04/11/2010 (3:01 pm)
Every browser outside IE uses NAPI plugins. So Firefox, Mozilla, Chrome, Opera and Safari (on Windows, of course) use the same plugin.
#3
04/11/2010 (5:15 pm)
Thank you both. Please clarify which non-free; standard or professional.
#4
04/12/2010 (5:45 am)
Any which isn't "Express" should do the trick. I *think* Express can be used if you install the WDK (Windows Driver Kit - the driver SDK), since it comes with the ATL library (which I believe is the missing piece for compiling ActiveX controls), but I have yet to test it myself.