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
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.
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