Michael Thayer
2012-Jul-25 14:28 UTC
[Wine] cl.exe from Visual C++ 10 unable to load mspdb100.dll
Hello, Before opening a bug report, I wanted to check whether this was a known issue (or user error). When trying to build certain files with Visual C++ 10, I get the following error: err:module:import_dll Library mspdb100.dll (which is needed by L"Z:\\home\\michael\\[...]\\vcc\\v10sp1\\bin\\x86_amd64\\cl.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\michael\\[...]\\vcc\\v10sp1\\bin\\x86_amd64\\cl.exe" failed, status c0000135 The complete command line which is being executed is: wine /home/michael/[...]/vcc/v10sp1/bin/x86_amd64/cl.exe -c -TC -c -nologo -Od -Zi -Zi -Zl -GR- -EHsc -GF -MD -W3 -wd4065 -wd4244 -wd4996 -Zc:wchar_t- -Oy- -WX -RTCsu [includes] [defines] -Fd/home/michael/[pdb file] -FD -Fo/home/michael/[obj file] \\home\\michael\\[C file] When I copy /home/michael/[...]/vcc/v10sp1/bin/mspdb100.dll to the current directory the command completes successfully. Many thanks. Regards, Michael Thayer -- ORACLE Deutschland B.V. & Co. KG Michael Thayer Werkstrasse 24 VirtualBox engineering 71384 Weinstadt, Germany mailto:michael.thayer at oracle.com Hauptverwaltung: Riesstr. 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Gesch?ftsf?hrer: J?rgen Kunz Komplement?rin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Astrid Kepper, Val Maher
L. Rahyen
2012-Jul-25 21:31 UTC
[Wine] cl.exe from Visual C++ 10 unable to load mspdb100.dll
On Wednesday 25 July 2012 16:28:20 Michael Thayer wrote:> err:module:import_dll Library mspdb100.dll (which is needed by > L"Z:\\home\\michael\\[...]\\vcc\\v10sp1\\bin\\x86_amd64\\cl.exe") not foundIt looks like mspdb100.dll is not in your path (this is why it helps when you put it in current directory). Also, it looks like this can happen even in Windows [1][2]. Please check these links and see if they help. [1] http://cboard.cprogramming.com/cplusplus-programming/140922-missing-mspdb100-dll.html [2] http://superuser.com/questions/175080/error-the-application-has-failed-to-start-because-mspdb100-dll-was-not-found
Michael Thayer
2012-Jul-26 08:56 UTC
[Wine] cl.exe from Visual C++ 10 unable to load mspdb100.dll
On 07/25/2012 11:31 PM, L. Rahyen wrote:> On Wednesday 25 July 2012 16:28:20 Michael Thayer wrote: >> err:module:import_dll Library mspdb100.dll (which is needed by >> L"Z:\\home\\michael\\[...]\\vcc\\v10sp1\\bin\\x86_amd64\\cl.exe") >> not found > It looks like mspdb100.dll is not in your path (this is why it helps > when you put it in current directory). Also, it looks like this can > happen even in Windows [1][2]. Please check these links and see if > they help. > > [1] http://cboard.cprogramming.com/cplusplus-programming/140922-missing-mspdb100-dll.html > >[2]http://superuser.com/questions/175080/error-the-application-has-failed-to-start-because-mspdb100-dll-was-not-found Thank you, that does seem to have fixed the problem - so user error indeed. Shame on me for jumping to conclusions about where the problem lay. Regards, Michael -- ORACLE Deutschland B.V. & Co. KG Michael Thayer Werkstrasse 24 VirtualBox engineering 71384 Weinstadt, Germany mailto:michael.thayer at oracle.com Hauptverwaltung: Riesstr. 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Gesch?ftsf?hrer: J?rgen Kunz Komplement?rin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Astrid Kepper, Val Maher