Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
2 registered members (Quad, AndrewAMD), 996 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Lite-C 1.04 available! #139589
07/05/07 12:09
07/05/07 12:09
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
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.

Re: Lite-C 1.04 available! [Re: jcl] #139590
07/05/07 16:16
07/05/07 16:16
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Wenn ich versuche Lite-C 1.04 zu starten, kommt eine Fehlermeldung "Beta Version expired."

Re: Lite-C 1.04 available! [Re: jcl] #139591
07/05/07 17:17
07/05/07 17:17
Joined: Sep 2003
Posts: 928
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 928
The preload mode works great, models now appear faster!

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
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

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
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

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 Offline OP

Chief Engineer
jcl  Offline 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] #139595
07/08/07 17:56
07/08/07 17:56
Joined: Mar 2007
Posts: 75
Hamburg, Ger
Altimeter Offline
Junior Member
Altimeter  Offline
Junior Member

Joined: Mar 2007
Posts: 75
Hamburg, Ger
Is it just me who screwed up my installation or is the debug panel F11 really gone in Lite-C1.04? Once pressing F11: nothing happens. Pressing twice: red net and blue boxes as usual.

Re: Lite-C 1.04 available! [Re: Altimeter] #139596
07/09/07 11:33
07/09/07 11:33
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
Make sure that you included <default.c> and that your code didn't switch off the debug panel.

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
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

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

Re: Lite-C 1.04 available! [Re: FBL] #139598
07/10/07 07:02
07/10/07 07:02
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
Hmm, I'm not getting a crash when commenting out that line. Apparently it's a random crash. - Can you post the acklog of the crash to a new thread in the bughunt forum? The first thing is to determine where it crashes.

Page 1 of 2 1 2

Moderated by  Matt_Coles 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1