Open MaxEden opened 1 month ago
@MaxEden Thank you for trying IL2CXX.
It was far from working on Windows, and took a while.
I fixed several issues and merged into the main branch. I also added AutoPong to the examples.
Please check it out.
Thank you for your fixes, I finally managed to build the project (cmake on windows is a nightmare)
now when I try to launch the built exe I get this error
caught: no entry point: AutoPong.DesktopGL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
@MaxEden
MonoGame uses Reflection which IL2CXX cannot detect.
--reflection
would be necessary to tell IL2CXX which reflection data to include.
Please refer to the following:
https://github.com/shin1m/IL2CXX/blob/c5862daebfb3bc4ed39140d1765827c9baa4bd1d/examples/AutoPong/build.bat#L7
Hi, I'm trying my best to transpile AutoPong example
my console args:
I'm getting
at
Do I miss something?