problem comp vs2015 and c++

For Formula AllCode users to discuss projects, programs, and any other issues related to the Formula AllCode robotics platform.

Moderators: Benj, Mods

Post Reply
Kjell Holen
Posts: 7
Joined: Sun Apr 24, 2016 2:32 am
Been thanked: 2 times
Contact:

problem comp vs2015 and c++

Post by Kjell Holen »

I have a few question to the setup. I use Windows 10, and visual studio 2015 c++
Want to test c++ and the robot
I assume I do somthing wrong with setupo/ compil. Glads if someone could give some hints,
Have downloaded 2 dif. code example.
Should I use Slave-allcode_examples or FA_CP_Formula Allcode C++ VS2015
I use visual studio c++ 2015. Should I run VSCodeSetup-1.8.0.exe
must the file-tree be: /document/visual studio 2015/

I have tried, but got error.
Startet VS and File Project/solution and brosed to tne Formula AllCode.vcxproj selecdet
got error could not find faslave.lib but the file was there

rgds

.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: problem comp vs2015 and c++

Post by Benj »

Hello,

Make sure the FASlave.dll file is in the same directory as the exe file and it should work ok.
FASlave.zip
(11.27 KiB) Downloaded 482 times
You might also need to include the faslave.lib file in the project.

Post Reply