error 078: function uses both "return" and "return <value>"
#7

The problem is definitely not related to the functions.

Check OnDialogResponse well, and find:

Код:
return;
or

Код:
return 1/0/whatever;
You have a 'return' with a value and another that is empty. If you set it a value it would return 'unreachable' code for the rest of the code below it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)