Hi,
I have written several trading strategies on my computer locally in VS C++ and it works well.
When I take the .exe file and transfer it to another computer it doesn't work. I have found that the reason is because the other computer doesn't have the needed .dll fies. I then downloaded software that says which .dll's your program is dependent upon. I tried to copy over the .dll's over to the other computer and I JUST CANNOT GET IT TO WORK. So I installed VS C++ on that computer, compiled the source and ran the .exe.
So... I have a computer in New York w/ out Visual Studio on it. Would I be able to download VS C++ express edition on that computer? Then from my local computer send the source to that computer and compile the program using VS C++ express? How is express limited? Does the express have a limited time use?
Thanks
I have written several trading strategies on my computer locally in VS C++ and it works well.
When I take the .exe file and transfer it to another computer it doesn't work. I have found that the reason is because the other computer doesn't have the needed .dll fies. I then downloaded software that says which .dll's your program is dependent upon. I tried to copy over the .dll's over to the other computer and I JUST CANNOT GET IT TO WORK. So I installed VS C++ on that computer, compiled the source and ran the .exe.
So... I have a computer in New York w/ out Visual Studio on it. Would I be able to download VS C++ express edition on that computer? Then from my local computer send the source to that computer and compile the program using VS C++ express? How is express limited? Does the express have a limited time use?
Thanks