Search found 89 matches

by sasa72
18 Nov 2011 22:51
Forum: mikroC General
Topic: What's the difference with MikroC Pro and MPLab?
Replies: 12
Views: 12958

Re: What's the difference with MikroC Pro and MPLab?

sasa72, let's bet you do not know the top 5 reasons not to use MPLAB. Also, I am sure you do not know top 5 reasons to use mikroC. Instead of frightening our customers, you should finish your analysis objectively. I'm sorry, but you simply overestimate your fictive fear and I'm positive you have mi...
by sasa72
18 Nov 2011 18:36
Forum: mikroC General
Topic: What's the difference with MikroC Pro and MPLab?
Replies: 12
Views: 12958

Re: What's the difference with MikroC Pro and MPLab?

Zoran, Can you please be more constructive in reply? I have clearly distinguish IDE part and compiler part in the reply, since OP did not mentioned on what exactly point on. AFAIK, Microchip bought HiTech compilers while ago, thus is their property now. Can you be clear why mikroC is "way ahead" of ...
by sasa72
18 Nov 2011 16:36
Forum: mikroC General
Topic: What's the difference with MikroC Pro and MPLab?
Replies: 12
Views: 12958

Re: What's the difference with MikroC Pro and MPLab?

davidjw, I can suggest you to try MPLAB X, instead older MPLAB. It is still in beta, however IDE is way advanced than old MPLAB and more important - it is platform independent. Beside of IDE, there is, by design, non-trivial differences between Microchip, mikroC and other compilers. The best way is ...
by sasa72
18 Nov 2011 14:25
Forum: mikroC PRO for PIC General
Topic: Const expression expected
Replies: 4
Views: 1871

Re: Const expression expected

cixhamlet,

Not tested code, however briefly looked, your "c" parameter shouldn't be given by reference?
by sasa72
18 Nov 2011 00:31
Forum: mikroC General
Topic: CRC
Replies: 4
Views: 2335

Re: CRC

kang99,

Actually, you do not need a library at all. All CRC functions are trivial to make.
by sasa72
17 Nov 2011 23:27
Forum: mikroC PRO for PIC General
Topic: Problem PIC16F877
Replies: 1
Views: 1074

Re: Problem PIC16F877

Can you explain exactly what you have to achieve? Take a look your hex_to_dec function. What actually it should convert? Notice that "unsigned int" type variable have 2 bytes and range from 0 to 65535. Your function shifting char/byte values over that range. In the main code you shift that value lef...
by sasa72
17 Nov 2011 22:06
Forum: mikroC PRO for PIC General
Topic: Help with Interrupt using RB2
Replies: 1
Views: 1277

Re: Help with Interrupt using RB2

Can you specify the PIC you work with?
by sasa72
17 Oct 2011 22:10
Forum: Product Announcements
Topic: Wear your mikromedia: accessory bag made of VHS cassete film
Replies: 10
Views: 21851

Re: Wear your mikromedia: accessory bag made of VHS cassete

Well, according to Zoran's reaction, this topic is not a joke at all...

BTW, here are not expressed emotions, just general facts (expressed in general).
by sasa72
17 Oct 2011 17:47
Forum: Product Announcements
Topic: Wear your mikromedia: accessory bag made of VHS cassete film
Replies: 10
Views: 21851

Re: Wear your mikromedia: accessory bag made of VHS cassete

f this is not a joke, it is highly unprofessional and may be harmful for the person, especially if baby get it to mouth... I cannot imagine which person would prefer to wear highly inflammable, toxic and skin irritating waste over neck. Proper place for old VHS tape is waste disposal. Well don't le...
by sasa72
07 Oct 2011 20:59
Forum: Product Announcements
Topic: It's comming
Replies: 8
Views: 5856

Re: It's comming

After all, it is EasyPIC 7. ;)
by sasa72
03 Oct 2011 09:53
Forum: Development Boards
Topic: EasyPic6 programmer freeze problem
Replies: 14
Views: 4020

Re: EasyPic6 programmer freeze problem

I'm glad it helps.

Yes, I keep automatic update disabled, just because similar problems in the past.
by sasa72
03 Oct 2011 09:15
Forum: Development Boards
Topic: EasyPic6 programmer freeze problem
Replies: 14
Views: 4020

Re: EasyPic6 programmer freeze problem

Try to disconnect internet cable. In system options return system to breaking point in a month ago or more. Windows 7 creates breaking points occasionally, if not disabled. Then connect the hardware, with internet cable still plugged out (or wireless turned off). This way you will know recent update...
by sasa72
02 Oct 2011 19:45
Forum: Development Boards
Topic: EasyPic6 programmer freeze problem
Replies: 14
Views: 4020

Re: EasyPic6 programmer freeze problem

Did you eliminate possibility that USB ports are fried?
by sasa72
30 Sep 2011 09:03
Forum: Product Announcements
Topic: Wear your mikromedia: accessory bag made of VHS cassete film
Replies: 10
Views: 21851

Re: Wear your mikromedia: accessory bag made of VHS cassete

If this is not a joke, it is highly unprofessional and may be harmful for the person, especially if baby get it to mouth... I cannot imagine which person would prefer to wear highly inflammable, toxic and skin irritating waste over neck. Proper place for old VHS tape is waste disposal. Even the "pho...
by sasa72
29 Sep 2011 22:51
Forum: mikroC General
Topic: org diretive: how to start program at pre determinated adr
Replies: 9
Views: 3812

Re: org diretive: how to start program at pre determinated a

AFAIK, mikroC "normal" is an obsolete and abandoned product. If you have no specific reason to use it, it is highly recommended to switch to "PRO".

Another more complex solution may be to relocate your HEX file - disassemble and assemble with required ORG (with or without MPLAB).

Go to advanced search