PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Wilko Verweij on March 30, 2012, 07:20:35 PM

Title: Weird problem with combo box
Post by: Wilko Verweij on March 30, 2012, 07:20:35 PM
This one drives me really mad. Please tell me I'm OK. What I wanted is to get acquainted to the combobox in FireFly. So I started a new project (GUI EXE) and added a combo. Nothing more. Clicked the Compile and Execute button and... there was a progress indicator, but no messagebox, no error message. The program did not run. The .EXE was created however, and when I ran it I got a message that it was not a valid Win32 application. Then I decided to start PBEDIT (after quitting Firefly) and opened the (..)MAIN.BAS file. Got an error message there saying "Error 478 in (0:000):  Resource file error".

It must be something extremely simple but I just don't see it. Any suggestions?
Wilko
Title: Re: Weird problem with combo box
Post by: Paul Squires on March 31, 2012, 08:53:31 PM
I can honestly say that I have not seen such errors in FF 3.50. Sometimes in 3.1 I would see Resource File errors for no apparent reasons. Weird that an invalid exe is created.

Antivirus software maybe interfering?
Title: Re: Weird problem with combo box
Post by: Wilko Verweij on April 01, 2012, 05:50:10 PM
If I repeat this on another machine, it compiles without problems...
Thanks anyway,
Wilko
Title: Re: Weird problem with combo box
Post by: David Warner on April 02, 2012, 05:43:16 AM
Is the path to the project file the same on both machines? Maybe the one with the error has a long path which the resource compiler cannot handle?