Return Bug ?

Archives Forums/Blitz3D Bug Reports/Return Bug ?

Barton(Posted 2009) [#1]
I've installed the latest update (v1.100, but when I now compile my game, I get a MAV Error on "Return file$" Line into Function ???

No Problems with lesser Versions of B3D (until 1.99).
I use only the Fastext Libs.

What is wrong ?


Doiron(Posted 2009) [#2]
Do you mean that after writing such a program:

Function test$()
	file$ = "test line"
	Return file$
End Function

Print test$()
WaitKey()

End


You receive a MAV?

If that's it, either with or without FastExt, it isn't the case here. There must be something else too.

Could you please be more specific?

Since you mentioned FastExt, even though you say that the problem is there only with the latest B3D update, are you sure you put the DLL in the apps dir and the decls file in B3D's userlibs folder?


MikhailV(Posted 2009) [#3]
Don't use FastExt with B3D 1.100 !
FastExt only for B3D 1.98-1.99

p.s. Wait new update...


Barton(Posted 2009) [#4]
thanks!

without fastext it work fine.
then I'm waiting for a new version of fastext :)