Just My Two Cents

Discuss about beta versions of mikroPascal compiler.
Post Reply
Author
Message
Andreas
Posts: 139
Joined: 05 Feb 2005 12:43
Location: Germany

Just My Two Cents

#1 Post by Andreas » 29 Jul 2007 22:08

Hi there,
here is what I’ve found in the 6.03 beta 4 on a 18F452 so far.

This works nicely:
- FAT writing on CF
- RS232 (with interrupt)
- Arrays
- A/D function

Some strange things:
The Help shows this as an example:
Cf_Fat_Assign('MIKROELE.TXT',1);
But it should be like this:
Cf_Fat_Assign('MIKROELETXT',1);
(No dot between name and extension)

When you have two copies of a project folder and both paths are in the Search Path, then the files in both folders get changed.

I’m not sure if this is intentional, but combined block comments do not work, regardless if you use {} or (* *)
Example:
A
(*B
(*C
D*)
E*)
F
E is not commented.

Some small (but nagging) things that had problems in previous versions now work (like when variable assignments get ignored).
In general I have the feeling this version produces much more stable code than the older versions.

Thanks guys
Andreas

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Just My Two Cents

#2 Post by zristic » 30 Jul 2007 09:31

Notes taken, thanks Andreas.

Post Reply

Return to “mikroPascal Beta testing”