Displaying 9 results from an estimated 9 matches for "getversionex".
2004 Dec 10
1
Modification for mkmf
...I realize there are possible scenarios where this won''t quite work (see
the example they discuss near the bottom of the link I provided). In
such cases, it would be up to the extension writer to set $CPPFLAGS
accordingly.
Optionally, the WMI + OLE code could be replaced with WIN32API +
GetVersionEx().
What do you think?
Dan
2010 Feb 11
2
Errors running BiblePro and BibleStudyPro on today's Git
All:
I get the following error when attempting to start these programs which
rely on .NET 2.0:
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
Unhandled Exception: System.InvalidOperationException: OSVersion's call
to GetVersionEx failed.
at System.Environment.get_OSVersion()
at System.Globalization.TextInfo.GetNativeTextInfo(Int32 cultureID)
at System.Globalization.TextInfo.get_InvariantNativeTextInfo()
at System.String.Compare(String strA, Int32 indexA, String strB,
Int32 indexB, Int32 length, StringComparison...
2010 Feb 12
1
[Fwd: Re: Errors running BiblePro and BibleStudyPro on today's Git]
...PM
>> To: wine-users at winehq.org
>> Subject: [Wine] Re: Errors running BiblePro and BibleStudyPro on today's Git
>>
>>
>> James McKenzie wrote:
>>
>>> Unhandled Exception: System.InvalidOperationException: OSVersion's call
>>> to GetVersionEx failed.
>>>
>> Can you look at +ver debug channel it might show what's going on.
>>
>>
It is really my day to be stupid. I forgot that I used a WINEPREFIX. I
guess I'll have to try it there...
James McKenzie
2005 Feb 07
7
win32-driveinfo in CVS
...tters()
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.
DriveInfo::FS_CASE_IS_PRESERVED
DriveInfo:...
2004 Aug 13
4
(PR#7163) Install packages does not work on Win2003 serv er
> -----Original Message-----
> From: Uwe Ligges [SMTP:ligges@statistik.uni-dortmund.de]
> Sent: Thursday, August 12, 2004 5:38 PM
> To: Walke, Rainer
> Cc: R-devel
> Subject: Re: [Rd] (PR#7163) Install packages does not work on Win2003
> server
>
> Walke, Rainer wrote:
>
> > >a) It works for me.
> > >b) If it works for you on some Windows
2011 Apr 08
0
Wine release 1.2.3
...non-x86.
wineboot: Relaunch the 64-bit version of wineboot on Wow64.
winecfg: Relaunch the 64-bit version of winecfg on Wow64.
winecfg: Set Wow64 registry keys as well as the 64-bit ones for version information.
krnl386: Fetch version from the PEB to avoid potentially using GetVersionEx before it's initialized.
loader: Make sure the new stack is 16-byte aligned in the preloader.
wpp: Line and column numbers must start at one.
advapi32: Fix array size construct that gcc doesn't like.
libwine: Fix handling of null character in vsnprintfW for %c format...
2009 May 24
27
How can I detect WINE from my program
How can I detect WINE from my program, or detect Linux, in other wors how can I detect that OS is not Windows.
BOOL WINAPI GetVersionEx(LPOSVERSIONINFO lpVersionInfo) returns that OS is Vista :D
[Question]
2010 Dec 24
0
Wine release 1.3.10
...he environment variables that vary across 32-bit/64-bit/Wow64.
wine.inf: Don't set the ProgramFiles environment variables through the registry.
ntdll: Ensure alignment of static TLS data and free it at thread exit.
krnl386: Fetch version from the PEB to avoid potentially using GetVersionEx before it's initialized.
winex11: Store information needed for the info balloon in the tray icon structure.
winex11: Add support for displaying system tray notification balloons.
winex11: Potentially update the system tray notification position when any foreign window is moved...
2020 Mar 27
0
Wine release 5.5
...ng interpretion.
jscript: Create separate script dispatches for each named item.
include/winnt: Add more ACTCTX_COMPATIBILITY_ELEMENT_TYPE definitions and fix typo.
ntdll: Store the default process activation context into the PEB.
kernelbase: Implement compatibility mode for GetVersionEx.
kernelbase: Implement compatibility mode for GetVersion.
kernel32: Implement compatibility mode for VerifyVersionInfo.
vbscript: Retrieve the vbscode context from the named item directly.
vbscript: Retrieve the item's dispatch in a helper function.
vbscript: Imple...