FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Could Visual Studio Shell be an IDE for FIVEWIN?
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:57 AM

Ok, I answered in the MS forums and posted some screenshots showing the bug (?).

We need to find a solution for this issue or this Visual Studio Extended has no meaning for us, as we don't need a source code editor only. We need an integrated resources editor (not an external one), plus a project manager and a source code editor.

These two last capabilities are already available in UEStudio and work excellent!

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: Mon Dec 31, 2007 01:41 PM
Hello Antonio,

as you can see on the screen capture res-files are working ok.


My problem is/was how to provide in shell isolated development environment the VS own resource editor for editing the resources (.RC or .res).
And this answer is in this
How to: Register Editor File Types article:

The easiest way to register editor file types is by using the registration attributes provided as a part of the Visual Studio SDK managed package framework (MPF) classes. For an example of how to do this, see the Managed Basic Editor Sample (C#) sample. If you are implementing your package in native Visual C++, you can also write a registry script that registers your editor and the associated extensions. For an example, see the Basic Edit Sample sample.



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 06:44 PM

Otto,

RES files are working fine by default :-) Thanks for pointing this!

RC files are not supported (yet?). So we need to create RES files and use them with VSX.

So actually we have a new free resources editor! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Mon Dec 31, 2007 09:23 PM

Antonio

I guess being a compiled .res there is no need to worry about .rc formatting ..

I use rc2dll32.bat to create my forms .dll .. I guess I could just as well burn the .res into my executable .. however I prefer .dll

Any thoughts on that ??

Rick Lipkin

Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Mon Dec 31, 2007 09:30 PM

If you look at your rc2dll.bat file, I think you can comment out the command line to compile the .rc file.
It is the one right before the ilink32 command.

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:47 PM

Rick,

DLLs with embedded resources are working fine! :-)

They are properly edited, modified and saved!

It seems that Santa listened ;-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Could Visual Studio Shell be an IDE for FIVEWIN?
Posted: Tue Jan 01, 2008 01:29 AM

Antonio

I will have to try one more time to load the shell .. I was kinda 'bummed' out reading the thread .. but have re-newed my interest.

Have the day off tomorrow for new years .. I will take a shot at it ..

Thanks
Rick

Continue the discussion