static variable issue

General FreeBASIC programming questions.
Post Reply
sancho2
Posts: 547
Joined: May 17, 2015 6:41

static variable issue

Post by sancho2 »

Removed code and original question since its been addressed...
This thread talks about a problem with static booleans.
According to the thread DKL "fixed in Git"
Is the version of FB where DKL addressed this bug a release version of FB?
St_W
Posts: 1626
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: static variable issue

Post by St_W »

sancho2 wrote:Is the version of FB where DKL addressed this bug a release version of FB?
Since the discussion happened in June 2016 and the last release was already in January 2016: No. Use a nightly build, compile yourself or wait until a new release is published.
fxm
Moderator
Posts: 12107
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: static variable issue

Post by fxm »

Yes, this bug is now fixed in the version 1.06.0.

Extract of "changelog.txt"(1.06.0):
.....
[fixed]
.....
- boolean initializer values for global or static variables were not emitted properly

.....
Post Reply