sabotage3d
Hi,
I have a callback form Android that returns a filepath. After that it passes the filepath to an Image.
But I am getting a crash with this error:
Hi,
I have a callback form Android that returns a filepath. After that it passes the filepath to an Image.
But I am getting a crash with this error:
See if GetTempResource would work for your situation. Otherwise, you will probably have to create some sort of thread-safe queuing mechanism to store these strings so that you can process them in the main thread.