Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Runner C++ #94

Open
SMAN2901 opened this issue Dec 28, 2018 · 4 comments
Open

Local Runner C++ #94

SMAN2901 opened this issue Dec 28, 2018 · 4 comments

Comments

@SMAN2901
Copy link

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

@kuviman
Copy link
Collaborator

kuviman commented Dec 28, 2018

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.

@SMAN2901
Copy link
Author

SMAN2901 commented Dec 28, 2018

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.

@kuviman
Copy link
Collaborator

kuviman commented Dec 28, 2018

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

@SMAN2901
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants