search for: mfc42d

Displaying 4 results from an estimated 4 matches for "mfc42d".

Did you mean: mfc42
2005 Jun 19
1
Unable to open file msvcrtd.dll-wXxWlU.spec.c
...265 0x4066fd88 (_end+0x1018cc): 0200: sel=1007 base=4002c000 limit=00001f83 32-bit rw- Backtrace: =>0 0x4068605c (__wine_unimplemented+0x5c [msvcrtd.dll-wXxWlU.spec.c] in MSVCRTD.DLL) (ebp=4066fd9c) 1 0x4068608c (MSVCRTD.DLL._CrtCheckMemory+0x24 in MSVCRTD.DLL) (ebp=4066fdcc) 2 0x5f4273f7 (MFC42D.DLL.1047+0x9 in MFC42D.DLL) (ebp=4066fdd4) 3 0x5f43917d (MFC42D.DLL.3827+0x1da in MFC42D.DLL) (ebp=4066fdfc) 4 0x5f439c0a (MFC42D.DLL.3826+0x22 in MFC42D.DLL) (ebp=4066fe20) 5 0x5f438e08 (MFC42D.DLL.4409+0x6a in MFC42D.DLL) (ebp=4066fe48) 6 0x5f439ad4 (MFC42D.DLL.4408+0x3a in MFC42D.DLL) (e...
2012 Mar 01
7
Missing .DLL
I am trying to run a .exe from a C++ program i found online and wine tells me that I am missing 2 .dll files which i then download and throw into the folder with the .exe. I then get the error err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered err:ole:CoGetClassObject class {102225e5-ea25-11d3-886e-00105a154a4d} not registered err:ole:CoGetClassObject no class
2009 Feb 25
1
Might have a COM+ issue
...files) In order to register the COM i needed to add windows files to Wines' system32 folder, i also added files that dependencyWalker suggested: * MSVCP60D * msvcr71 * msvcp71 * mfc71deu * mfc71fra * mfc71jpn * mfc71chs * mfc71cht * mfc71esp * mfc71ita * mfc71enu * mfc71kor * mfc71u * mfc71 * mfc42d * mfcn42d * mfco42d * xpsp2res * msctfime.ime * asyncfilt * clbcatq * comres * hnetcfg * imm32 * mfc42 * mpr * msctf * msvbvm60 * msvcp60 * secur32 * uxtheme * ws2help * wshtcpip * mswsock * vbscript to those with a keen eye, you may notice that some of the files i copied are built-in to Wine. I d...
2001 Jun 18
0
Win32 Project Files and SDK Question and Patch
...in your path or in the same directory as the applicaton is, which is often a problem, when you want to test a debug build and a release build at the same time. I therefore recomment adding a suffix "d" to the DLL names, just like Microsoft does too e.g. mfc42.dll for the release build and mfc42d.dll for the debug build. Fix: append a "d" to the debug build DLLs. 3. The PDB files are not part of the SDK Problem: So the SDK doesn't contain the debug symbols. This makes an extra debug version fairly useless, because you can't use the debugger to step into the Ogg/Vorbis c...