Every time i use arenadata->region[a], Dev-C++ informs that "invalid use of incomplete typedef `Region' ". Have i declared region variable wrong?
numpf - Mon Mar 26, 2007 10:39 am Post subject:
Remove the parens around (*region)
-numpf
gilder - Mon Mar 26, 2007 10:43 am Post subject:
Ok, it works. Thanks for your help. Was afraid that *region[10] means *(region[10]).