User forums > Nightly builds

The 23 November 2018 build (11511) is out.

<< < (2/4) > >>

riban:
You can test this with the scripting console thus:


--- Code: ---print(_T("Hello ") + 1)
--- End code ---

oBFusCATed:
Works fine on linux, someone should debug this on windows :(

BlueHazzard:

--- Quote from: riban on November 28, 2018, 05:44:54 pm ---You can test this with the scripting console thus:


--- Code: ---print(_T("Hello ") + 1)
--- End code ---

--- End quote ---

this works for my own build from the latest trunk windows 7 gcc5 wx30

--- Code: ---Welcome to the script console!
> print(_T("Hello ") + 1)
Hello 1

--- End code ---

Miguel Gimenez:
Works for me also on Windows 7 with SVN head, GCC 7.2.0 and wx3.1.1

oBFusCATed:
But does it work with the provided night build?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version