Search found 1551 matches

by srdjan
02 Jul 2013 08:50
Forum: Package Manager Beta Testing
Topic: Installed package does not show in the lib mgr [explained]
Replies: 4
Views: 11914

Re: Installed package does not show in the library manager

Hi, Thanks, that indeed solved the problem. Why did the package manager not complain? Well it's a two way street :D While we were making packages it was easier for us to just put source files there, install package, do a few tricks to recompile it and then put .mcl file back to package. That way you...
by srdjan
28 Jun 2013 15:18
Forum: Package Manager Beta Testing
Topic: Installed package does not show in the lib mgr [explained]
Replies: 4
Views: 11914

Re: Installed package does not show in the library manager

Hi,
compiler IDE is kind of mcl oriented, so you need to have main library .mcl file present in package uses folder to detect the library.
by srdjan
19 Jun 2013 17:34
Forum: Visual TFT General
Topic: FT800 experiments
Replies: 15
Views: 9665

Re: FT800 experiments

I don't see any of the FT800 graphics primitives (points, lines, line strip, rectangle, etc.) in the VTFT components list. Are these supported in the p, or do we have to write our own routines to use them? In particular, I'm interested in Line Strip. I am currently creating a line strip using the D...
by srdjan
12 Jun 2013 10:46
Forum: Libstock Discussion
Topic: FAT32 library help
Replies: 11
Views: 17361

Re: FAT32 library help

Hi, Hello! I'm trying to install the FAT32 library by using the Package Manager. But the PM download fails each time, it gets interrupted..? Can you provide another link so I can download and install it correctly? I need this to be able to use 4 GB SD cards on a dsPIC33 card... Right now I only have...
by srdjan
25 Apr 2013 10:19
Forum: Libstock Discussion
Topic: FAT32 library help
Replies: 11
Views: 17361

Re: FAT32 library help

Hi, Hi all! I downloaded and installed the FAT32 library from libstock (http://www.libstock.com/projects/view/108/fat32-library) for dspic, I'm using it on a mikromedia for dspic33 board. The problem: i can't find any information on the helpfile about using FAT32_FindFirst and FAT32_FindNext functio...
by srdjan
21 Mar 2013 15:34
Forum: Visual TFT General
Topic: .RES file format
Replies: 6
Views: 3779

Re: .RES file format

Hello, My goals were very simple... to just store images as single files on SD card. originally, I wrote a routine to directly read a windows bitmap, but there were some compatibility issues with odd graphics programs making strange headers. So I decided to make a .RES writer that would take a sing...
by srdjan
03 Mar 2013 22:56
Forum: Visual TFT General
Topic: .RES file format
Replies: 6
Views: 3779

Re: .RES file format

Hi, Hi, I'm afraid that currently the RES format is not publicly available, so I suggest you using Visual TFT to create RES files. Thank you for the understanding. Regards, Filip. That will not work since I have to distribute the PC application with my product. But not to worry, we decoded it last n...
by srdjan
27 Jun 2012 08:10
Forum: mikroPascal PRO for PIC Beta Testing
Topic: Question about constant pointer typecasts.
Replies: 4
Views: 3690

Re: Question about constant pointer typecasts.

so it "looks" like I am casting it to a generic pointer but not really. That said I would like to suggest a generic pointer type so it is automatically based microcontroller you are compiling for and the size of the pointer. We already have an pascal version with generic type pointers, just needs t...
by srdjan
27 Jun 2012 08:04
Forum: mikroPascal PRO for PIC Beta Testing
Topic: Question about constant pointer typecasts.
Replies: 4
Views: 3690

Re: Question about constant pointer typecasts.

Hi, why does the expression Ptr := ^const TStateTransition(Machine.TransitionTable); give an error "syntac error: expected "pointer to record (?T57)" but "pointer to array()" found, Should be an error here, these types are not compatible and the error message is correct. while the expression Ptr :=...
by srdjan
14 Jun 2012 15:06
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: Off by one line
Replies: 5
Views: 3187

Re: Off by one line

Hi, I put in a ticket for a parameter passing bug and that project demonstrated this issue and was duplicated by Janko. Ticket DYV-898599 Thanks, Jim There is an error in one of your defines within Options.INC file. {$FIX_NESTED_INTERRUPT_SILICON_BUG} // Add code to fix a silicon bug in nested Inter...
by srdjan
06 Jun 2012 08:01
Forum: mikroC PRO for PIC General
Topic: IDE Debugging and Watch Window
Replies: 24
Views: 8702

Re: IDE Debugging and Watch Window

Hi, Just downloaded v5.6.0 and sorry to say debugging is no better in terms of a pointer to a structure still appears as just an address, cannot expand it. We did implement this feature, just did not manage to fully test it before PIC release. As you can see on the attached picture, pointer to struc...
by srdjan
27 Apr 2012 10:07
Forum: mikroC PRO for dsPIC30/33 and PIC24 Wish List
Topic: Add user definable flags via the CLI
Replies: 2
Views: 3748

Re: Add user definable flags via the CLI

Hi, GNU style compilers have the option to pass defines via the CLI by the -D option Or what would be handy in the first place, if there's a flag which gives the state of debug modus or release modus. At the moment the clockspeed is callable to "ask" what the cpu speed is, in that mind could you imp...
by srdjan
12 Apr 2012 11:31
Forum: mikroPascal PRO for PIC General
Topic: Any plans to implement Unions ?
Replies: 28
Views: 10238

Re: Any plans to implement Unions ?

Hi srdjan, I know how much (great) work all of your team is doing. I was just asking if it was still planned or not. - Your question is perfectly ok and understandable, not offending in any way, I just gave you the real picture :) We are planning (great deal of it is already done) to implement this...
by srdjan
12 Apr 2012 09:09
Forum: mikroPascal PRO for PIC General
Topic: Any plans to implement Unions ?
Replies: 28
Views: 10238

Re: Any plans to implement Unions ?

Hi, mikroE Team, please any updates about this topic???? Unfortunately, we are greatly behind the schedule for this one :( The union and field mechanism is implemented in the compiler, syntax is to be adjusted having in mind things you all suggested here, which is not a big thing to do. Tests remain...
by srdjan
09 Apr 2012 14:04
Forum: Libstock Discussion
Topic: Libstock exclusive: FAT32 and Network Ethernet Libraries
Replies: 63
Views: 720661

Re: Libstock exclusive: FAT32 and Network Ethernet Libraries

Hi srdjan, thank you for your answer. I know that the amount of ram/flash will of course depend on the used features. But at least, could you give the footprint of each simultanious opened file (number of ram bytes needed), the amount of ram systematically reserved by the lib, ... could you also po...

Go to advanced search