MMc fat16 library

General discussion on mikroBasic PRO for PIC32.
Post Reply
Author
Message
davideversari
Posts: 4
Joined: 02 Mar 2015 17:32

MMc fat16 library

#1 Post by davideversari » 28 Apr 2016 12:41

hi,
last year I changed in a program the variable crlf as below:

crlf= chr(13)+chr(10)
Mmc_Fat_Write(crlf,2)

as I would like to write in a new line every write session


with the first build+program occoured an error recall and Mikrobasic opened the Fat16 library where I changed crlf and system after was OK.

now I try the same, in a different program, but I can't change the Fat16 Library because I can t open it ?
how can I change the crlf in Fat16 library?

DAVIDE VERSARI

User avatar
lana.arsic
mikroElektronika team
Posts: 1715
Joined: 15 Jan 2016 12:50

Re: MMc fat16 library

#2 Post by lana.arsic » 05 May 2016 15:04

Hi,

You can change CRLF constant in __Lib_MmcFat16_Defs.mbas file, you can find that file in ...\Mikroelektronika\mikroBasic PRO for PIC32\Uses.

Best regards,
Lana

Post Reply

Return to “mikroBasic PRO for PIC32 General”