Bitcoin Forum
May 31, 2024, 02:10:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 15, 2012, 08:06:50 PM
I did this, also installed 2.3 version of AMD APP SDK but i received the following exception at the debugger while trying to run with ATi card.

Unhandled exception at 0x74F3B760 (KernelBase.dll) in bitcoin-miner.exe: 0xC06D007E: Module not found (parameters: 0x0025EEDC).
22  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: September 13, 2012, 09:13:50 PM
@senseless
can you please upload the project somewhere and post the link?  Smiley
23  Bitcoin / Pools / Re: [605 GH] Eligius: Decentralized, 0Fee SMPPS, no reg, BTC+NMC on: September 05, 2012, 04:40:00 PM
Can someone explain what exactly is Extra Credit?
24  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.33 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: August 29, 2012, 04:00:57 PM
Yea i also compiled the 0.34 source, but it seems that the miner didn't work with ATI cards at all. I tried it with couple ot 5750's and 5730's and i get  eroor "This program has stopped working". With nVidia cards(GT540, GT555M, GTX560) there's no problem.
25  Bitcoin / Pools / Re: [605 GH] Eligius: Decentralized, 0Fee SMPPS, no reg, BTC+NMC on: August 29, 2012, 03:53:41 PM
when to expect the statistics to work?  Smiley
26  Bitcoin / Pools / Re: [605 GH] Eligius: Decentralized, 0Fee SMPPS, no reg, BTC+NMC on: August 23, 2012, 04:40:27 PM
is there a problem with the statistics?
27  Economy / Micro Earnings / Re: [Project Development] CoinWorker.com - earn bitcoin in your browser in minutes on: July 14, 2012, 10:34:25 PM
Can you please pay out my address though? 1 cent/task is the max right now, and that's not gonna happen.

Send me a DM with your CoinWorker login name (it doesn't seem to be 'nimda') and I'll see what I can do, if you're close to the threshold. I'll also be lowering the threshold soon, probably to 100 points, if that will help.

{Warge


Lowering the threshold to 100 points will be much better...With that 1 or 2 points per task it takes me around 2 weeks to get paid....
28  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: June 25, 2012, 02:55:27 PM
Hello,
can you post the latest source code of the miner   Smiley
29  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: June 18, 2012, 10:34:55 PM
Hi Smiley
which of the .dll files in Ufasoft Coin folder is needed to run properly the coin-miner.exe ?
30  Economy / Micro Earnings / Re: [Project Development] CoinWorker.com - earn bitcoin in your browser in minutes on: June 18, 2012, 07:48:45 PM
Hi,
is  there a problem with the payment system?
I have account with 200+ pending points but in two addresses /the last tasks i made was 6 hours ago/. Am i supposed to use only one address?
31  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.30 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: June 02, 2012, 01:25:22 PM
Can you please post a link to  the 0.31 version, because that on the first post i for Ufasoft Coin
32  Economy / Micro Earnings / Re: [Project Development] CoinWorker.com - earn bitcoin in your browser in minutes on: May 12, 2012, 02:18:52 PM
What's happening with the payment  Huh
33  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 07, 2012, 10:10:41 PM
Thanks !!!

The problem was at included .lib files!

Yesterday i included x64 versions of cuda.lib, OpenCL.lib , and now i tried with x86 and everything looks ok  Smiley
34  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 07, 2012, 04:40:53 PM
Quote from: ufasoft
Remove "exclude" attribute of all GPU-supporting files (some of them at "comp" branch).

Done that but still getting same errors Sad

You mean search Functions declarations in the internet, right? Because i didn't find them at the project files.
35  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 06, 2012, 11:27:14 PM
Thanks again Smiley

I sucessfully build /cpu/  miner after adding  util.cpp.

Now i set "Exclude from project" to false at the .cpp-s  in "GPU support" and i'm trying  to build it again Roll Eyes
I added all of the necessary  files from the  SDK-s but again, i received errors at the linker.


Code:
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: void __thiscall Ext::Gpu::CuEngine::Init(void)" (?Init@CuEngine@Gpu@Ext@@QAEXXZ) referenced in function "public: __thiscall Coin::CudaArchitecture::CudaArchitecture(void)" (??0CudaArchitecture@Coin@@QAE@XZ)
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: int __thiscall Ext::Gpu::CuDevice::GetAttribute(enum CUdevice_attribute_enum)" (?GetAttribute@CuDevice@Gpu@Ext@@QAEHW4CUdevice_attribute_enum@@@Z) referenced in function __catch$?FillDevices@CudaArchitecture@Coin@@UAEXAAVBitcoinMiner@2@@Z$0
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: class Ext::String __thiscall Ext::Gpu::CuDevice::get_Name(void)" (?get_Name@CuDevice@Gpu@Ext@@QAE?AVString@3@XZ) referenced in function __catch$?FillDevices@CudaArchitecture@Coin@@UAEXAAVBitcoinMiner@2@@Z$0
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: class Ext::Gpu::CuDevice __thiscall Ext::Gpu::CuEngine::GetDevice(int)" (?GetDevice@CuEngine@Gpu@Ext@@QAE?AVCuDevice@23@H@Z) referenced in function __catch$?FillDevices@CudaArchitecture@Coin@@UAEXAAVBitcoinMiner@2@@Z$0
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: int __thiscall Ext::Gpu::CuEngine::DeviceCount(void)" (?DeviceCount@CuEngine@Gpu@Ext@@QAEHXZ) referenced in function __catch$?FillDevices@CudaArchitecture@Coin@@UAEXAAVBitcoinMiner@2@@Z$0
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: class Ext::Gpu::CuKernel __thiscall Ext::Gpu::CuModule::GetFunction(class Ext::String const &)" (?GetFunction@CuModule@Gpu@Ext@@QAE?AVCuKernel@23@ABVString@3@@Z) referenced in function "public: __thiscall Coin::CudaTask::CudaTask(class Coin::GpuMiner &,class Ext::Gpu::CuEngine &,class Ext::Gpu::CuDevice const &)" (??0CudaTask@Coin@@QAE@AAVGpuMiner@1@AAVCuEngine@Gpu@Ext@@ABVCuDevice@45@@Z)
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: static class Ext::Gpu::CuModule __cdecl Ext::Gpu::CuModule::FromData(void const *)" (?FromData@CuModule@Gpu@Ext@@SA?AV123@PBX@Z) referenced in function "public: __thiscall Coin::CudaTask::CudaTask(class Coin::GpuMiner &,class Ext::Gpu::CuEngine &,class Ext::Gpu::CuDevice const &)" (??0CudaTask@Coin@@QAE@AAVGpuMiner@1@AAVCuEngine@Gpu@Ext@@ABVCuDevice@45@@Z)
1>miner-cuda.obj : error LNK2019: unresolved external symbol "void __cdecl Ext::Gpu::CuCheck(enum cudaError_enum)" (?CuCheck@Gpu@Ext@@YAXW4cudaError_enum@@@Z) referenced in function "public: __thiscall Coin::CudaTask::CudaTask(class Coin::GpuMiner &,class Ext::Gpu::CuEngine &,class Ext::Gpu::CuDevice const &)" (??0CudaTask@Coin@@QAE@AAVGpuMiner@1@AAVCuEngine@Gpu@Ext@@ABVCuDevice@45@@Z)
1>miner-cuda.obj : error LNK2001: unresolved external symbol _cuMemAlloc
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: class Ext::Gpu::CuContext __thiscall Ext::Gpu::CuDevice::CreateContext(unsigned int)" (?CreateContext@CuDevice@Gpu@Ext@@QAE?AVCuContext@23@I@Z) referenced in function "public: __thiscall Coin::CudaTask::CudaTask(class Coin::GpuMiner &,class Ext::Gpu::CuEngine &,class Ext::Gpu::CuDevice const &)" (??0CudaTask@Coin@@QAE@AAVGpuMiner@1@AAVCuEngine@Gpu@Ext@@ABVCuDevice@45@@Z)
1>miner-cuda.obj : error LNK2001: unresolved external symbol _cuMemFree
1>miner-cuda.obj : error LNK2001: unresolved external symbol _cuMemcpyDtoH
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: void __thiscall Ext::Gpu::CuKernel::Launch(int,int)" (?Launch@CuKernel@Gpu@Ext@@QAEXHH@Z) referenced in function "public: virtual void __thiscall Coin::CudaTask::Run(void)" (?Run@CudaTask@Coin@@UAEXXZ)
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: void __thiscall Ext::Gpu::CuKernel::SetBlockShape(int,int,int)" (?SetBlockShape@CuKernel@Gpu@Ext@@QAEXHHH@Z) referenced in function "public: virtual void __thiscall Coin::CudaTask::Run(void)" (?Run@CudaTask@Coin@@UAEXXZ)
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: void __thiscall Ext::Gpu::CuKernel::ParamSetSize(unsigned int)" (?ParamSetSize@CuKernel@Gpu@Ext@@QAEXI@Z) referenced in function "public: virtual void __thiscall Coin::CudaTask::Run(void)" (?Run@CudaTask@Coin@@UAEXXZ)
1>miner-cuda.obj : error LNK2019: unresolved external symbol "public: void __thiscall Ext::Gpu::CuKernel::ParamSetv(int,void *,unsigned int)" (?ParamSetv@CuKernel@Gpu@Ext@@QAEXHPAXI@Z) referenced in function "public: virtual void __thiscall Coin::CudaTask::Run(void)" (?Run@CudaTask@Coin@@UAEXXZ)
1>miner-cuda.obj : error LNK2001: unresolved external symbol _cuMemcpyHtoD
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetPlatformIDs@12 referenced in function "public: static class std::vector<class Ext::Cl::Platform,class std::allocator<class Ext::Cl::Platform> > __cdecl Ext::Cl::Platform::GetAll(void)" (?GetAll@Platform@Cl@Ext@@SA?AV?$vector@VPlatform@Cl@Ext@@V?$allocator@VPlatform@Cl@Ext@@@std@@@std@@XZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetPlatformInfo@20 referenced in function "public: class Ext::String __thiscall Ext::Cl::Platform::get_Vendor(void)const " (?get_Vendor@Platform@Cl@Ext@@QBE?AVString@3@XZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetDeviceIDs@24 referenced in function "public: class std::vector<class Ext::Cl::Device,class std::allocator<class Ext::Cl::Device> > __thiscall Ext::Cl::Platform::GetDevices(unsigned __int64)const " (?GetDevices@Platform@Cl@Ext@@QBE?AV?$vector@VDevice@Cl@Ext@@V?$allocator@VDevice@Cl@Ext@@@std@@@std@@_K@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetDeviceInfo@20 referenced in function "public: class Ext::Blob __thiscall Ext::Cl::Device::GetInfo(unsigned int)const " (?GetInfo@Device@Cl@Ext@@QBE?AVBlob@3@I@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetEventInfo@20 referenced in function "public: enum Ext::Cl::enum_ExecutionStatus::E __thiscall Ext::Cl::Event::get_Status(void)" (?get_Status@Event@Cl@Ext@@QAE?AW4E@enum_ExecutionStatus@23@XZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clSetEventCallback@16 referenced in function "public: void __thiscall Ext::Cl::Event::SetCallback(void (__stdcall*)(struct _cl_event *,int,void *),void *)" (?SetCallback@Event@Cl@Ext@@QAEXP6GXPAU_cl_event@@HPAX@Z1@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clWaitForEvents@8 referenced in function "void __cdecl Ext::Cl::Wait(class Ext::Cl::Event const &)" (?Wait@Cl@Ext@@YAXABVEvent@12@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clEnqueueNDRangeKernel@36 referenced in function "public: class Ext::Cl::Event __thiscall Ext::Cl::CommandQueue::Enqueue(class Ext::Cl::Kernel const &,class Ext::Cl::NDRange const &)" (?Enqueue@CommandQueue@Cl@Ext@@QAE?AVEvent@23@ABVKernel@23@ABVNDRange@23@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clEnqueueTask@20 referenced in function "public: class Ext::Cl::Event __thiscall Ext::Cl::CommandQueue::Enqueue(class Ext::Cl::Kernel const &)" (?Enqueue@CommandQueue@Cl@Ext@@QAE?AVEvent@23@ABVKernel@23@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clEnqueueReadBuffer@36 referenced in function "public: class Ext::Cl::Event __thiscall Ext::Cl::CommandQueue::EnqueueRead(class Ext::Cl::Buffer const &,void *,unsigned int)" (?EnqueueRead@CommandQueue@Cl@Ext@@QAE?AVEvent@23@ABVBuffer@23@PAXI@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clEnqueueWriteBuffer@36 referenced in function "public: class Ext::Cl::Event __thiscall Ext::Cl::CommandQueue::EnqueueWrite(class Ext::Cl::Buffer const &,void const *,unsigned int)" (?EnqueueWrite@CommandQueue@Cl@Ext@@QAE?AVEvent@23@ABVBuffer@23@PBXI@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clEnqueueMarker@8 referenced in function "public: class Ext::Cl::Event __thiscall Ext::Cl::CommandQueue::EnqueueMarker(void)" (?EnqueueMarker@CommandQueue@Cl@Ext@@QAE?AVEvent@23@XZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clEnqueueBarrier@4 referenced in function "public: void __thiscall Ext::Cl::CommandQueue::EnqueueBarrier(void)" (?EnqueueBarrier@CommandQueue@Cl@Ext@@QAEXXZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clCreateContext@24 referenced in function "public: void __thiscall Ext::Cl::Context::Create(class std::map<int,int,struct std::less<int>,class std::allocator<struct std::pair<int const ,int> > > const &,class Ext::Cl::Device const &)" (?Create@Context@Cl@Ext@@QAEXABV?$map@HHU?$less@H@std@@V?$allocator@U?$pair@$$CBHH@std@@@2@@std@@ABVDevice@23@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clCreateContextFromType@24 referenced in function "public: void __thiscall Ext::Cl::Context::CreateFromType(class std::map<int,int,struct std::less<int>,class std::allocator<struct std::pair<int const ,int> > > const &,unsigned __int64)" (?CreateFromType@Context@Cl@Ext@@QAEXABV?$map@HHU?$less@H@std@@V?$allocator@U?$pair@$$CBHH@std@@@2@@std@@_K@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clCreateCommandQueue@20 referenced in function "public: class Ext::Cl::CommandQueue __thiscall Ext::Cl::Context::CreateCommandQueue(class Ext::Cl::Device const &,unsigned __int64)" (?CreateCommandQueue@Context@Cl@Ext@@QAE?AVCommandQueue@23@ABVDevice@23@_K@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clCreateBuffer@24 referenced in function "public: class Ext::Cl::Buffer __thiscall Ext::Cl::Context::CreateBuffer(void *,unsigned int,unsigned __int64)" (?CreateBuffer@Context@Cl@Ext@@QAE?AVBuffer@23@PAXI_K@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetContextInfo@20 referenced in function "public: class std::vector<class Ext::Cl::Device,class std::allocator<class Ext::Cl::Device> > __thiscall Ext::Cl::Context::get_Devices(void)const " (?get_Devices@Context@Cl@Ext@@QBE?AV?$vector@VDevice@Cl@Ext@@V?$allocator@VDevice@Cl@Ext@@@std@@@std@@XZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clCreateProgramWithSource@20 referenced in function "public: void __thiscall Ext::Cl::Program::CreateFromSources(class Ext::Cl::Context &,class std::vector<class Ext::String,class std::allocator<class Ext::String> > const &)" (?CreateFromSources@Program@Cl@Ext@@QAEXAAVContext@23@ABV?$vector@VString@Ext@@V?$allocator@VString@Ext@@@std@@@std@@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clCreateProgramWithBinary@28 referenced in function "public: static class Ext::Cl::Program __cdecl Ext::Cl::Program::FromBinary(class Ext::Cl::Context &,class Ext::Cl::Device const &,struct Ext::ConstBuf const &)" (?FromBinary@Program@Cl@Ext@@SA?AV123@AAVContext@23@ABVDevice@23@ABUConstBuf@3@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetProgramBuildInfo@24 referenced in function "public: void __thiscall Ext::Cl::Program::Build(class Ext::Cl::Device &)" (?Build@Program@Cl@Ext@@QAEXAAVDevice@23@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clBuildProgram@24 referenced in function "public: void __thiscall Ext::Cl::Program::Build(class Ext::Cl::Device &)" (?Build@Program@Cl@Ext@@QAEXAAVDevice@23@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clCreateKernel@12 referenced in function "public: class Ext::Cl::Kernel __thiscall Ext::Cl::Program::CreateKernel(class Ext::String const &)" (?CreateKernel@Program@Cl@Ext@@QAE?AVKernel@23@ABVString@3@@Z)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clGetProgramInfo@20 referenced in function "public: class std::vector<struct Ext::Cl::ProgramBinary,class std::allocator<struct Ext::Cl::ProgramBinary> > __thiscall Ext::Cl::Program::get_Binaries(void)" (?get_Binaries@Program@Cl@Ext@@QAE?AV?$vector@UProgramBinary@Cl@Ext@@V?$allocator@UProgramBinary@Cl@Ext@@@std@@@std@@XZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clReleaseEvent@4 referenced in function "public: __thiscall Ext::ResourceWrapper<struct _cl_event *>::~ResourceWrapper<struct _cl_event *>(void)" (??1?$ResourceWrapper@PAU_cl_event@@@Ext@@QAE@XZ)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clReleaseEvent@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clReleaseMemObject@4 referenced in function "public: __thiscall Ext::ResourceWrapper<struct _cl_mem *>::~ResourceWrapper<struct _cl_mem *>(void)" (??1?$ResourceWrapper@PAU_cl_mem@@@Ext@@QAE@XZ)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clReleaseMemObject@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clReleaseCommandQueue@4 referenced in function "public: __thiscall Ext::ResourceWrapper<struct _cl_command_queue *>::~ResourceWrapper<struct _cl_command_queue *>(void)" (??1?$ResourceWrapper@PAU_cl_command_queue@@@Ext@@QAE@XZ)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clReleaseCommandQueue@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clReleaseContext@4 referenced in function "public: __thiscall Ext::ResourceWrapper<struct _cl_context *>::~ResourceWrapper<struct _cl_context *>(void)" (??1?$ResourceWrapper@PAU_cl_context@@@Ext@@QAE@XZ)
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clReleaseKernel@4 referenced in function "public: __thiscall Ext::ResourceWrapper<struct _cl_kernel *>::~ResourceWrapper<struct _cl_kernel *>(void)" (??1?$ResourceWrapper@PAU_cl_kernel@@@Ext@@QAE@XZ)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clReleaseKernel@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clReleaseProgram@4 referenced in function "public: __thiscall Ext::ResourceWrapper<struct _cl_program *>::~ResourceWrapper<struct _cl_program *>(void)" (??1?$ResourceWrapper@PAU_cl_program@@@Ext@@QAE@XZ)
1>bitcoin-gpu.obj : error LNK2001: unresolved external symbol _clReleaseProgram@4
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clReleaseProgram@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clRetainEvent@4 referenced in function "public: class Ext::ResourceWrapper<struct _cl_event *> & __thiscall Ext::ResourceWrapper<struct _cl_event *>::operator=(class Ext::ResourceWrapper<struct _cl_event *> const &)" (??4?$ResourceWrapper@PAU_cl_event@@@Ext@@QAEAAV01@ABV01@@Z)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clRetainEvent@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clRetainMemObject@4 referenced in function "public: class Ext::ResourceWrapper<struct _cl_mem *> & __thiscall Ext::ResourceWrapper<struct _cl_mem *>::operator=(class Ext::ResourceWrapper<struct _cl_mem *> const &)" (??4?$ResourceWrapper@PAU_cl_mem@@@Ext@@QAEAAV01@ABV01@@Z)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clRetainMemObject@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clRetainCommandQueue@4 referenced in function "public: class Ext::ResourceWrapper<struct _cl_command_queue *> & __thiscall Ext::ResourceWrapper<struct _cl_command_queue *>::operator=(class Ext::ResourceWrapper<struct _cl_command_queue *> const &)" (??4?$ResourceWrapper@PAU_cl_command_queue@@@Ext@@QAEAAV01@ABV01@@Z)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clRetainCommandQueue@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clRetainKernel@4 referenced in function "public: class Ext::ResourceWrapper<struct _cl_kernel *> & __thiscall Ext::ResourceWrapper<struct _cl_kernel *>::operator=(class Ext::ResourceWrapper<struct _cl_kernel *> const &)" (??4?$ResourceWrapper@PAU_cl_kernel@@@Ext@@QAEAAV01@ABV01@@Z)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clRetainKernel@4
1>ext-opencl.obj : error LNK2019: unresolved external symbol _clRetainProgram@4 referenced in function "public: class Ext::ResourceWrapper<struct _cl_program *> & __thiscall Ext::ResourceWrapper<struct _cl_program *>::operator=(class Ext::ResourceWrapper<struct _cl_program *> const &)" (??4?$ResourceWrapper@PAU_cl_program@@@Ext@@QAEAAV01@ABV01@@Z)
1>miner-opencl.obj : error LNK2001: unresolved external symbol _clRetainProgram@4
1>miner-opencl.obj : error LNK2019: unresolved external symbol _clSetKernelArg@16 referenced in function "public: virtual void __thiscall Coin::OpenclTask::Run(void)" (?Run@OpenclTask@Coin@@UAEXXZ)
1>miner-opencl.obj : error LNK2019: unresolved external symbol _clFlush@4 referenced in function "public: void __thiscall Ext::Cl::CommandQueue::Flush(void)" (?Flush@CommandQueue@Cl@Ext@@QAEXXZ)
1>C:\ufasoft_bitcoin-miner-0.29\Debug\bitcoin-miner.exe : fatal error LNK1120: 54 unresolved externals
36  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 06, 2012, 08:33:34 PM
Thanks for the answer!

I replace the above code but now i get the following errors


1>miner.obj : error LNK2019: unresolved external symbol "class Ext::Blob __cdecl Coin::CalcSha256Midstate(struct Ext::ConstBuf const &)" (?CalcSha256Midstate@Coin@@YA?AVBlob@Ext@@ABUConstBuf@3@@Z) referenced in function "public: static class Coin::BitcoinWorkData __cdecl Coin::BitcoinWorkData::FromJson(class Ext::String const &,enum Coin::enum_HashAlgo::E)" (?FromJson@BitcoinWorkData@Coin@@SA?AV12@ABVString@Ext@@W4E@enum_HashAlgo@2@@Z)

>ufasoft_bitcoin-miner-0.29\Debug\bitcoin-miner.exe : fatal error LNK1120: 1 unresolved externals

I'll be very thankful if you help me!
37  Other / CPU/GPU Bitcoin mining hardware / Re: Ufasoft Miner 0.28 - Windows/Linux, x86/x64, SSE2/OpenCL/CUDA, Open Source on: May 06, 2012, 10:21:08 AM
Hello,

I'm trying to compile ufasoft with VS 2010, but i get the following error

\ufasoft_bitcoin-miner-0.29\el/libext.h(107): fatal error C1083: Cannot open include file: 'sys/cdefs.h': No such file or directory


can somebody tell me how to solve that?
38  Other / Beginners & Help / Re: BitCoin miner for Android? on: May 05, 2012, 01:49:01 PM
I want to try on my galaxy s2
39  Other / Beginners & Help / Re: What do you use Bitcoins for? on: May 05, 2012, 01:46:19 PM
I turn them into euros Cheesy
40  Economy / Micro Earnings / Re: [Project Development] CoinWorker.com - earn bitcoin in your browser in minutes on: May 05, 2012, 01:45:19 PM
Cool project! I earn my first 200 points yesterday Smiley
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!