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?
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.
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!
It's possible you had a variable declared with the same name as one of your GUIs. Anyway glad you've sorted it.