| Info | Message |
|---|---|
| 1) Message boards : API : Problem with progress bar
Message 44859 Posted 13 Jul 2012 by GR4VE |
i use function boinc_fraction_done, but progress bar don't moved. |
| 2) Message boards : API : Problem with progress bar
Message 44842 Posted 12 Jul 2012 by GR4VE |
I write application for windows_x86_64 platform. But progress bar in BOINC manager don't working. In Boinc Tasks progress bar working succesfully. |
| 3) Message boards : Questions and problems : Libboincapi_staticcrt.lib
Message 44487 Posted 14 Jun 2012 by GR4VE |
Hello, i compiled "win_build". In release i found few *.lib files. What each file mean? glut32.lib image_libs.lib jpeglib.lib libboinc.lib libboinc_staticcrt.lib libboincapi_staticcrt.lib libboincopencl_staticcrt.lib libgraphics2.lib |
| 4) Message boards : Server programs : Unresolved External symbol
Message 44457 Posted 12 Jun 2012 by GR4VE |
Hi. I try compile "hello,world" program for BOINC project on my server. I use Windows 7 x64 Ultimate, Visual Studio 2011 Developer Preview. Source code: #include <stdio.h> #include <conio.h> #include <boinc_api.h> #include <boinc_win.h> int main() { boinc_init(); printf("Hello, World!\n"); boinc_finish(1); return 0; } Output: 1>------ Build started: Project: Hello, World!, Configuration: Debug Win32 ------ 1>Hello, World.obj : error LNK2019: unresolved external symbol _boinc_init referenced in function _main 1>Hello, World.obj : error LNK2019: unresolved external symbol _boinc_finish referenced in function _main 1>D:\TOP\Grid\Apps\Hello, World!\Debug\Hello, World!.exe : fatal error LNK1120: 2 unresolved externals ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |
Copyright © 2026 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.