sgminer-dev / sgminer

Scrypt GPU miner
GNU General Public License v3.0
632 stars 826 forks source link

Error building sgminer 5_0 using VC 2012 #229

Closed Bllacky closed 10 years ago

Bllacky commented 10 years ago

I have been building sgminer for a long time using VC 2012.

With Sgminer 5.0 I get the following error: http://i57.tinypic.com/2nbg5y8.jpg

I also now need to add the following dlls to the sgminer folder: libeay32.dll ssleay32.dll

mrbrdo commented 10 years ago

It seems it was better with kernel-path.. Do you have blake.cl in C:\Users\S ilviu\Desktop\Release\kernel?

troky commented 10 years ago

check cbc22823dfb782eb7a4766807a7ed57802c9625d

It was all about trailing (back)slashes in include paths.

Bllacky commented 10 years ago

YES! Problem has been fixed! Thank you all!

Now I can test if @mrbrdo changes fixed the memory freezes.