Please keep code case sensitive

Post your requests and ideas on the future development of Visual TFT Software.
Post Reply
Author
Message
ks
Posts: 19
Joined: 08 Oct 2007 07:40

Please keep code case sensitive

#1 Post by ks » 20 Jan 2011 10:28

Hello

I tried to compile Mikrommb18 sample project "Touchpanel".

It gave me several errors about undeclared identifiers. The i realised that i must switch case sensitivity to off (tools/options/output/Case sensitive) to get it compiled.

After that all went fine and i have learned a lot again.

Examples about using mixed case in TFT_events_code.c :

unsigned int Xcoord, Ycoord;
TFT_Dot(xcoord, ycoord, color);

TFT_Set_Pen(CL_BLUE, 1);
color = cl_BLUE;

TFT_Set_Pen(CL_WHITE, 1);
color = cl_white;

void DrawScreen(TScreen *aScreen);
void DrawLabel(TLabel *Alabel);
void DrawBox(TBox *Abox);

http://en.wikipedia.org/wiki/Case_sensitivity
http://wiki.answers.com/Q/Is_C_is_case_ ... e_language

As we all want to keep programming as safe and clear and pro as possible, i want to ask that you take "Case sensitivity" to your company policy from now on.
And rather put "Case sensitive" selection to ON as default to MikroC.

User avatar
tihomir.losic
mikroElektronika team
Posts: 2138
Joined: 02 Dec 2009 14:16
Location: Serbia
Contact:

Re: Please keep code case sensitive

#2 Post by tihomir.losic » 21 Jan 2011 11:33

ks wrote:As we all want to keep programming as safe and clear and pro as possible, i want to ask that you take "Case sensitivity" to your company policy from now on.
And rather put "Case sensitive" selection to ON as default to MikroC.
Hello,

we will implement it for next release.

Best regards,

Losic Tihomir
mikroElektronika [Support team]

Post Reply

Return to “Visual TFT Wish List”