Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) Keywords not shown... (Read 8255 times)
amle
Newbies
*
Offline


Posts: 8
Location: ch
Joined: Nov 30th, 2015
Keywords not shown...
Nov 30th, 2015 at 10:58am
Print Post  
Hi
Why the arduino and class keywords not shown in other Color?

Sad I use vs2012 and newest arduino software 1.6.2 with newest Microcode.

Sad On 1.5 i has the same Effekt, not working.
I don't buy this software on pro when this not working.

IntelliSense not working to.

can anyone help me, what is wrong?   Smiley

regards 
amle
« Last Edit: Nov 30th, 2015 at 11:18am by amle »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Keywords not shown...
Reply #1 - Nov 30th, 2015 at 12:35pm
Print Post  
Hello please changed the toolbar from x64 to x86/Win32. Does this fix intellisense?
  
Back to top
WWW  
IP Logged
 
amle
Newbies
*
Offline


Posts: 8
Location: ch
Joined: Nov 30th, 2015
Re: Keywords not shown...
Reply #2 - Dec 1st, 2015 at 10:19pm
Print Post  
Hi
Sorry, I cant see a different Version on the download site.

regards.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Keywords not shown...
Reply #3 - Dec 1st, 2015 at 10:29pm
Print Post  
Hi,

We have communication problem Smiley

Please post picture of your ide so I can see your code and the toolbars

Thanks
  
Back to top
WWW  
IP Logged
 
amle
Newbies
*
Offline


Posts: 8
Location: ch
Joined: Nov 30th, 2015
Re: Keywords not shown...
Reply #4 - Dec 2nd, 2015 at 4:02pm
Print Post  
here the picture


on create new project and on save project i have error message from SQL Server Compact 4.0, but i have all updates inkl c++ installed. Only a problem with VisualMicro.

i have all unistalled, clean the folder,  then new installed, same.

« Last Edit: Dec 2nd, 2015 at 4:19pm by amle »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
amle
Newbies
*
Offline


Posts: 8
Location: ch
Joined: Nov 30th, 2015
Re: Keywords not shown...
Reply #5 - Dec 2nd, 2015 at 5:39pm
Print Post  
one of the 2 pitures
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Keywords not shown...
Reply #6 - Dec 2nd, 2015 at 8:48pm
Print Post  
Hi,

Thank you for all the info. Here are some answers that I hope will help.

1)
The error is a Visual Studio error. Normally it will appear if the same project is opened more than once at the same time?

2)
You can configure syntax fonts and colors via the Tools>Options menu. A short guide and basic example is here.


note: the prototype in the above code example is not valid for standard users!
« Last Edit: Dec 2nd, 2015 at 9:06pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
amle
Newbies
*
Offline


Posts: 8
Location: ch
Joined: Nov 30th, 2015
Re: Keywords not shown...
Reply #7 - Dec 2nd, 2015 at 10:40pm
Print Post  
thank you, not help your info.

when I create a new project no other vs or project is open.
painting of text i known, but is not the problem.

IntelliSense works NOT. Keywords not change the defined color.

I use vs and sql2012 without problem on programing .net c# and c++  code for windows.

When i create a NEW Arduino project i generate this SQL error message from c++. vs is installed complet as 32 bit system on a 64 bit windows 10.

not known what is wrong. 

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Keywords not shown...
Reply #8 - Dec 2nd, 2015 at 10:49pm
Print Post  
Oh okay.

Can you close the Solution and then click "File>New>Project>Win32 C++"

Does this create a standard win32 c++ project OK? (Not using Visual Micro, standard Visual Studio)

  
Back to top
WWW  
IP Logged
 
amle
Newbies
*
Offline


Posts: 8
Location: ch
Joined: Nov 30th, 2015
Re: Keywords not shown...
Reply #9 - Dec 3rd, 2015 at 3:51pm
Print Post  
Ah yes, i see. it's the same ans Intellisene works not.
IntelliSense works fine from other but not c++.

Hmm, before this works... 
Thinking.... not known how is the bug...
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Keywords not shown...
Reply #10 - Dec 3rd, 2015 at 4:01pm
Print Post  
Hello,

Thank you for the report. Maybe this is a windows explorer permissions problem.

As a test...

Please try to run Visual Studio with "Administrator" permissions. You can edit the shortcut that runs Visual Studio and click the checkbox that gives "admin permissions"?

Thanks
  
Back to top
WWW  
IP Logged
 
amle
Newbies
*
Offline


Posts: 8
Location: ch
Joined: Nov 30th, 2015
Re: Keywords, Intellisense not shown... (solved)
Reply #11 - Dec 4th, 2015 at 7:26am
Print Post  
Hi
I have solved the problem.

I have forgot, when you install a 32 bit VC version on a 64 bit system, you must be installed DB tool 32 AND 64 bit.
After install the SSCERuntime_x64-DEU.exe, IntelliSense works fine. The problem was caused by the new installation of Windows 8.1.

Another problem may be the folder <user><AppData>/Roaming/Microsoft/VisualStudio 
then the folder 10.0 and 11.0 must be deleted there.

Thanks for your help, now I can buy the magnificent tool Cheesy 

regards
« Last Edit: Dec 4th, 2015 at 7:35am by amle »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint