Compiler says iGUI is screwy?!

More
20 years 1 day ago #9843 by Second Chance
Well, I realized why I've never had this problem before: I've never called any iGUI functions before! (As I mentioned in another post, GUI stuff is not my favorite :D.) I don't understand why the iGUI header file doesn't have this dependency (or indeed any dependency!) listed in it's dependencies setion. You could spend hours trying to figure out why a script won't compile, and it wouldn't even be your fault!

The easiest solution is to just create a standard pog file template that includes the most common headers.

Thanks GT, this is what I came up with also.

mailto:second_chance@cox.net
The Ultimate Guide To Modding: I-War 2 - Edge Of Chaos (on hold during SW MP mod)
cartoons.sev.com.au/index.php?catid=4
.

Please Log in or Create an account to join the conversation.

More
20 years 1 day ago #9845 by EricMan64
Whenever I've run into problems like this, I've just added the dependencies to the header file that needs them. That way you don't have to ever worry about the issue again, and ordering is never a problem.

Please Log in or Create an account to join the conversation.

More
20 years 2 hours ago #9848 by Second Chance
That's an even better idea. :)

mailto:second_chance@cox.net
The Ultimate Guide To Modding: I-War 2 - Edge Of Chaos (on hold during SW MP mod)
cartoons.sev.com.au/index.php?catid=4
.

Please Log in or Create an account to join the conversation.