Could Visual Studio Shell be an IDE for FIVEWIN?
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Antonio,
>but our first requirement is to know if it supports RC files.
I expect you already know this, but VS 2002 (which I have) can load and save RC files (however their format is quite different than those created by Workshop). So, I expect VS Shell is supposed to handle this, but as you say, it must be a bug. Hopefully there will be a fix soon.
James
>but our first requirement is to know if it supports RC files.
I expect you already know this, but VS 2002 (which I have) can load and save RC files (however their format is quite different than those created by Workshop). So, I expect VS Shell is supposed to handle this, but as you say, it must be a bug. Hopefully there will be a fix soon.
James
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Two days the question posted at MS forums and no answers yet...Antonio Linares wrote:Question already posted:
http://forums.microsoft.com/MSDN/ShowPo ... D=1&mode=1
Hopefully we get some feedback from MS
Hello Antonio,
is integrated mode for us the right way? I think integrated is used for
own extensions if you us it inside VISUAL STUDIO.
I think we have to build a own IDE with isolated mode.
I have tried and I can open rc-files but only with an extern editor.
You can open res files from VS2008 but there must be a way to inherit
in your own IDE this functionality. But how?
Regards,
Otto
is integrated mode for us the right way? I think integrated is used for
own extensions if you us it inside VISUAL STUDIO.
I think we have to build a own IDE with isolated mode.
I have tried and I can open rc-files but only with an extern editor.
You can open res files from VS2008 but there must be a way to inherit
in your own IDE this functionality. But how?
Regards,
Otto
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
James,
>This all looks very exciting. Please explain what you are doing.
I think it would be nice to have a IDE which is mainstream.
>Is this the isolated version of VS 2008?
yes it is as you say.
You make a project with VS and select the isolated mode template.
>How did you create the RC file, in VS or outside VS, then opened it in VS? Why does the window title say Pelles C?
I open the rc file as a text file. Then in the solution explorer you define “Open with” with for e.g. Pelles.
If you change the file with in my example Pelles C then if you switch back to VS you are asked automatically if you want to reload the file because it was changed.
>Are you able to compile a PRG in VS?
Have a look at the screens:
Creating a External Tool and compiling. You click on go in the menu and the go.bat is executed.
Regards,
Otto
>This all looks very exciting. Please explain what you are doing.
I think it would be nice to have a IDE which is mainstream.
>Is this the isolated version of VS 2008?
yes it is as you say.
You make a project with VS and select the isolated mode template.
>How did you create the RC file, in VS or outside VS, then opened it in VS? Why does the window title say Pelles C?
I open the rc file as a text file. Then in the solution explorer you define “Open with” with for e.g. Pelles.
If you change the file with in my example Pelles C then if you switch back to VS you are asked automatically if you want to reload the file because it was changed.
>Are you able to compile a PRG in VS?
Have a look at the screens:
Creating a External Tool and compiling. You click on go in the menu and the go.bat is executed.
Regards,
Otto
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Otto,
>>Is this the isolated version of VS 2008?
>yes it is as you say.
>You make a project with VS and select the isolated mode template.
OK, this whole VS, VS isolated thing is confusing (even though I have read up on it). Are you using the standard VS2008 and creating an isolated mode template project, or are you using just the isolated version of VS?
>>How did you create the RC file, in VS or outside VS, then opened it in VS? Why does the window title say Pelles C?
>I open the rc file as a text file. Then in the solution explorer you define “Open with” with for e.g. Pelles.
>If you change the file with in my example Pelles C then if you switch back to VS you are asked automatically if you want to reload the file because it was changed.
So you are tricking it into using an RC file? Can you edit the RC file, using the dialog designer for instance?
>>Are you able to compile a PRG in VS?
>Have a look at the screens:
>Creating a External Tool and compiling. You click on go in the menu and the go.bat is executed.
I saw the screens but wasn't clear on if it was working. With UE, for exmple, when you execute a macro to call a BAT file, it automatically saves any open PRGs before executing the BAT file. Does VS do the same? Would VS also save any other file types like RC before calling the BAT?
Also, UE redirects all the screen output to a window in UE, does VS do the same?
James
>>Is this the isolated version of VS 2008?
>yes it is as you say.
>You make a project with VS and select the isolated mode template.
OK, this whole VS, VS isolated thing is confusing (even though I have read up on it). Are you using the standard VS2008 and creating an isolated mode template project, or are you using just the isolated version of VS?
>>How did you create the RC file, in VS or outside VS, then opened it in VS? Why does the window title say Pelles C?
>I open the rc file as a text file. Then in the solution explorer you define “Open with” with for e.g. Pelles.
>If you change the file with in my example Pelles C then if you switch back to VS you are asked automatically if you want to reload the file because it was changed.
So you are tricking it into using an RC file? Can you edit the RC file, using the dialog designer for instance?
>>Are you able to compile a PRG in VS?
>Have a look at the screens:
>Creating a External Tool and compiling. You click on go in the menu and the go.bat is executed.
I saw the screens but wasn't clear on if it was working. With UE, for exmple, when you execute a macro to call a BAT file, it automatically saves any open PRGs before executing the BAT file. Does VS do the same? Would VS also save any other file types like RC before calling the BAT?
Also, UE redirects all the screen output to a window in UE, does VS do the same?
James
James, I never worked with UE therefore I can’t compare.
I downloaded the full VS product 3.3 G (11hours!!!).
Am sure you can setup that all is saved before running the compiler.
>In addition to acquiring the look of Visual Studio, your custom tools built on the Visual Studio Shell have access to the features of the Visual Studio IDE.
http://msdn2.microsoft.com/en-us/library/bb685612.aspx
Best regards,
Otto
I downloaded the full VS product 3.3 G (11hours!!!).
Am sure you can setup that all is saved before running the compiler.
>In addition to acquiring the look of Visual Studio, your custom tools built on the Visual Studio Shell have access to the features of the Visual Studio IDE.
http://msdn2.microsoft.com/en-us/library/bb685612.aspx
Best regards,
Otto
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: