Page 2 of 4

PostPosted: Wed Dec 26, 2007 12:19 pm
by Antonio Linares
The "Microsoft Visual Studio 2008 Shell (integrated mode) Redistributable Package" properly installs and execute without the licence error

http://www.microsoft.com/downloads/deta ... laylang=en

PostPosted: Wed Dec 26, 2007 12:24 pm
by nageswaragunupudi
So it seems in the near future we would be developing our favourite FWH / (x)Harbour applications from VisualStudio IDE :)

PostPosted: Thu Dec 27, 2007 1:38 am
by Rick Lipkin
Antonio

I am trying to follow along and duplicate your install .. I think I took the links out of sequence ..

1) Downloaded and installed the redistributal shell ( integrated mode ) .. last link you posted
2) then the VS 2008 sdk v1


Upon starting the sdk install it told me I had to ( already ) have the VS studio 2008 Standard edition ..

Tell me what you did and how you got your package of links to load properly ??

Rick Lipkin

PostPosted: Thu Dec 27, 2007 6:22 am
by Otto
Hello Rick,
First I installed vs_ideredist.exe. This makes a exe file in a new directory.
Then I installed this exe from this new directory: vside.enu.exe.
Takes some time and I think I had to start this exe twice.
First the exe installs framework.
Thirdly I run the VsSDK_sfx.exe.
Regards,
Otto

PostPosted: Thu Dec 27, 2007 8:54 am
by Antonio Linares
Rick,

Please do as Otto tells you, and then try to run Visual Studio once installed:
c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe

PostPosted: Thu Dec 27, 2007 9:14 am
by Otto
Hello Antonio,
what are your tests with VSX say? Do you think this could be a solution?
Best regards,
Otto

PostPosted: Thu Dec 27, 2007 10:20 am
by Antonio Linares
Otto,

Its very powerfull, but very complex also :-) But I don't worry about that.

My worries are that I have already detected an important bug, that I plan to report to Microsoft and hopefully they may fix it soon. I may be wrong and it may not be a bug but something that need some extra work:

I create a dialogbox and select to save it as a RC file from the main pulldown menu, and it does not get saved as a RC. Instead it saves it as a RCT file again

PostPosted: Thu Dec 27, 2007 10:25 am
by Antonio Linares
Image

PostPosted: Thu Dec 27, 2007 10:29 am
by Antonio Linares
See that I select to save it as a RC file, but it tries and saves it as a RCT file!
Image

PostPosted: Thu Dec 27, 2007 1:48 pm
by Rick Lipkin
Otto and Antonio

I will try again tonight with the install .. just curious on the Windows forms editor .. did you try to edit or open a legacy form ( .rc ) and see what VS will do with it ??

Rick Lipkin

PostPosted: Thu Dec 27, 2007 2:32 pm
by Antonio Linares
Rick,

Its opening the RC files as text files, not as resources. Though curiously it has associated its icon to the RC files, meaning that they can be managed from the IDE

We may be missing something. We should locate a technical forum where to post some questions about the Visual Studio IDE and how to properly configure it

PostPosted: Thu Dec 27, 2007 6:15 pm
by Antonio Linares

PostPosted: Thu Dec 27, 2007 7:09 pm
by Antonio Linares
Question already posted:

http://forums.microsoft.com/MSDN/ShowPo ... D=1&mode=1

Hopefully we get some feedback from MS

PostPosted: Thu Dec 27, 2007 7:33 pm
by James Bott
Introduction to the Visual Studio 2008 Shell

In the next Visual Studio wave of products, Microsoft will distribute its world-class IDE freely via its VS 2008 Shell offerings. In this article, I will give an overview of what the Shell is, what it contains, and how you can start leveraging it to start creating your own tools IDE.

http://www.code-magazine.com/article.as ... 032&page=1

This article will be mainly of interest to Antonio. It is about how to create a custom version of the Visual Studio Shell as your own IDE, i.e. a FWH IDE. This would then be a redistributable program.

James

PostPosted: Thu Dec 27, 2007 8:08 pm
by Antonio Linares
James,

Thanks for the info. I have already reviewed several websites, blogs, videos, etc. but our first requirement is to know if it supports RC files.

Aparently it does, as the options for opening and saving RCs are there, but they donĀ“t work :-(