Fora

Manque MFC40.DLL

Autor Odpowiedzi
altair2010 Friday 13 June 2008 at 19:40
altair2010Anonymous

Bonjour,

je souhaite faire un lanceur pour StaUml.

Mais pour ça il faut que j'utilse winetricks pour avoir une DLL manquante.

Comment je peux faire ?

You have to install MSXML first (for me v4.0 SP2), then install StarUML and run it using the command line : winedlloverrides=msxml13=n wine "/home/VOTRE_USER/.wine/drive_c/Program Files/StarUML/StarUML.exe" You can also add msxml3 (DLL Override) in winecfg. (MSXML includes mfc42 and msxml* dlls)

Cytuj


2.7. My app won't run, and says it needs MFC40.DLL

Cytuj


See "How can I get a copy of some runtime library?" above. You can install MFC40.DLL by running winetricks and selecting mfc40.

http://wiki.winehq.org/winetricks

Cytuj
altair2010 Thursday 19 June 2008 at 19:22
altair2010Anonymous

Allo ????

personne pour un dll manquant ?
Zoloom Thursday 19 June 2008 at 20:49
ZoloomAnonymous

Salut,

http://www.dll-files.com/dllindex/dll-files.shtml?mfc40 ? C'est ce qu'il te faut ?

altair2010 Saturday 21 June 2008 at 11:32
altair2010Anonymous

Et je doit utiliser quoi comme commande dans mon script d'installation pour installer ce dll au bon endroit ?
altair2010 Saturday 21 June 2008 at 14:14
altair2010Anonymous

C'est bon j'ai trouvé

# Prepare
cd "$REPERTOIRE/tmp/"

# Winetricks
download "Download MSXML3 and MFC42.dll..." "http://www.kegel.com/wine/winetricks" "Download Winetricks, MSXML3, MFC42.dll" $STEP $STEP_COUNT 0 "download.png" 0 0

# MSXML3 and MFC42.dll
sh "$REPERTOIRE/tmp/winetricks" -q msxml3 mfc42

# Clean
rm "$REPERTOIRE/tmp/winetricks"
Jesteś tutaj: Index > PlayOnLinux > Manque MFC40.DLL