Okay so the source was written in German? Or you just have a German version of VS? Thats not cool.
But anyway, it is saying that you need a semicolon before your brackets on the 1st 8 errors from that picture. I cant tell where without seeing the lines of code but clearly the syntax is backwards to some degree. What language is the wallet written in? (machine language I mean)
i took the smartcoin source off github ofc, im from germany thats why my visual studio is german.
Alright, i atleast got the source loaded into visual studio, now im just down to missing some dependencies. I already attempted including the bn.h i got from a linux machine of mine without a change, continuing to test.
i dont, but i included the headerfiles of openssl and boost now, so those errors are gone, but now im getting actual code and syntaxerrors(its still compiling as im writing this). http://i.imgur.com/R0B7paI.png
Alright, i atleast got the source loaded into visual studio, now im just down to missing some dependencies. I already attempted including the bn.h i got from a linux machine of mine without a change, continuing to test.
It's not so easy compile program for windows, you need install some development suite like Microsoft Visual Studio and know how it works. It's much easier to compile linux program.
I actually got visual studio, i never compiled anything but .net though(i got the c++ additions), i will see what i can do(i doubt its much). Does anyone here atleast have the knowledge of what is needed to be done?