can boinc app visit local system?

Message boards : API : can boinc app visit local system?
Message board moderation

To post messages, you must log in.

AuthorMessage
lanye

Send message
Joined: 7 Nov 08
Posts: 14
Australia
Message 21213 - Posted: 13 Nov 2008, 9:56:24 UTC

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!
ID: 21213 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 21303 - Posted: 17 Nov 2008, 13:18:09 UTC - in response to Message 21213.  

BOINC v6 runs science applications on a separate user account. You can't display anything on the screen.
ID: 21303 · Report as offensive
lanye

Send message
Joined: 7 Nov 08
Posts: 14
Australia
Message 21481 - Posted: 24 Nov 2008, 5:48:07 UTC - in response to Message 21303.  

what does anything mean? if i write some with boinc graphic api, can it be shown on the screen?
ID: 21481 · Report as offensive
lanye

Send message
Joined: 7 Nov 08
Posts: 14
Australia
Message 21645 - Posted: 6 Dec 2008, 0:52:04 UTC - in response to Message 21481.  

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!
ID: 21645 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 21783 - Posted: 13 Dec 2008, 23:47:26 UTC - in response to Message 21645.  

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.

ID: 21783 · Report as offensive

Message boards : API : can boinc app visit local system?

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.