Visual Studio 2013&英特尔伽利略

问题描述:





一个真正的'开始某个问题'。



我是成功安装并编译了MS VS2013 blinky示例到Galileo Gen2板上。但是现在我想要移植一些我的Arduino草图,我不知道在哪里放置库/头文件。我是否将它们放在库目录中,或者是否有指向每个库文件夹位置的方法?



你的Simon M.

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.

只需将您的库/头文件放在包含Main.cpp文件的同一文件夹中。这肯定会对你有用:)
Just put your library/header files in the same folder which contains Main.cpp file. This will definitely going to work for you :)