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 Can't use Post build process (Read 1844 times)
Visual lover
Newbies
*
Offline


Posts: 6
Joined: Apr 29th, 2016
Can't use Post build process
Apr 29th, 2016 at 3:40pm
Print Post  
Because I have some troubles with the references, I try to add a postbuild copy of the .ccp and .h files from my librairy into the Arduino\lbrairies folder. 

It seems not to called ? Is it normal ?

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Can't use Post build process
Reply #1 - Apr 29th, 2016 at 3:55pm
Print Post  
Post build processes need to be defined in the Arduino config files. We don't use the Visual Studio processes (yet)

However this won't work because Arduino doesn't work that way.

You can add shortcuts to the code if you simply want normal shared .cpp files in your project but they will not be compiled in the same way that real Arduino libraries are compiled.

I suggest we discuss this in the future after we have concluded your other thread asking about how to include libraries
  
Back to top
WWW  
IP Logged
 
Visual lover
Newbies
*
Offline


Posts: 6
Joined: Apr 29th, 2016
Re: Can't use Post build process
Reply #2 - Apr 29th, 2016 at 4:21pm
Print Post  
Thank you for your answer.

Yes the link is good idea, I'll do it.

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint