Hello,
I would like to ask if there is some DLL (dynamic linking library) support in GP32.
My target is putting LIBZ and LIBBZIP2 outside my emulator.
I don't need both libraries to be available at the same time, so I was thinking to load them at runtime and free some memory.
I tried to search something, but without success.
I know it could be done with some tricks with sections/linker_scripts/load_bin_files_manually (it's still not so easy), but I prefer to use something already coded and tested if it's possible.
Is it available what I'm asking for?
Thanks for the help.
Sincerely,
LDChen
I would like to ask if there is some DLL (dynamic linking library) support in GP32.
My target is putting LIBZ and LIBBZIP2 outside my emulator.
I don't need both libraries to be available at the same time, so I was thinking to load them at runtime and free some memory.
I tried to search something, but without success.
I know it could be done with some tricks with sections/linker_scripts/load_bin_files_manually (it's still not so easy), but I prefer to use something already coded and tested if it's possible.
Is it available what I'm asking for?
Thanks for the help.
Sincerely,
LDChen