Ahmed Elsayed
Ahmed Elsayed
do you mean that? https://github.com/AhmedZero/VTIL-Python/runs/5684580465?check_suite_focus=true
the build is succeeded when I comment on those lines. https://github.com/AhmedZero/VTIL-Python/commit/f551cff3855dc1b8f2b7bf22e24f15e23c243b84
when does it finish? , because C# NativeAOT supports the static library.
I added some codes for static libraries, I know the codes are not in perfect form but it works and I can create a repo to test it with imgui.
https://github.com/AhmedZero/Imgui_CSharp that my repo and see the action to test nativeaot,
ok, let's start.
I understand the problem, and I need freely selectable N-s. I know it's not easy and takes a long time to wrap without problems.
I know it's the crazy way. we can write inline assembly code in C# depending on the templates in C++ and in C# we construct the best and fit way...
like that and we can write assembly code with https://github.com/icedland/iced/tree/master/src/csharp/Intel ``` [SuppressUnmanagedCodeSecurity] [UnmanagedFunctionPointer(CallingConvention.Cdecl)] private delegate int AssemblyAddFunction(int x, int y); [DllImport("kernel32.dll")] private static extern bool VirtualProtectEx(IntPtr hProcess, IntPtr lpAddress, UIntPtr...
yes, I think ... we need to know how to call the FloatArrayF template in ASM code because it's standard in ASM code.