This wiki is out of date, use the continuation of this wiki instead

0.84a

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:01, 30 December 2007 (edit)
Sandman (Talk | contribs)
(New page: Fenix 0.84a. Note that there is a newer version available. == Download == * Fenix 0.84a Source * [[Media:Fenix084a-win32-...)
← Previous diff
Current revision (09:27, 23 August 2008) (edit) (undo)
85.144.194.29 (Talk)

 
(8 intermediate revisions not shown.)
Line 1: Line 1:
[[Fenix]] 0.84a. [[Fenix]] 0.84a.
-Note that there is a [[Latest_Fenix_version|newer version]] available.+Note that there is a [[Latest_Fenix_version|newer version]] available and it is recommended that one is used.
== Download == == Download ==
* [[Media:Fenix084a-src-release.zip|Fenix 0.84a Source]] * [[Media:Fenix084a-src-release.zip|Fenix 0.84a Source]]
-* [[Media:Fenix084a-win32-binary.zip|Fenix 0.84a Binaries]]+* [[Media:Fenix084a-win32-binary.zip|Fenix 0.84a Binaries official]]
 +* [[Media:Fenix_0.84a_bin_vista.zip‎|Fenix 0.84a Binaries (Windows Vista compatible!)]]
 + 
 +== Bugs ==
 +There are multiple bugs known to exist in [[Fenix]] 0.84a:
 +* The first [[local variable]] to be declared by the user will get corrupt. (fixed in [[0.86]])
 +* Comments before [[precompiler]] statements give an error (fixed in [[0.93]])
 +* Precompiler statement [[Precompiler_else|#else]] doesn't work properly (fixed in [[0.93]])
 +* The first [[rand]]() statement in a program returns the same number every execution of the program if the difference between lower and upper bound is relatively small, for example 20. (fixed in [[0.93]])
 +* When using the [[continue]] statement the count- or stepping statement does not get executed before jumping to the checking of the condition. (fixed in [[0.86]])
 +* Using [[switch]](My_string) can cause sudden program exits. (<i>fixed in ...?</i>)
== Changelog == == Changelog ==

Current revision

Fenix 0.84a.

Note that there is a newer version available and it is recommended that one is used.

[edit] Download

[edit] Bugs

There are multiple bugs known to exist in Fenix 0.84a:

  • The first local variable to be declared by the user will get corrupt. (fixed in 0.86)
  • Comments before precompiler statements give an error (fixed in 0.93)
  • Precompiler statement #else doesn't work properly (fixed in 0.93)
  • The first rand() statement in a program returns the same number every execution of the program if the difference between lower and upper bound is relatively small, for example 20. (fixed in 0.93)
  • When using the continue statement the count- or stepping statement does not get executed before jumping to the checking of the condition. (fixed in 0.86)
  • Using switch(My_string) can cause sudden program exits. (fixed in ...?)

[edit] Changelog

Personal tools