Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

A real 'got to start somewhere question'.

I've successfully installed & compiled the MS VS2013 blinky example on to a Galileo Gen2 board. But now that I want to port over some of my Arduino sketches, I don't know where to put the library / header files. Do I put them in a 'library' directory, or is there a way of pointing to the location of each library folder?

Yours Simon M.
Posted

1 solution

Just put your library/header files in the same folder which contains Main.cpp file. This will definitely going to work for you :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900