HID-tool and red line under every row problems, solved!!!!

General discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
Daffy_1988
Posts: 20
Joined: 20 Oct 2006 10:09

HID-tool and red line under every row problems, solved!!!!

#1 Post by Daffy_1988 » 16 Apr 2009 20:05

:cry:

Hello

I just tried out the new 2009 version and i can't say that it made impression:
-i copy and paste code from examples file for example lcd for easypic5
and it draw that red line under almost every row
-when i make usb descriptor with that hid terminal tool the include-function doesn't find it and when i open it via my computer it opens at old version 7.00 or something thatkind
-when i tried to use that desciptor what is in example folder (USBdsc) it finds even there problem at line 19 where is const ConfigDescr_wTotalLength ....



so is this so bad version or what i'm missing??
Last edited by Daffy_1988 on 28 Apr 2009 21:30, edited 1 time in total.

garbe
Posts: 62
Joined: 23 Sep 2007 18:26
Location: France

mbasic 2009

#2 Post by garbe » 16 Apr 2009 20:21

have you uninstall mbasic 7 ? it's necessary before you install mbasic2009
i also clean register

janni
Posts: 5373
Joined: 18 Feb 2006 13:17
Contact:

Re: mbasic 2009

#3 Post by janni » 16 Apr 2009 23:23

garbe wrote:have you uninstall mbasic 7 ? it's necessary before you install mbasic2009
i also clean register
I dont think it's necessary. I have both installed. Same with mP & mC. Never seen any problems.

Bytex
Posts: 459
Joined: 23 Jun 2008 00:58
Location: Palmanova (UD), Italy
Contact:

#4 Post by Bytex » 16 Apr 2009 23:32

Second.
I can work with V7.2 or PRO or both opened with no problem.
Another important thing: my o.s. is Vista32.

Regards.

Best regards,
Max

http://www.b-vu.com

norbie
Posts: 160
Joined: 06 May 2006 22:40
Location: Vista, California

Re: mbasic 2009

#5 Post by norbie » 17 Apr 2009 08:47

janni wrote:
garbe wrote:have you uninstall mbasic 7 ? it's necessary before you install mbasic2009
i also clean register
I dont think it's necessary. I have both installed. Same with mP & mC. Never seen any problems.
I have to report the same. Both will be running side by side until I have migrated my projects und have them working. Keep in mind there are additional keywords that may have been used previously as variable. Watch for them and re-assign them.

With every major release there will be some roughness in the beginning. However, the new IDE with many improvements that help to keep better track of your larger application does compensate, in my opinion, for a hick up now and then. Granted, there are some things that require some re-learning. I am sure that the Mikroe Team will hear about the squirks and they'll do their best to fix it.
Cheers,
Norbert

You don't need to know the answer, you just need to know where to find it!

norbie
Posts: 160
Joined: 06 May 2006 22:40
Location: Vista, California

Red Under Lining

#6 Post by norbie » 17 Apr 2009 09:05

The new warbled red line indicates that the compiler thinks that it is either misspelled or that the appropriate library is not marked to be included into the application. I had read in some other post that others had overlooked this new feature too.

On the right side by default there is a tab "Library Manager" This tab enables you to select or de-select certain libraries. This was done as I understand it to speed up compilation and linking time, although I do agree that all libraries should be selected by default and the programmer decides which ones are needed in his application.

Perhaps "Select ALL Libraries by default" should go into the wish list.

At this point I haven't investigated the new customizable IDE feature completely. There might be a setting that will just do that.
Cheers,
Norbert

You don't need to know the answer, you just need to know where to find it!

Daffy_1988
Posts: 20
Joined: 20 Oct 2006 10:09

Norbie thanks very much

#7 Post by Daffy_1988 » 17 Apr 2009 13:05

Norbie thanks very much

Now those red lines are gone,(stupid default settings indeed :roll: )

Now i only have that HID-description problem, but we will see what happens.

Does anyone have any idea when the new hid-tool would be availeble?

Daffy_1988
Posts: 20
Joined: 20 Oct 2006 10:09

Does anybody knows any news of the HID-tool??

#8 Post by Daffy_1988 » 23 Apr 2009 14:31

Does anybody knows any news of the HID-tool?? Because i'm stucked with my project :(

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: Does anybody knows any news of the HID-tool??

#9 Post by zristic » 23 Apr 2009 22:34

Daffy_1988 wrote:Does anybody knows any news of the HID-tool?? Because i'm stucked with my project :(
What exactly is the problem? If you cannot include the old descriptor file in the new project, simply change its extension to .MPAS and it will work.

Another solution is to add the descriptor file to the Project Manager.

Daffy_1988
Posts: 20
Joined: 20 Oct 2006 10:09

#10 Post by Daffy_1988 » 27 Apr 2009 10:40

Hello

Finally i get it work, i opened the usbdsc file (which i had created with the hid-tool) with mikrobasic 6.000 copy all the text and pasted it to mikrobasic pro into new moduleand then I saved it to usbdsc.mpas

There could be simpler way but i didn't get it :oops:

Thanks for everybody who helped me :!:

Post Reply

Return to “mikroBasic PRO for PIC General”