Endt4sk / mt4tradeduplicator

Automatically exported from code.google.com/p/mt4tradeduplicator
1 stars 1 forks source link

Please outline steps for compiling the code #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi buddy,

I took a quick look at the repository and noticed that you are using sqlite as 
a the local database stream for maintaining the orders entry and journal and 
that is an excellent idea I must say using the dll system.

I need a quick help from you from here, can you please let me know your 
procedure of building the source into package and what kind of 
development/debug tools should I use (example: MS VC++ which version?, .NET 
framework requirement?). 

Just a quick and diry outline would also do, I can later compile the steps into 
wiki document and you can update in your wiki here for future references for 
anyone.

Regards.

Nikhil

Original issue reported on code.google.com by mnik...@nsbros.com on 6 Mar 2011 at 8:50

GoogleCodeExporter commented 9 years ago
Yes, I will do that.  Basically it is a CodeBlocks project 
(www.codeblocks.org).  Code is in C++ and compiles cleanly with the MinGW 
compiler.  You can install CodeBlocks with MinGW and it should work.

This does not use .Net - so no requirement there.

Original comment by dwmcqu...@gmail.com on 18 Mar 2011 at 8:58

GoogleCodeExporter commented 9 years ago
Oh cool.. thanks for the tip, buddy. :-)

I will try that and let you know how it goes, I will write to you again incase 
I need a helping hand. 

Cheers!

Nikhil

Original comment by mnik...@nsbros.com on 19 Mar 2011 at 9:08

GoogleCodeExporter commented 9 years ago
Also there is now a Visual Studio project and should be much easier to compile

Original comment by dwmcqu...@gmail.com on 6 Oct 2011 at 2:13