Message boards : API : can boinc app visit local system?
Message board moderation
Author | Message |
---|---|
Send message Joined: 7 Nov 08 Posts: 14 |
i want to create a boinc application to visit the local OS. such as visit the windows register to get some information and give a MessageBox to the local user. and i write an application as usual c++ application. the application works well in local machine. but when i put it on the boinc server ( i download the image form the web), the application can be download in the boinc client and executed. but the messagebox do not appear. i do not know is this the application problem or some options in the config.xml need to be set( i create the app use the uppercase). can any one tell me ? thanks a lot! |
Send message Joined: 19 Jan 07 Posts: 1179 |
BOINC v6 runs science applications on a separate user account. You can't display anything on the screen. |
Send message Joined: 7 Nov 08 Posts: 14 |
what does anything mean? if i write some with boinc graphic api, can it be shown on the screen? |
Send message Joined: 7 Nov 08 Posts: 14 |
actually, there is not any window. so if available, can you tell me how to create such a graphic application by using the example uc2_graphics.cpp form the create project and configuration. i think if the system is avalibale, it should be the problem of the the process i do it. thanks a lot! |
Send message Joined: 19 Jan 07 Posts: 1179 |
You can't show graphics when you want to. Particularly not a MessageBox. The uc_graphics stuff you found is for screensaver graphics, to be shown when the user asks for them. |
Copyright © 2024 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.