How would one go about adding them in the RCDATA?
You should have following lines in the .rc file:
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!