Visual C++ Express 2010 - Issues

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
InfyQuest
Newbie
Newbie
Posts: 1
Joined: Sat Nov 14, 2015 5:07 am

Visual C++ Express 2010 - Issues

Post by InfyQuest »

I upgraded my wine installation to 1.7.55 (manually compiled from git)
Have VC++ Express 2010 installed on my wine prefix.
Also installed dotnet20, dotnet40 and corefonts using winetricks
I cannot cannot convert old vc6 projects.
It seems there is a issue with path conversion and access in wine.
[vijay@DellArch cExample]$ wine ~/.wine/drive_c/Program\
Files/Microsoft\ Visual\ Studio\ 10.0/Common7/Tools/vcupgrade.exe
cExample.dsp
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
Microsoft (R) Visual C++ Project Convert Utility - Version 10.00.30319
Copyright (C) Microsoft Corporation. All rights reserved.

fixme:thread:SetThreadStackGuarantee (0x32f54c): stub
err:ole:CoInitializeEx Attempt to change threading model of this
apartment from apartment threaded to multi-threaded
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse
L"Microsoft.VisualStudio.Project.VisualC.VCProjectEngine"
fixme:shell:URL_ParseUrl failed to parse
L"Microsoft.VisualStudio.VCProjectEngine"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Configuration"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
fixme:nls:GetUserPreferredUILanguages stub: 0 0x32c6e0 (nil) 0x32c6dc
fixme:thread:GetThreadPreferredUILanguages 0, 0x32c6e0, (nil) 0x32c6dc
Converting project file 'Z:\home\vijay\Downloads\cExample\cExample.dsp'.
File 'Z:\home\vijay\Downloads\cExample\cExample.dsp' was not found.
fixme:process:FlushProcessWriteBuffers : stub
fixme:msvcrt:__clean_type_info_names_internal (0x10031e34) stub

How to solve this issue it cannot resolve the paths correctly
jhansonxi
Level 2
Level 2
Posts: 31
Joined: Sun Aug 09, 2009 3:12 pm

Re: Visual C++ Express 2010 - Issues

Post by jhansonxi »

Can you see "Z:\home\vijay\Downloads\cExample\cExample.dsp" using winefile?
Locked