-
I decided to try reflaxe and I received a lot of errors.
So I tried to keep things simple, and downloaded the test project from the repo. same.
Tried with nightly and with main.
```
S C:\U…
-
# About Reflaxe/C++
[https://srd.deno.dev/blog/reflaxe-cpp](https://srd.deno.dev/blog/reflaxe-cpp)
-
Please support Haxe default example on haxe.org
haxe:4.3.1
reflaxe:nightly
```haxe
class Game {
// Haxe applications have a static entry point called main
static function main() {
…
-
I did:
```
haxelib install reflaxe
haxelib run reflaxe new
```
I am getting a "Error: Library reflaxe version 3.0.0 does not have a run script"
Are any other steps required?
-
Reflaxe does not honour the @:keep meta which says
> If used on a class, the class along with all fields is unaffected by DCE. If used on a field, that field is unaffected by DCE.
https://haxe.o…
-
Hello!
I wonder if reflaxe.cpp could be added to https://github.com/HaxeBenchmarks/benchmark-runner as a target. Would you prepare that, idk, with @Simn / @Aurel300 help?
-
Oh man this is such a cool project.
The polyglotness of Haxe + the benefits of Godot is such match made in Heaven.
I was surprised to see even plugin-generation in there (awesome).
Question, have…
-
There's a slight inconsistency in the way the `this` pointer works between assigning to a variable and directly returning it.
Assigning to a variable gives you `Ptr`, while returning gives you `Share…
-
## Request ##
Add support for the following meta for class access modifiers:
`@:file` for `file`
`@:internal` for `internal`
`@:public` for `public`
## Suggested Syntax ##
The syntax could…
-
It would be handy to have the ability to use a custom entrypoint, particularly on Windows.
For applications on Windows there are a few different entrypoints:
```c
int __stdcall WinMain(HINSTANCE,…