HaxeFoundation / haxe.org-comments

Repository to collect comments of our haxe.org websites
2 stars 2 forks source link

[haxe.org/manual] Getting started with Haxe/HashLink #68

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Getting started with Haxe/HashLink - Haxe - The Cross-platform Toolkit

Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.

https://haxe.org/manual/target-hl-getting-started.html

bfoster68 commented 1 year ago

Keep in mind haxe is case sensitive, I originally saved the sample as main.hx but capitalized Main when I tried to compile.

haxe --hl hello.hl --main Main

received this error

Type not found : Main