Tool which enables developers to share their code and libraries into a common repository.
Questions tagged [haxelib]
67 questions
1
vote
1 answer
How to use include.xml in haxelib libraries?
I've noticed that when using hxssl library, the hxssl.ndll is not copied next to exe file when targeting windows..
So, I just copied it there and it worked, but I need to use include.xml file to auto-include the ndll file at compile time.
Can any…

simo
- 23,342
- 38
- 121
- 218
1
vote
1 answer
How to safely store secret key?
As I have developed my app using openFL which uses haxe, and I am about to start the activation part of my software, I wonder how would I safely store my encryption secret key? would I just hard code it into my app??!
I will be using this key to…

simo
- 23,342
- 38
- 121
- 218
0
votes
1 answer
how do i fix expected error on a case when compiling
Where did I go wrong with this code? I've done lots of changes but it just seems to give the same error all over and over again :/
function changeDifficulty(change:Int = 0):Void
case 0:
…
0
votes
2 answers
FNF Psych Engine Slow Down (Friday Night Funkin') lime test windows
(Sorry if there is typo I type this in a hurry)
EDIT: The problem is gone for me but I have no idea why. I rebooted my pc many times and fail for days but somehow it goes back to normal now. I will leave this as unsolved for people who may run into…

BorisC04
- 11
- 5
0
votes
1 answer
Is there anyway to make to write a crash handler for haxeflixel that can create logs and use a interface to a advanced error report?
How to build a haxeflixel Crash Handler?
As it says in the Title I was wondering if there is any way to let haxeflixel catch a error and then pass it over to a Crash Handler of some kind?
Any help would be appreciated.

Crosstownauto
- 13
- 2
0
votes
1 answer
How to turn off collision in HaxeFlixel
Im making a brick breaker like game and when I try to remove the brick, I remove the sprite, but not the collision. In new to HaxeFlixel so I don't have a clue why this is happening. Can somebody please help me? (code below)

Pogman69
- 3
- 2
0
votes
1 answer
(Friday Night Funkin) running lime test windows
Whenever I run the command lime test window on Windows PowerShell to build my game for fnf, it says "You must have a "project.xml" file or specify another valid project file when using the 'test' command."
0
votes
0 answers
problem with haxelib when installing a library
I am trying to install a library, but it always returns this.
Error: std@date_set_day
I have not yet been able to find a solution to this strange error. it works fine on Windows, but I have this problem on Gnu/Linux.
This is to compile the Friday…

448envio
- 1
0
votes
0 answers
What could cause website content to work when hosted online but not when locally downloaded?
I am trying to test some html files locally for my website, it works when using github pages but not when I download my source code to my machine (Chromebook). Could it be haxeflixel, lime or fonts? here is my repository if you want to see what I am…
0
votes
1 answer
Flex Builder MXML Files to Haxe Conversion
I have a very large flex builder project that I need to port to Haxe. All of our actionscript files are converted using as3hx. I have read about HaxeUI, FeathersUI, and NME. Do any of these options make porting MXML files easy and not a complete…

Cole Miesner
- 15
- 6
0
votes
0 answers
Why haxelib does not find installed libraries?
At ubuntu, If I do:
$ haxelib config
I get:
/home/suhaib/haxelib/
which has those libraries installed:
actuate haxelib random
however, if I tried to compile the project, I get error, as:
$ haxe schoolbus.hxml Error: Error: Library Random is…

suhaibshakra
- 59
- 3
0
votes
0 answers
Error building C++ project in HaxeDevelop
I use HaxeDevelop 5.2 and Haxe 3.4.2. I tried to build simple Hello world app in HaxeDevelop. But failed.
Here is the log:
Running process: C:\Program Files (x86)\HaxeDevelop\Tools\fdbuild\fdbuild.exe "E:\temp\New Project14\New Project14.hxproj"…

ilya
- 1,103
- 14
- 36
0
votes
0 answers
Switch v-sync on runtime, using HaxeFlixel c++ target
Is it possible to switch vsync on/off for my HaxeFlixel project, on runtime? Or do I have to create different executable files (one with vsync enabled, and another one with vsync disable)
After dealing with an IntelHD bug, I had to disable vsync for…

yannicuLar
- 3,083
- 3
- 32
- 50
0
votes
1 answer
Build halted with errors
I have been working on Haxe project, everything has been going smooth targeting windows... Until I took break for couple of days now when I come back to do some work I get this when I try to debug or release:
Building main
Running Pre-Build Command…

Esa T. H.
- 123
- 1
- 4
- 18
0
votes
1 answer
Issues running haxe application in osx terminal with createjs library
When running this command
haxe -main Main.hx
I'm getting this error
Main.hx:2: characters 7-33 : Type not found : createjs.easeljs.Container
Main.hx
package ;
import createjs.easeljs.Container;
import createjs.easeljs.Shape;
import…

Vincent Le
- 136
- 2
- 11