Broken Glfw3 Print function

Monkey Forums/Monkey Bug Reports/Broken Glfw3 Print function

Hezkore(Posted 2015) [#1]
Print does not work in Glfw3 on Monkey X 82b.
I'm using Sublime 3 to code, and with it I can see anything printed from a desktop application.
Glfw2 prints just fine, I can see my "Hello World" message.
But if I switch over to Glfw3 no message is printed.


marksibly(Posted 2015) [#2]
This works fine in Ted:

Function Main()
	Print "Hello World"
End


Does this print in your IDE?

Does your code print in Ted?


EdzUp(Posted 2015) [#3]
Just came across this and I don't have the problem with glfw3 I get all the print stuff fine