[ 
https://issues.apache.org/jira/browse/STDCXX-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838517#action_12838517
 ] 

Sheldon Robinson commented on STDCXX-1046:
------------------------------------------

I went through the code using to the report (msg) method to trace execution 
points.
I found that it stop at AddPlatform, looked up AddPlatform on msdn where they 
said it was not implemented for Visual C++.  Commented it and out then had 
another error at AddConfiguration, googled found this problem 
http://social.msdn.microsoft.com/forums/en-US/vsx/thread/ebf65582-1014-4598-ad40-a46b7b2100ef.

If I remove those two lines, it creates bad solution and project files which 
are useless in Visual Studio.

Quick check, do the solution open in the IDE.

Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: VC Express

Microsoft Visual C++ 2008   91909-152-0000052-60723
Microsoft Visual C++ 2008

Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB945282)  
 KB945282
This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU.
If you later install a more recent service pack, this hotfix will be 
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945282.

Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB946040)  
 KB946040
This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU.
If you later install a more recent service pack, this hotfix will be 
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946040.

Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB946308)  
 KB946308
This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU.
If you later install a more recent service pack, this hotfix will be 
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946308.

Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB947540)  
 KB947540
This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU.
If you later install a more recent service pack, this hotfix will be 
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947540.

Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB947789)  
 KB947789
This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU.
If you later install a more recent service pack, this hotfix will be 
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947789.

Hotfix for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU (KB948127)  
 KB948127
This hotfix is for Microsoft Visual C++ 2008 Express Edition with SP1 - ENU.
If you later install a more recent service pack, this hotfix will be 
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/948127.

> Unable to generate Visual Studio solution and project files
> -----------------------------------------------------------
>
>                 Key: STDCXX-1046
>                 URL: https://issues.apache.org/jira/browse/STDCXX-1046
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build and Installation
>    Affects Versions: 4.2.2, 4.2.x, 4.3.x, 4.3.0, 5.0.0
>         Environment: Microsoft Visual C++ Express 9.0.30729.1 SP
> Microsoft Windows XP [Version 5.1.2600] SP3
> Windows Script Host Version 5.7
>            Reporter: Sheldon Robinson
>            Assignee: Farid Zaripov
>         Attachments: msvc-9.0slngen.log, scr-err-breakpoint.jpg, 
> scr-error-msg.jpg
>
>
> Fails on the following lines
> Line 337:  VCProject.AddPlatform(PLATFORM);
> method AddPlatform is not implement in Visual C++
> Suggestion:  remove
> Line 363:   VCProject.AddConfiguration(confNames[i]);
> method    AddConfiguration is not available under automation.  WScript fails.
> Suggestion: 
> 1.  Generate solution using application.
> or
> 2.  Change the a modern build system 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to