Displaying 5 results from an estimated 5 matches for "assemblyidentity".
2010 Dec 04
1
Application Installation Error
...ifest file:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright ?? 1981-2001 Microsoft Corporation -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<noInheritable/>
<assemblyIdentity
type="win32"
name="Microsoft.VC80.CRT"
version="8.0.50608.0"
processorArchitecture="amd64"
publicKeyToken="1fc8b3b9a1e18e3b"
/>
<file name="msvcr80.dll"/>
<file name=&quo...
2009 Dec 08
28
wow runtime error, new with patch 3.3
this error occurs at the login screen. shortly after entering password, and hitting enter.
game worked prepatch. 3.2
microsoft visual C++ runtime library
Runtime error!
Program c:\program files\world of warcraft\wow.exe
R6034
An Application has made an attempt to load the C runtime library incorrectly.
Please contact the applications support team for more information.
thanks
2009 Nov 26
2
how can i use windows xp style in wxruby
sorry, i can''t open the page:
http://rubyonwindows.blogspot.com/2007/10/windows-xp-visual-style-controls-with.html
so, can anyone send the content to me? thinks very much
can put here or send me email: bencode@163.com
--
Posted via http://www.ruby-forum.com/.
2009 Mar 27
0
Wine release 1.1.18
...ed3d: Add a classic WGL pixel format backend as not all OpenGL implementations support WGL_ARB_pixel_format.
Roman Mindalev (3):
ntdll: Check for arch and name fields in assembly_identity structure.
ntdll: Free memory for type field of an assembly_identity.
ntdll: Move search for assemblyIdentity element.
Stefano Guidoni (1):
winemp3: Fixed mpeg3_streamsize.
Vincent Povirk (1):
gdiplus: Support line gradient brushes in GdipFillPath.
Vitaliy Margolen (1):
shell32: Fix number of returned arguments from CommandLineToArgvW with empty string.
William Waghorn (2):
msad...
2007 Jul 27
0
Wine release 0.9.42
...dependencies (based on a patch by Eric Pouech).
ntdll: Abstract the entity array type as we need it for assemblies too.
ntdll: Added manifest lookup in global winsxs directory (based on a patch by Jacek Caban).
ntdll: Skip xml comments in manifests.
ntdll: Cope with missing assemblyIdentity elements in manifests.
ntdll: Add support for optional flag in dependencies.
ntdll: Don't fail to load manifests that contain unknown elements or attributes.
ntdll: Add support for abbreviated empty elements in manifests.
gdi32/tests: Don't test default char, it does...