Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (TipmyPip, AndrewAMD, NewbieZorro), 16,055 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
can't run Lite-C programs #212782
06/24/08 04:56
06/24/08 04:56
Joined: Jun 2008
Posts: 40
pfeldman Offline OP
Newbie
pfeldman  Offline OP
Newbie

Joined: Jun 2008
Posts: 40
I downloaded and installed Lite-C on my Windows XP system. The installation went smoothly, but most of the sample programs that I've been able to obtain don't run. When I try to launch these from within the Script Editor, either nothing at all happens, or something flashes on the screen for a fraction of a second.

Below I've copied one of the programs from the Lite-C workshop that doesn't run. If there is someone out there who has a windows XP system and is able to run this program, please let me know.

// START

#include <acknex.h>
#include <default.c>

var a = 0;
var b = 0;
var c = 0;

PANEL* panDisplay =
{
digits(35, 10, "a = %0.f", *, 1, a);
digits(35, 19, "b = %0.f", *, 1, b);
digits(35, 28, "c = %0.f", *, 1, c);
flags = VISIBLE;
}

function main()
{
video_mode = 7; // create a program window of 800x600 pixels
screen_color.blue = 150; // and make its background dark blue
while (1)
{
c = a + b;
wait (1);
}
}

// END

Re: can't run Lite-C programs [Re: pfeldman] #212970
06/25/08 06:54
06/25/08 06:54
Joined: Jun 2008
Posts: 40
pfeldman Offline OP
Newbie
pfeldman  Offline OP
Newbie

Joined: Jun 2008
Posts: 40
I downloaded and installed Lite-C on a second computer. Demo programs work fine on computer #2, but not on computer #1. Both computers are running Windows XP Service Pack 2. Is Lite-C incompatible with specific graphics cards? Otherwise, I can't think of any important difference between the two computers.


Gamestudio download | 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