HaxeFoundation / hashlink

A virtual machine for Haxe
https://hashlink.haxe.org/
MIT License
812 stars 158 forks source link

Class<sdl.Sdl> has no field setGLVersion #702

Closed yz-xlame closed 3 months ago

yz-xlame commented 3 months ago

HashLink is built using the git version, but its contents differ from the version installed via haxelib. If I install version 1.14, it will show the error:Class<sdl.Sdl> has no field setGLVersion.

Besides manually replacing it, how should I update to the git version?

ncannasse commented 3 months ago

Checkout hashlink then use haxelib dev to set the path

Le lun. 19 août 2024 à 04:25, goya @.***> a écrit :

HashLink is built using the git version, but its contents differ from the version installed via haxelib. If I install version 1.14, it will show the error:Class has no field setGLVersion.

Besides manually replacing it, how should I update to the git version?

— Reply to this email directly, view it on GitHub https://github.com/HaxeFoundation/hashlink/issues/702, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZXQDYJOHBXBEI2OK65ELZSFJTJAVCNFSM6AAAAABMW5RVI2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TEMZSGA3DOOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yz-xlame commented 3 months ago

Checkout hashlink then use haxelib dev to set the path Le lun. 19 août 2024 à 04:25, goya @.> a écrit : HashLink is built using the git version, but its contents differ from the version installed via haxelib. If I install version 1.14, it will show the error:Class has no field setGLVersion. Besides manually replacing it, how should I update to the git version? — Reply to this email directly, view it on GitHub <#702>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZXQDYJOHBXBEI2OK65ELZSFJTJAVCNFSM6AAAAABMW5RVI2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TEMZSGA3DOOA . You are receiving this because you are subscribed to this thread.Message ID: @.>

thanks