Search found 767 matches

by bruno
03 Apr 2009 09:45
Forum: mikroC PRO for PIC Wish List
Topic: clean project folder
Replies: 4
Views: 3487

the question is, should the clean project function allow to select .c, .h, .pld, .mcppi ? to me, only generated files should be removable from clean project window. other files added to project should be locked. if user wants to remove sources or project files, he has to do it from the operating sys...
by bruno
03 Apr 2009 08:47
Forum: mikroC PRO for PIC Wish List
Topic: clean project folder
Replies: 4
Views: 3487

Re: clean project folder

Both options can be done easily, I am just afraid the first option will make you delete what you do not want in certain cases. there is a confirmation box before removing the files, so the risk is limited what do you think about a "Select all generated files" button, to check at once all files gene...
by bruno
03 Apr 2009 01:13
Forum: mikroC PRO for PIC Wish List
Topic: clean project folder
Replies: 4
Views: 3487

clean project folder

Hello,

:idea: in the clean project folder window : is it possible to memorize the checked files we want to remove, so that they will be checked next time ?

:idea: is it possible to have a clean project folder mini-icon ?

Thanks !
by bruno
31 Mar 2009 16:27
Forum: mikroC PRO for PIC Beta Testing
Topic: code assistant
Replies: 1
Views: 2471

code assistant

Hello,

:?: not really a bug : is it possible to have the code assistant not to pup up when typing in comments or strings ?
by bruno
31 Mar 2009 08:33
Forum: mikroC PRO for PIC Wish List
Topic: more predefined project level defines
Replies: 8
Views: 5572

wow !
you are killing me :P

well, you will just have to update the manual :wink:
by bruno
29 Mar 2009 23:28
Forum: mikroC PRO for PIC Wish List
Topic: more predefined project level defines
Replies: 8
Views: 5572

more predefined project level defines

Hello, :idea: it would be great to have more predefined project level defines, for example : __TARGET__ : MCU name as string, for example PIC18F4520 __DATE__ : build date as string, for example 2009:03:30 __TIME__ : build time as string, for example 10:50:29 __FILE__ : current file name as string __...
by bruno
28 Mar 2009 22:27
Forum: mikroC PRO for PIC Beta Testing
Topic: Simulator issue
Replies: 3
Views: 3244

Hi,

what are the values of Chip and TEMP_RESOLUTION when you run the program in the simulator ?
by bruno
04 Mar 2009 15:16
Forum: mikroC PRO for PIC Beta Testing
Topic: Bug reporting for Beta
Replies: 2
Views: 2296

I think you get the built-in bug reporting in case only the compiler crashes
by bruno
04 Mar 2009 15:11
Forum: mikroC PRO for PIC Beta Testing
Topic: Usart function change
Replies: 9
Views: 5205

Hi,

this is the same with PWM, CAN, SPI and other libraries, you can use a PLD file to keep compatibility
by bruno
07 Nov 2008 00:49
Forum: mikroC Beta testing
Topic: [mC for dsPIC V4.0] ROM problems with dsPIC30F6014A
Replies: 0
Views: 3113

[mC for dsPIC V4.0] ROM problems with dsPIC30F6014A

Hi, I had problems with char tables in ROM : read gave unpredictable results. I suspect a linker problem, since reducing available ROM memory to 32K solved the problem : //MEMORY PAGES //#pragma SetRomSize(98046); //#pragma SetPage(PAGE0,0x0100,0x17FFE); #pragma SetRomSize(32766); #pragma SetPage(PA...
by bruno
27 Oct 2008 11:24
Forum: mikroC Wish List
Topic: project name in title bar
Replies: 0
Views: 2489

project name in title bar

Hello,

:idea: it would be great to have the project name in the window title bar

thank you !
by bruno
25 Oct 2008 02:00
Forum: mikroC General
Topic: I have a problem with Lcd_Custom_Config command...
Replies: 1
Views: 1515

Hello,

it smells like a watchdog reset :twisted:
by bruno
25 Oct 2008 01:52
Forum: mikroC General
Topic: Inverting the GLCD screen
Replies: 2
Views: 1681

Re: Inverting the GLCD screen

Hello,
amrbekhit wrote:Any ideas?

--Amr
:idea: a wrong GLCD D7 line ?
by bruno
24 Oct 2008 00:24
Forum: mikroC General
Topic: PIC18 + GLCD touchscreen = hand-written clock
Replies: 1
Views: 1724

PIC18 + GLCD touchscreen = hand-written clock

Hello,

I'm glad to introduce the touchClock to you :

Image

see here for video clip & mikroC source code, including touchscreen mini-library :
http://www.micro-examples.com/public/mi ... clock.html

Enjoy 8)
by bruno
13 Oct 2008 01:25
Forum: mikroC Beta testing
Topic: [mC for PIC]GLCD_read_data() problem
Replies: 0
Views: 2584

[mC for PIC]GLCD_read_data() problem

Hi, this code does not give expected result : GLCD_set_side(x) ; GLCD_set_x(x % 64) ; GLCD_set_page(y) ; *map++ = GLCD_read_data() ; first map byte gets unpredictable result and content is shifted by one to fix, read GLCD once for nothing : GLCD_set_side(x) ; GLCD_set_x(x % 64) ; GLCD_set_page(y) ; ...

Go to advanced search