I added you to skype
(11-23-2018 - 09:48 PM)benito92 Wrote: an argument of type int is not compatible with a parameter of type voidThis error in other words means you cannot use an int as the return type of a function that returns type void.
Somewhere in your code you have a function that returns "void" (nothing) and you are allegedly trying to make it return a number, hence the error, it is quite simple to avoid/fix.
Users browsing: 4 Guest(s)