I had FlashDevelop working before, but after installing a new version of haxe I can't test any projects in FlashDevelop because it uses the Stencyl libraries. (I installed the new ones in C:\HaxeToolkit\)
In the Program settings in FlashDevelop I see Haxe 1.1.1 as the installed SDK, yet every time I try to compile something I get the following error which leads me to believe there's something wrong:
D:\Program Files (x86)\Stencyl\plaf\haxe\lib/openfl/1,1,1/flash/Vector.hx:13: characters 1-54 : Module UInt does not define type UInt
If I open the command prompt, if I type path I get the following:
C:\HaxeToolkit\haxe>path
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VDownloader;C:\HaxeToolkit\haxe\;C:\HaxeToolkit\neko;
Trying haxelib list gives the following:
C:\HaxeToolkit\haxe>haxelib list
actuate: [1.6.5]
air3: [3.4]
box2d-fake: [1.11]
box2d: [1.11]
console: [1.00]
format: [3.0.4]
hxlibc: [1.0.0]
hxtools: [1.1.6]
lime: [0.9.7]
openfl-html5-dom: [1.1.1]
openfl-native: [1.1.4]
openfl-nme-compatibility: [1.0.2]
openfl: [1.1.1]
polygonal-ds: [1.4.1]
polygonal-printf: [1.0.0-beta]
stencyl: [1.00]
svg: [1.0.7]
tilelayer: [0.2.1]
If I change the repository path using haxelib setup FlashDevelop works, but only until I restart my computer. Is there something I can do to make the path permanent?