Displaying 2 results from an estimated 2 matches for "mfco42d".
Did you mean:
mfc42d
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
...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 didn't realise at...