raic-2018 icon indicating copy to clipboard operation
raic-2018 copied to clipboard

Local Runner C++

Open SMAN2901 opened this issue 6 years ago • 4 comments

Can anyone tell me how to connect strategy to runner? I have downloaded a C ++ package. Where should I place files from the package?

SMAN2901 avatar Dec 28 '18 08:12 SMAN2901

You can place the package anywhere.

First, run the local runner, it will start waiting for the strategy to connect Then run the strategy from the package.

kuviman avatar Dec 28 '18 10:12 kuviman

Should I create the MyStrategy.exe file by building it using the compiler? I tried building it from CodeBlocks, but it is giving errors. Then I opened the project in Visual Studio, but I couldn't find an option to build MyStrategy.exe from MyStrategy.cpp file.

SMAN2901 avatar Dec 28 '18 12:12 SMAN2901

There is a .sln file that you should be able to open with Visual Studio, and compile and run from there

kuviman avatar Dec 28 '18 13:12 kuviman

I did. I can compile MyStrategy.cpp from Visual Studio. But I couldn't build MyStrategy.exe. How can I build it?

SMAN2901 avatar Dec 28 '18 13:12 SMAN2901