Great, thanks Kyle Cheers Seb Le 13 sept. 2012 16:50, "zmafoox" <[email protected]> a écrit :
> Greets, > > Yeah, that makes sense though I don't see it in the code. I'll see what I > can do. > > On Wednesday, September 5, 2012 11:15:37 AM UTC-7, Sebastien Lelong wrote: >> >> Hi Rob, Kyle, >> >> About the sample, I had a look, it seems like a bug in the compiler. >> Guilty line: >> >> const byte myfile[MINIX_MAX_FILENANE_LEN] = "file2K\0 >> " >> >> This is a NULL terminated string. MINIX_MAX_FILENAME_LEN is const, its >> value is 30. >> Now replace "\0" by "\n", warning is gone. Sounds like the compiler >> doesn't like \0 escape sequence... >> >> Kyle, does it make sense to you ? >> >> Thanks. >> >> Cheers, >> Seb >> >> On 4 September 2012 10:01, Sebastien Lelong <[email protected]>wrote: >> >>> Hi Rob >>> I'll have a look at the sample. >>> Is there any chances to have an OSX version of jalv24p ? ;) >>> Cheers >>> Seb >>> Le 4 sept. 2012 09:28, "Rob Hamerling" <[email protected]> a écrit : >>> >>> >>>> Hi Seb, >>>> >>>> On 4-09-12 07:26, Sebastien Lelong wrote: >>>> >>>>> >>>>> I'm sure to understand what you mean by "DOS version", but jalv2, from >>>>> Kyle's zip, usually have a Linux ("jalv2") and a Windows ("jalv2.exe") >>>>> version, but no DOS version. What could be the use ? Isn't Windows >>>>> version enough ? >>>>> >>>> >>>> Probably for most people the Windows version will be enough, but not >>>> for everybody. I think the Linux version will be used, and I'm sure about >>>> the eCS version. I wouldn't know if anybody is interested in the DOS >>>> version, but I think it's only fair to Kyle to distribute the whole >>>> original package (except the include files for which we have replacements). >>>> >>>> You probably saw my fixes of some serial libraries. There is now only >>>> one sample left with a warning: 18f27j53_sd_card_minix_read.**ja**l. >>>> It a sample of yours, could you have a look, please. >>>> >>>> Regards, Rob. >>>> >>>> -- >>>> R. Hamerling, Netherlands --- http://www.robh.nl >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "jallib" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to jallib+un...@** >>>> googlegroup**s.com. >>>> For more options, visit this group at http://groups.google.com/**group* >>>> */jallib?hl=en <http://groups.google.com/group/jallib?hl=en>. >>>> >>>> >> >> >> -- >> Sébastien Lelong >> >> >> -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/jallib/-/GFiq5Jm0gJIJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
