Post
Topic
Board Mining (Altcoins)
Re: [ANN] New Improved altcoin CPU miner with support for AES-NI
by
joblo
on 13/01/2016, 23:01:38 UTC
I'm having some difficulty compiling on Windows with VS community 2015.

If there is anyone who can help it will speed up Windows support.

I editted  cpuminer.vcxprog with a text editor, not VS's built in editor.
I modelled the changes based on the sources list in Makefile.am,
but I really have no idea what I'm doing.

I added a bunch of entries to this list:

Code:
     Full
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
                   <------- error here
    
    
    

I get the following error.: The attribute "Include" in element   is unrecognized. I've shuffled
the order of the list and it errors on a different file everytime but the same line number.

Any ideas welcome.