Why wont VCC.exe make the right files?
Displaying 1-7 of 7 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
Lunarbeam

I ran vcc.exe on my system.vc file, but it refuses to make the system.idx and system.vcs files! This is the exact line:

vcc system

Please, help!



Posted on 2000-12-17 17:10:46

el_desconocido





-Pontifex
"How many rocks are there, in the whole world?"

Posted on 2000-12-17 17:20:52

Devlyn

Try "vcc -all"
or "vcc -system.vc" if you just want to compile system.vc



-Devlyn (theshiningsource.cjb.net ) "I'm not dumb, I merely suffer from periodical intellect."

Posted on 2000-12-17 17:26:09

Lunarbeam

Ok, I've tried all of those, but it still doesnt work. Btw, it also says "0 total VC lines compiled" at the end, which concerns me...



Posted on 2000-12-17 20:26:02

Lunarbeam

I downloaded the official V2 instead of the V2k+j stuff and the vcc.exe that came with it worked for some reason.

Anyway, I've got a basic script; is it valid?

This is test.vc:
event //0 autorun
{
PaletteMorph(0,0,0,0,63);
Render();
ShowPage();
HookRetrace(DrawCursor);
}

This is system.vc:
void DrawCursor()
{
ReadMouse();
CircleFill(mx, my, 10, 255);
Line(0, 0, screenx, screeny, 63);
}

Unfortunately, I run it and all I get is a black screen! Why? Also, how do colors work?






Posted on 2000-12-17 22:15:48

Lunarbeam

Well, thanks for all the help everyone...I added an 'R' to the render string and I guess that did it...forgot that HookRetrace requires that 'R'...



Posted on 2000-12-17 22:18:43

Devlyn

That's just a little bug in v2k+j. Ignore it. It compiles normally.



-Devlyn (theshiningsource.cjb.net ) "I'm not dumb, I merely suffer from periodical intellect."

Posted on 2000-12-18 05:27:17


Displaying 1-7 of 7 total.
1
 
Newest messages

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.