Displaying 6 results from an estimated 6 matches for "buildnumb".
Did you mean:
buildnum
2001 Dec 27
1
Running windows services, an IPC issue?
Hello all,
I am looking to run an win application on linux. The problem it that it is
two parts: a exe, which calls a dll (and runs fine) and a service that
accepts requests fron the dll and does things (generates labels).
the small program runs fine, i get a return code telling me that the
service isn't running.
but if i try to execute the service, i get:
[pattejam@cory server]$ wine
2012 Mar 14
1
max path length - ExcludeProfileDirs not sufficient - temporary profile
...standalone to the server ...
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogon]
"ParseAutoexec"="1"
"ExcludeProfileDirs"="Lokale Einstellungen;Temporary Internet Files;Verlauf;Temp;.vkbstandalone"
"BuildNumber"=dword:00000a28
That works - this path is not synced. Now the strange part:
Even though this path is not synced, windows complains about it cannot find the path and serves a temporary profile - WHY?!
This path is locally available.
snippets from config:
domain logons = Yes
workgroup = F...
2005 Feb 07
7
win32-driveinfo in CVS
...rivesInUse()
freelet = getFreeDriveLetters()
drivetype = getDriveType(''a'')
(volumeName,
volumeSerialNumber,
maximumComponentLength,
fileSystemName, attr) = getVolumeInfo(''g'').to_a
(majorVersion, minorVersion, buildNumber,
platformId, buildStr) = getVersionEx().to_a
# check is your CD-ROM loaded
aCDROM = getDrivesInUse().select {|x| getDriveType(x) == "CDROM" }[0]
aCD_inside = isReady(aCDROM)
Constants
=========
DriveInfo::VERSION
The current version of this package.
Dri...
2007 Aug 09
6
Problem on installing MS VM on wine
Hi folks,
Ubuntu 7.04 desktop
IEs4Linux
IE6
Download following packages on Internet;
msjavx86b3805.exe
MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe
I suppose "wine MSJavWU_8073687b82d41db93f4c2a04af2b34d.exe" is
upgrade.
On terminal:
$ WINEPREFIX="/home/satimis/.ies4linux/ie6" wine msjavx86b3805.exe
....
.....
Backtrace:
=>1 0x00be006e (0x0034fe18)
2 0x7bc3ac3d in
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------