GLBasic forum

Main forum => GLBasic - en => Topic started by: David G on 2008-Jun-06

Title: Strange Error
Post by: David G on 2008-Jun-06
I am trying to make a simple game but whenever i compile it i get this error:

"First Game.gbas"(78) error : wrong argument type :

The only problem is my file doesnt have 78 lines...  or is the 78 something else?

Can anyone help?
Title: Re: Strange Error
Post by: Moru on 2008-Jun-06
can you paste in your code in a codeblock so we can have a look? Also make sure you have latest version of GL-Basic with using the built-in update function.
Title: Re: Strange Error
Post by: David G on 2008-Jun-06
Updating it actaully worked :)  thanks Moru!  :nw:

Title: Re: Strange Error
Post by: Hemlos on 2008-Jul-31
Ok the update worked for you.

For future reference: the (78) response from the compiler means Line 78.

Arguement type means you might have been using an integer in a string variable or visa versa.

-Hemlos