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
Normal Topic Compiler Switches (Read 968 times)
ALF321
Junior Member
**
Offline


Posts: 10
Joined: Feb 11th, 2019
Compiler Switches
Feb 26th, 2019 at 9:35pm
Print Post  
Is there a way / tutorial to use compiler switches of Visual Studio like

#if ReleaseSpecial
     ...
#endif

for a "ReleaseSpecial" Configuration ?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Compiler Switches
Reply #1 - Feb 26th, 2019 at 9:44pm
Print Post  
Hi, we use the standard vc++ system for the configurations and I am not sure of the direct answer.

However, you can set configuration specific switches and defines of your own using the visual micro project properties (or right click project > properties)

« Last Edit: Feb 26th, 2019 at 9:44pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint