Search found 9 matches

by szabi
06 Jul 2013 10:01
Forum: mikroPascal PRO for PIC General
Topic: FAT32_FindPrev function.
Replies: 4
Views: 2337

Re: FAT32_FindPrev function.

Ok, I'm afraid you are right. This however would work on a defragmented drive, where one could jump 32 bytes in both direction within the actual directory. (for short filnames) As I said before, I am able to do this, but I get only short filenames back. (don't know why yet) The idea with the file ho...
by szabi
05 Jul 2013 10:30
Forum: mikroPascal PRO for PIC General
Topic: FAT32_FindPrev function.
Replies: 4
Views: 2337

Re: FAT32_FindPrev function.

Thanks Dany.

By changing Fat32_DirItem.FindDirEntry to decrement, (and some other changes) I was able to list the files in bacward order, but I only get short filnames. This is obviously not the right solution, the GetDirSector function doesn't like it.
by szabi
05 Jul 2013 10:11
Forum: mikroPascal PRO for PIC General
Topic: FAT32_FindPrev function.
Replies: 4
Views: 2337

FAT32_FindPrev function.

Hello. Currently I'm using Dany's FAT32 lib, and struggling to figure out how could I scroll backwards in a large file count directory. For example if the directory holds around 500 long filname (some even 100 characters) files, and using the findfirst and findnext functions, let's say I get almost ...
by szabi
03 Dec 2012 17:06
Forum: mikroPascal PRO for PIC General
Topic: "sbit at" and "external" problems
Replies: 2
Views: 1476

Re: "sbit at" and "external" problems

Thanx, I have also found this change in the help. :oops:
Best Regards.
by szabi
03 Dec 2012 14:48
Forum: mikroPascal PRO for PIC General
Topic: "sbit at" and "external" problems
Replies: 2
Views: 1476

"sbit at" and "external" problems

If I set a variable in the main program like for example: "Mmc_Chip_Select : sbit at PORTC.0;" and I define the same variable in a unit (because I need it there aswell) but with the external modifier: "Mmc_Chip_Select : sbit at PORTC.0; external;" I will get the following error: "304 Syntax error: E...
by szabi
11 Jun 2010 10:43
Forum: mikroPascal PRO for PIC General
Topic: Additional library for MikroPascal PRO 2009
Replies: 89
Views: 88803

Re: Additional library for MikroPascal PRO 2009

Hello yo2ilo,
I've installed your v1.4 library pack, but in the library manager nothing appears. I have MikroPascal PRO 2.5 (also tried on v3.8 )
(The components were succesfully extracted into the uses\p18 folder by the way)
Can you please tell me what should I do?
Thanks.
by szabi
11 Aug 2007 09:18
Forum: mikroPascal Wish List
Topic: Units, Librarys, Uses as SOURCE code
Replies: 4
Views: 8139

Units, Librarys, Uses as SOURCE code

Would it be possible in the future to add all the librarys, functions, units (the Uses directory) as source code like in other compilers, and not as precompiled code? This way we could make changes by our needs, (or at least see what's going on) and would give a much-much higher transparency, flexib...
by szabi
23 Jun 2007 19:52
Forum: mikroPascal Wish List
Topic: Nokia LCD Librarys
Replies: 2
Views: 6041

Nokia LCD Librarys

Hi, I would like to ask you, why dont you implement librarys for Nokia LCDs? (3310, 3410, and some colour types)
I know that Anton already made some, but would be much confortabe and nicer if they would be implemented in mikroPascal like the T6963c and HD44780.
Thank You!

Go to advanced search