Ndk-build: CreateProcess: make (e=87): The parameter is incorrect

Maybe the LOCAL_SHORT_COMMANDS flag, to be set in your Android.mk, could help you. It is designed to overcome the limitations on the number of characters a Windows command can handle. According to $(NDK folder)/docs/ANDROID-MK.html: LOCAL_SHORT_COMMANDS Set this variable to ‘true’ when your module has a very high number of sources and/or dependent static or shared … Read more

How can I run a child process that requires elevation and wait?

Use ShellExecuteEx, rather than ShellExecute. This function will provide a handle for the created process, which you can use to call WaitForSingleObject on that handle to block until that process terminates. Finally, just call CloseHandle on the process handle to close it. Sample code (most of the error checking is omitted for clarity and brevity): … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)