Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source
by
Flowz
on 24/10/2013, 16:23:58 UTC
How would one go about adding them in the RCDATA?
You should have following lines in the .rc file:
Code:
PHATK.CL                RCDATA            "phatk.cl"
SCRYPT.CL RCDATA "scrypt.cl"

Hi,
I extracted the other RCData component (PHATK.PTX, and BTC.IL and BTC-EVERGREEN.IL) from a binary you built, with Resource Hacker.
I then saved them under the correct names (found in resource.h) and added them to the project.
I suppose this isn't the correct way of doing it but it should work right?

Also, when looking over phatk.ptx (CUDA) I noticed a lot of local paths! Do these have to be present on the computer?

Thanks a lot!