search for: roald

Displaying 3 results from an estimated 3 matches for "roald".

Did you mean: road
2008 Nov 29
2
Loginname - mapping
...d yes, I know that the best way is to start again and use virtual domains and get all into one naming standard, but unfortunately, that is not going to happen. The other alternative is of course to hack into the source code of atmail, but I am not that confident in PHP. Any ideas? -- Regards Roald Amundsen
2011 Oct 10
1
current directory setting at startup?
...to set the current directory before the executable is invoked. This would correspond with how a program is defined in progman.exe as well. It should not be necessary to make a script or write a batch file for each program. Or maybe I have missed an easy way to acheive this essential functionality? Roald
2011 Nov 20
2
DIBEngine: GetDIBits and BitBlt
I am trying to run a Windows app on Mac using Wineskin. The app uses the functions GetDIBits and BitBlt for the purpose of capturing a snapshot of the screen. The problem is that these functions seem to behave a little different with Wineskin than in Windows. For example: HBITMAP hbm; hbm = (HBITMAP) GetCurrentObject(bitmapDC, OBJ_BITMAP); GetDIBits(bitmapDC, hbm, 0, 0, NULL, (LPBITMAPINFO)