FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Could Visual Studio Shell be an IDE for FIVEWIN?
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Thu Dec 27, 2007 08:38 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Fri Dec 28, 2007 09:36 PM

Hello Antonio,

what limitation problems do I face if I use res instead of rc files.
Is it possible at all?
Can I switch back at any time from res to rc using a resource decompiler?
Best regards,
Otto

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Fri Dec 28, 2007 10:16 PM

I can only speak for Borland Resource Workshop: yes, I used RES for years without any problems and can freely convert RES to RC and viceversa.

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 11:43 AM
Antonio Linares wrote:Question already posted:

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

Hopefully we get some feedback from MS


Two days the question posted at MS forums and no answers yet...
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 12:23 PM

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

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 03:52 PM

To All

Was hoping Bill Gates was going to give us a gift on his way out the CEO door .. but nada ..

Back to the basic's it looks like .. I hope 'santa' is still working on his Resource editor ?? :D

Rick Lipkin

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 04:40 PM
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 04:50 PM
Creating a External Tool:


Compiling from the IDE
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 05:07 PM
Macro recorder like in WORD

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 08:16 PM

Otto,

This all looks very exciting. Please explain what you are doing.

Is this the isolated version of VS 2008?

How did you creat the RC file, in VS or outside VS, then opened it in VS? Why does the window title say Pelles C?

Are you able to compile a PRG in VS?

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 08:57 PM

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

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 09:47 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Sat Dec 29, 2007 10:18 PM

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

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Mon Dec 31, 2007 11:03 AM

Antonio,

>two days the question posted at MS forums and no answers yet...
I am sure you have Live Alerts.
Only in case if you don’t have and your baby "iPhone" takes too much of your time:
I saw that there is a solution posted now.
Regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Mon Dec 31, 2007 11:31 AM

Otto,

Thanks, I am going to review it right now :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com