Error Recognition

Post your requests and ideas on the future development of mikroPascal PRO for PIC32.
Post Reply
Author
Message
winzer
Posts: 3
Joined: 05 Feb 2011 15:23

Error Recognition

#1 Post by winzer » 18 Dec 2013 22:25

Hello,

this line will not produce a Compiler Error. It delivers NO .HEX file.

Ausgabe_zeile := Ausgabe_zeile + + chr(13) + chr (10) + chr(0);

Kind regards

Otto

tpetar
Posts: 593
Joined: 27 Apr 2012 18:44
Location: Pancevo, Serbia

Re: Error Recognition

#2 Post by tpetar » 18 Dec 2013 22:41

winzer wrote:Hello,

this line will not produce a Compiler Error. It delivers NO .HEX file.

Ausgabe_zeile := Ausgabe_zeile + + chr(13) + chr (10) + chr(0);

Kind regards

Otto
Hi Winzer,

Post complete code or attach complete project files.

How you declare "Ausgabe_zeile"?


I didnt notice any problem using version 3.3.0, HEX is generated as usual. I declare "Ausgabe_zeile" as string.

Do the following:
- Check project folder, maybe you look on wrong place.
- Check output settings (\Tools\Options).
- Check Your compiler license.


Best regards,
Peter

Post Reply

Return to “mikroPascal PRO for PIC32 Wish List”