fenix272
fenix272
I need to create a custom event. In c++ i would do: `wxDEFINE_EVENT(MY_NEW_TYPE, wxCommandEvent);` In wxlua wx.wxDEFINE_EVENT is nil. Is there a way to do that?
g++ cppfront.cpp -std=c++20 -o cppfront C:/codeblocks/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/as.exe: C:\Users\Dio\AppData\Local\Temp\ccY6j4zz.o: too many sections (41204) C:\Users\Dio\AppData\Local\Temp\ccsHBHmj.s: Assembler messages: C:\Users\Dio\AppData\Local\Temp\ccsHBHmj.s: Fatal error: can't write 11 bytes to section .text of C:\Users\Dio\AppData\Local\Temp\ccY6j4zz.o: 'file too big' C:/codeblocks/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/as.exe:...
I tried to use some of your models with dlib and none of them work. I tried the taguchi one which in the readme file it is said that it...