http://bugs.winehq.org/show_bug.cgi?id=32562
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #7 from Damjan Jovanovic damjan.jov@gmail.com --- With bug 51345 finally fixed, the latest Wine git can successfully install Visual Studio 2005 (with "winetricks vc2005trial"). After Visual Studio is started, most project types can be created successfully:
- "Visual Basic" projects can be created successfully. - "Visual C#" projects can be created successfully. - "Visual J#" projects can be created successfully. - "Distributed System Solutions" -> "Distributed System" projects can be created successfully. - "Other Project Types" -> "Setup and Deployment" -> "Setup Project" can be created successfully. - "Test Projects" -> "Test Documents" -> "Test Project" can be created successfully.
and there is nothing logged from "jscript" when creating the above project types.
However, the "Visual C++" project type is still broken, possibly in a different way - the IDE bottom left status message is "Creating project 'abc'... project creation successful.", but nothing is created on disk or opened up in the IDE, and all I see logged from jscript is:
---snip--- 0144:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001 0144:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002 0144:fixme:jscript:JScript_QueryInterface (2106F7F0)->({51973c10-cb0c-11d0-b5c9-00a0244a0e7a} 08F438C4) 0144:fixme:jscript:JScript_SetScriptState unimplemented state 3 ---snip---
and it never calls JScript_AddTypeLib.