|
|
Re: Lite-C 1.04 available!
[Re: jcl]
#139592
07/05/07 19:12
07/05/07 19:12
|
Joined: Sep 2003
Posts: 9,859
FBL
Senior Expert
|
Senior Expert
Joined: Sep 2003
Posts: 9,859
|
Quote:
Version 1.04 of lite-C is now available here:
http://server.conitec.net/down/litec_setup.exe
The new version contains the A7.04 engine with the features mentioned on the beta page. It's a little more user friendly as you can't get it to crash anymore by a bug in your code. Code crashes are now indicated in error messages.
Please try everything and report any problems here or on the bug forum.
In case you remember my crash which was fixed by adding a nonsense line...
I tried with the latest beta in hope to get a hint what is going wrong (code bugs should be detected now and an error message issued), but it still crashes without any error message.
Adding a line temp = temp; or any assignment helps.
|
|
|
Re: Lite-C 1.04 available!
[Re: Lukas]
#139593
07/05/07 19:13
07/05/07 19:13
|
Joined: Sep 2003
Posts: 9,859
FBL
Senior Expert
|
Senior Expert
Joined: Sep 2003
Posts: 9,859
|
Quote:
Wenn ich versuche Lite-C 1.04 zu starten, kommt eine Fehlermeldung "Beta Version expired."
Alte Installation vorher löschen.
|
|
|
Re: Lite-C 1.04 available!
[Re: FBL]
#139594
07/06/07 06:08
07/06/07 06:08
|
Joined: Jul 2000
Posts: 27,935 Frankfurt
jcl
OP

Chief Engineer
|
OP

Chief Engineer
Joined: Jul 2000
Posts: 27,935
Frankfurt
|
Quote:
In case you remember my crash which was fixed by adding a nonsense line...
As far as I remember, you had a faulty line in your code that didn't compile or even crashed the compiler. This is not affected by the crash handler. I was pretty sure that we had found the reason and informed you, but if that problem is still unresolved, can you send me that script?
|
|
|
Re: Lite-C 1.04 available!
[Re: jcl]
#139597
07/09/07 18:14
07/09/07 18:14
|
Joined: Sep 2003
Posts: 9,859
FBL
Senior Expert
|
Senior Expert
Joined: Sep 2003
Posts: 9,859
|
Quote:
As far as I remember, you had a faulty line in your code that didn't compile or even crashed the compiler. This is not affected by the crash handler. I was pretty sure that we had found the reason and informed you, but if that problem is still unresolved, can you send me that script?
http://firoball.de/upload/xmlreader_list.zip
Start xml_sample.c
The programm shuld show a blue Lite-C window and two popups with data read from the included XML file. To get the crash, comment line 96 in xmlreader.c
The code is probably not so good to understand, as I haven't added too many comments yet 
|
|
|
|