The Dink Network

Reply to Re: Easy DinkC beta testing

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 7th 2008, 12:19 PM
wizardb.gif
Phoenix
Peasant He/Him Norway
Back from the ashes 
Sparrowhawk: Indeed it's simple. I've just begun. Almost no code at all in this program. I'm working on changing that, though.

I might do what you say with set_font_color(). I was not really aware of that command, so, no, it doesn't do that yet. I've used the "DINKC Reference v3.1" to gather what functions are legal, and it's not in it, so it's not part of my keyword collection... has the DinkC Reference been updated lately?

About the global variables thing: I'm planning to parse "main.c" for global variables at one point, so I might be able to differentiate between local and global variables at a later time.

I'm also planning a error checker tool, after all, what would a DinkC editor be without one?