Apr 5, 2020 at 12:29pm
Thanks, will test It later.
Got this error:
1 2 3
|
E0158 expression must be an lvalue or a function designator
Error C2102 '&' requires l-value
|
Last edited on Apr 5, 2020 at 6:29pm
Apr 6, 2020 at 11:59am
Are you?
> errno_t freopen( FILE** pFile, const char *path, const char *mode, FILE *stream );
The parameters have different levels of indirection.
Just papering over that fact with a cast doesn't create magic.
Apr 9, 2020 at 4:40pm
Without console it crashing too. This error probably is caused by sth else (still dont know what is this).
Calling JNI functions crashing my app ;/
Fixed, "vm->AttachCurrentThread((void**)&env, NULL);" should be before calling any env functions
Last edited on Apr 12, 2020 at 12:25am