some def file

Beta Testing discussion on mikroPascal PRO for 8051.
Post Reply
Author
Message
piort
Posts: 1379
Joined: 28 Dec 2005 16:42
Location: Laval,Québec,Canada,Earth... :-)
Contact:

some def file

#1 Post by piort » 17 Jul 2008 21:59

hi,
i just start to test with compile some exemple with different mcu...

lcd exemple... with 2052 give
1 304 Syntax error: Expected "unit" but "#" found AT89LP2052.mpas
like all of mcu exept the 8253...

i love this UI ...hope that will be available for PIC soon ))))

User avatar
marko.ziv
mikroElektronika team
Posts: 531
Joined: 06 Dec 2007 10:11
Contact:

#2 Post by marko.ziv » 21 Jul 2008 13:33

Hi,

you are correct, it does happen with every other MCU except AT89S8253.
You can correct this yourself just by adding (for instance if you want to work with

Code: Select all

unit AT89S2051;

at the beginning
and

Code: Select all

 implementation
          end.
at the end.

If you get stuck with some MCU i can post the code it here.

Best Regards and thanks for the feedback :)

piort
Posts: 1379
Joined: 28 Dec 2005 16:42
Location: Laval,Québec,Canada,Earth... :-)
Contact:

#3 Post by piort » 01 Sep 2008 19:37

hi,

still the same prob with def file for : LP214, LP216, 89S52, 89S2051

User avatar
marko.ziv
mikroElektronika team
Posts: 531
Joined: 06 Dec 2007 10:11
Contact:

#4 Post by marko.ziv » 04 Sep 2008 15:29

Hi,

there will be another revision of mikroPascal for 8051 software before the final release of mikroBasic for 8051 (which we have just released)
This will be fixed.

Thanks again and great work piort

Post Reply

Return to “mikroPascal PRO for 8051 Beta Testing”