go-qml / qml

QML support for the Go language
Other
1.96k stars 189 forks source link

Windows support (until external linking will be supported by go build) #149

Open neclepsio opened 9 years ago

neclepsio commented 9 years ago

This fork aims to make go-qml work under Windows, for which the absence of external linking in go build makes global variable initialization and dynamic_cast unusable. See golang/go#4069.

Solves go-qml#19 and go-qml#142.

yxxyun commented 9 years ago

this pr fix the crash on windows, thx.

antonyho commented 9 years ago

This fix works. Thank you!