Post
Topic
Board Development & Technical Discussion
Re: (Now At Github) Bitcoin 0.8.6 for *VS2013* (32 and 64 bit) and Qt5.2
by
old c coder
on 05/04/2014, 17:34:45 UTC
build 0.9.0 really?
I am considering doing a port of 0.9.0 to VS2013, but I won't promise anything.  I am currently having fun and learning new things with other projects:

https://bitcointalk.org/index.php?topic=555155.0

I also want to learn more about cmake and possibly using that to create Visual Studio project files instead of writing them myself.
Hi Claire,

I liked your video!  What microphone did you use, since I didn't hear any "room echo"?  And do you use CamStudio?

Also, who writes VS project files?  I have never written one!  I usually just create a directory level or two where a new "solution-project" will be and "unzip-explode" a bunch of source, ala bitcoin-0.8.6.zip or your bitcoinqtmsvc2012-32194.zip there and then "do" a "New Project from Existing Code",  name the project, which sometimes is the hardest part (!), and then only add directories that have sources I will use.  Then it is usual trivial, right-clicking a directory in the solution explorer and "Include In Project" or "Exclude From Project".  Set a few Preprocessor defines that are usually "*coin" specific, and that's about it Grin  Well a few "project" linker - Input - Additional Dependencies, again *coin specific, but that is for my videos Smiley

Ron