search for: aleroot

Displaying 5 results from an estimated 5 matches for "aleroot".

Did you mean: roleroot
2011 Jan 13
3
Wine app, can use Linux Java (JNI)?
I have a windows application that use Java virtual machine through JNI for run this application i've installed also JRE on Wine. The application works well but is there a way to use the Java virtual machine installed on Linux machine instead of JVM installed in wine ?
2011 Jan 14
1
Change/Hide Mouse cursor in Wine app
I'm running a windows app on wine under Ubuntu Linux, i've changed the mouse cursore theme in ubuntu but this change isn't reflected on wine app . Is there a way to change the default mouse pointer theme in a wine app ? Is there a way to hide the mouse cursor in a wine app ?
2011 Jan 31
1
get unique code identifier for computer (license key calc)
I've developed a windows application, that on windows get the hard disk number for generating a code number, with this number i've a keygen that generate a validation key for activate the program. This application runned on wine return always the same code because the hard disk number is the same for wine. How can i generate a valide unique code for the computer where application run
2011 Feb 02
2
Launch a native application from wine app (system call)
I've developed a Windows Application that can run on Linux under wine, this application can run other program by a system call, can i call a Linux native application from a system call inside the windows wine app ? How can i do it ? Thanks
2011 Aug 18
0
Re: Change/Hide Mouse cursor in Wine app
Is there a way to change the default mouse pointer theme in a wine app ? No, Wine always uses it's own pointer icon(s). The code that deals with user set cursors is not implemented (SPI_SETCURSORS). aleroot wrote: Is there a way to hide the mouse cursor in a wine app ? Not by the user. Applications have to do it.