I didn't know where to put this, could (may) be in
https://github.com/vitasdk/vita-toolchain/issues
or even here too (I guess)
https://github.com/vitasdk/samples
Please excuse me if this was the wrong repo.
Anyone knows if the samples for SDL and the IME keyboard can be used together?
[I believed they should but...] Whenever I compile both separately, I can open each sample as a demo normally. However, when I try to use both into one it doesn't compile unless I delete the gmx_init function from the ime side (due to multiple declaration errors between SDL and the IME). However, when I try to test that compilation
it always gives me this crash dump.
I am probably doing something wrong, but I don't know what to fix. Besides, if I do only the SDL part or the IME part it works, but I "need to use both".
Any help to fix it or where to report it is appreciated. Thanks.
Oh, and this is the full project data if it helps [includes the generated VPK as zip]:
hello_world.zip
The ime.c is the main.c from the ime sample without the main function, that is merged into the main from my test.
The SDL main file is also merged into the main of my test.
The debugprint runs properly before the crash, which gives this dump.bin [zipped to attach in GitHub]
psp2core-1747730735-0x0000182a79-eboot.bin.zip
My main file is basically each of the main functions from the other samples running sequentially (the intention is to use the keyboard to get user import and then use the SDL library to launch different things according to the input, initially would be a mini chatbot printing text).
I didn't know where to put this, could (may) be in
https://github.com/vitasdk/vita-toolchain/issues
or even here too (I guess)
https://github.com/vitasdk/samples
Please excuse me if this was the wrong repo.
Anyone knows if the samples for SDL and the IME keyboard can be used together?
[I believed they should but...] Whenever I compile both separately, I can open each sample as a demo normally. However, when I try to use both into one it doesn't compile unless I delete the gmx_init function from the ime side (due to multiple declaration errors between SDL and the IME). However, when I try to test that compilation
it always gives me this crash dump.
I am probably doing something wrong, but I don't know what to fix. Besides, if I do only the SDL part or the IME part it works, but I "need to use both".
Any help to fix it or where to report it is appreciated. Thanks.
Oh, and this is the full project data if it helps [includes the generated VPK as zip]:
hello_world.zip
The ime.c is the main.c from the ime sample without the main function, that is merged into the main from my test.
The SDL main file is also merged into the main of my test.
The debugprint runs properly before the crash, which gives this dump.bin [zipped to attach in GitHub]
psp2core-1747730735-0x0000182a79-eboot.bin.zip
My main file is basically each of the main functions from the other samples running sequentially (the intention is to use the keyboard to get user import and then use the SDL library to launch different things according to the input, initially would be a mini chatbot printing text).