Re: Crash on call of cl_boot from dll init function

2024-06-25 Thread jasonchandler
Never mind, it appears to be an issue specific to the program (Godot) I am using to embed ECL. I saw that EQL uses a similar boot signature and it works fine. I ran it under MSVC debugger with symbols and I see that the class that has the issue belongs to the project. For those interested: [0]

Crash on call of cl_boot from dll init function

2024-06-23 Thread jasonchandler
Hi, I've been having some issues booting ECL in programs where I am not in control of the main function entry. I've tried running the main program with gdb after compiling ECL with debug enabled, but I haven't gotten any useful output so far, just that cl_boot triggered an exit with code 1. I wi