Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Trading Journey
by howardR. 04/24/24 20:04
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Ayumi, AndrewAMD), 822 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Atari lite-C 1.7 public beta #249792
02/04/09 09:53
02/04/09 09:53
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Version 1.7 of Atari lite-C is available for a public beta test.

This update is _not_ for Gamestudio users, only for users of the free Atari lite-C version or the $29 version. It contains version 7.70 of the A7 engine. You can just install it into your current lite-C 1.5 folder.

Version 1.7 comes with new MED tools, improved bitmap functions, improved text functions, model/sprite creation commands, decal shadows, wide screen support, realtime terrain deformation, and many more new engine features and commands. The changes of the A7.70 engine are described here:

http://manual.conitec.net/newfeatures70.htm

If you encounter any bugs that are specific to this lite-C version, please report them to the bug forum.

The Gamestudio 7.70 public beta version will be released to the beta forum today, and to the public in the next days.

Re: Atari lite-C 1.7 public beta [Re: jcl] #249795
02/04/09 10:10
02/04/09 10:10
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cool!

Re: Atari lite-C 1.7 public beta [Re: Cowabanga] #249809
02/04/09 12:13
02/04/09 12:13
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
thanks JCL, nice update! (next days? tomorrow?)


3333333333
Re: Atari lite-C 1.7 public beta [Re: Quad] #249991
02/05/09 11:53
02/05/09 11:53
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
A new version was uploaded (1.70.1). The previous one had a bug that caused a timeout in the main loop.

Re: Atari lite-C 1.7 public beta [Re: jcl] #250001
02/05/09 12:34
02/05/09 12:34
Joined: Feb 2006
Posts: 385
Oldenburg,Germany
Ralph Offline
Senior Member
Ralph  Offline
Senior Member

Joined: Feb 2006
Posts: 385
Oldenburg,Germany
EDIT:
After I download it again and installed it, it works perfect!
Thank you.

Greetings Ralph

Last edited by Ralph; 02/05/09 13:38.
Re: Atari lite-C 1.7 public beta [Re: Ralph] #250005
02/05/09 13:01
02/05/09 13:01
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Check if you correctly downloaded and installed it. The correct version has the version number "1.70.1".

Re: Atari lite-C 1.7 public beta [Re: jcl] #250189
02/06/09 14:36
02/06/09 14:36
Joined: Nov 2008
Posts: 42
Philippines
gagamBRYAN Offline
Newbie
gagamBRYAN  Offline
Newbie

Joined: Nov 2008
Posts: 42
Philippines
I've installed it and when i run the code it says:

how can i debug this??

thanks!


Secrets are stolen from deep inside..
Re: Atari lite-C 1.7 public beta [Re: gagamBRYAN] #250194
02/06/09 15:01
02/06/09 15:01
Joined: Aug 2004
Posts: 2,215
I
ISG Offline

Expert
ISG  Offline

Expert
I

Joined: Aug 2004
Posts: 2,215
@gagamBRYAN:
The previous post before yours, JCL's, states that the version you should be running for proper results is v1.70.1. According to the second line of your screen it's showing that your using v1.70.0 instead. Maybe this could possibly be an issue? Just throwing it out there, I could be totally wrong altogether but nonetheless there is my two cents. Attempt to download the EXE and try to run it again.


Ground Tactics - Coming Soon
Ground Tactics OFFICIAL WEBSITE
Re: Atari lite-C 1.7 public beta [Re: ISG] #250195
02/06/09 15:27
02/06/09 15:27
Joined: Nov 2008
Posts: 42
Philippines
gagamBRYAN Offline
Newbie
gagamBRYAN  Offline
Newbie

Joined: Nov 2008
Posts: 42
Philippines
@ISG:
I've re-downloaded it from the link above,. and have re-installed the upgrade,. but still the problem is the same,. the version is already v1.70.1 but it is still the problem. look at the snippet below:


frown


Secrets are stolen from deep inside..
Re: Atari lite-C 1.7 public beta [Re: ISG] #250198
02/06/09 15:34
02/06/09 15:34
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
What you see in the panel is a simple error message. You don't need debugging, you just need to write a syntax correct script. Debugging is only required when the compiler runs through without error message, but the code does not work.

How to write lite-C code is described in the lite-C tutorial. There are also lots of samples to get you started.

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