I have an interesting problem when compiling my programs on win32 (mingw). I have two identical projects created in C :: B. When compiling, it works fine, without requiring higher permissions, and the other asks the user for a dialog "Allow the program to make changes to the computer, etc.". I would like the application not to request the user, since it does not require elevated privileges.
This is under Win7 x64.
Could this be a Code :: Blocks problem or a compiler problem?
Thanks!
source share