Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Monsieur OUXX on Tue 27/07/2010 13:58:37

Title: Compilation error: "PE02: Parse Error at 'FindGUIID' " in __Plugin100.ash
Post by: Monsieur OUXX on Tue 27/07/2010 13:58:37
Here is the full project :  http://www.megaupload.com/?d=C0IOMHUA

I simply opened an AGS 2.72 project with AGS 3. The conversion shouldn't be the issue since I've previously done it at an earlier developement stage and it worked fine. Dualnames also did it with another branch of the same code and had no problem.

Immediately after opening/converting the project, I click on "Build" and I get the error:

"PE02: Parse Error at 'FindGUIID' "  in __Plugin100.ash

It seems to be a linking problem, but there's no such function as "FindGUIID".
Any ideas?
Title: Re: Compilation error: "PE02: Parse Error at 'FindGUIID' " in __Plugin100.ash
Post by: Dualnames on Tue 27/07/2010 14:40:18
Okay I know the source, but it's up to you to follow that lead. When I remove the gIp GUI that error goes away. I removed all modules at one point and it didn't stop, but removing the gIp gui fixes that.
Title: Re: Compilation error: "PE02: Parse Error at 'FindGUIID' " in __Plugin100.ash
Post by: Monsieur OUXX on Tue 27/07/2010 15:32:02
Quote from: Dualnames on Tue 27/07/2010 14:40:18
When I remove the gIp GUI that error goes away.

Alright!
I wonder why that one and not another one.
Thanks!
Title: Re: Compilation error: "PE02: Parse Error at 'FindGUIID' " in __Plugin100.ash
Post by: Pumaman on Tue 10/08/2010 17:19:38
It's possible you had a variable declared with the same name as one of your GUIs. Anyway glad you've sorted it.