FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour VSX - Using its resources editor!!!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Fri Jan 11, 2008 12:48 PM
  1. Install VSX "integrated":

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

  1. Install VSX "isolated" without uninstalling the previous one!

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

Welcome to your 32 bits resources editor :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Fri Jan 11, 2008 02:01 PM
Tested and working fine on XP and Vista :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Fri Jan 11, 2008 02:31 PM

You can use it with RES, DLLs (and EXEs) files

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 581
Joined: Tue Oct 11, 2005 11:28 AM
VSX - Using its resources editor!!!
Posted: Fri Jan 11, 2008 04:56 PM

It can generate and work with RC also?

Regards,

Kleyber Derick



FWH / xHb / xDevStudio / SQLLIB
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Fri Jan 11, 2008 05:49 PM

Kleyber,

No RC support, at least not for now

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 270
Joined: Fri Nov 11, 2005 07:39 PM
VSX - Using its resources editor!!!
Posted: Fri Jan 11, 2008 06:53 PM

Antonio:

Se puede utilizar un archivo de recursos ( RES) mayor a 1024 byte
y que pueda ser compilado por el xHarbour + BCC551 ?

Ya que con el PellesC, no se puede.

Saludos,

Juan
==> Pasando a FWH16.04 + Harbour32 + BCC70 + PellesC
=> Abandonando FWH 13.7 + xHarbour + BCC582
http://www.mitaller.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Fri Jan 11, 2008 07:31 PM

Juan,

No lo hemos probado. Pruébalo tú y nos cuentas, gracias! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 12:34 AM

What I would expect from an IDE is, when I design a form in the IDE, it should generate a module with the total source code for the form. All my logic goes into event handlers. If I need to modify, the IDE should read the source code, present the form for edit and when I save the modified form, the IDE should save the modifed code. Then why would I need RC file at all?

Anyway with this IDE, I understand we can add and edit resources in DLL. Enough for those who use DLLs for resources.

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 01:20 AM

> I understand we can add and edit resources in DLL. Enough for those who use DLLs for resources.

right :-)

Also in RES files

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 02:43 AM

Thanks for the clarification Mr. Antonio. I use DLLs for resources. ( So Pelles Resource Editor also works fine for me. This heavy-weight IDE is not really necessary if we limit to DLLs for resources. That is besides the point. )

I may be permitted to harp on my first point again. A true IDE's purpose is not mere generation of RC files. Rather the IDE should make this redundant. Separate RC files are relevant in a programming environment where design and source code are in different files. A true IDE should generate whatever is necessary transparently to me and just leave me with the job of putting my logic in the event handlers of controls and form load and unload events. I should not again have a separate RC file and do the tedious work of mapping controls to my source code and hand code all my logic in a separate module.

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 06:39 AM

NageswaraRao,

Some FWH users are not satisfied with PellesC IDE, and also find Borland Resources Workshop old fashioned (besides being 16 bits).

Thats where this free VSX 32 bits "resources editor" may be usefull for. We don't consider it an IDE (at least, not by now).

We strong recommend UEStudio as an excellent source code editor and automatic project manager. Now this VSX fits as an excellent resources editor. Maybe in the future, we may be able to replace and extend UEStudio funcionality using this VSX tool.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 06:50 AM

I understand, if that is the limited objective for the present. I thought the intention was to make it an IDE for fivewin.

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 07:01 AM

We are reviewing VSX to see what functionality it delivers to build an IDE, but up to now, we see it in an early stage.

Or maybe we don't know yet how to really use it. Probably in the future Microsoft may provide more working samples and utilities to easily configure it.

Actually it is a real complex tool, that provides less functionality than UEStudio, in our opinion, and it is by far much more complex to be configured than UEStudio

But its built-in resources editor is a very good one and its another choice for FWH users

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 07:08 AM

May be it is too early. But Micorsoft's intention is to let it be used to develop it as IDE independantly. I do hope someday we can have a functional IDE for FWin. I mean including code generation. The way we develop VB applications.

Regards



G. N. Rao.

Hyderabad, India
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
VSX - Using its resources editor!!!
Posted: Sat Jan 12, 2008 12:54 PM
nageswaragunupudi wrote:May be it is too early. But Micorsoft's intention is to let it be used to develop it as IDE independantly. I do hope someday we can have a functional IDE for FWin. I mean including code generation. The way we develop VB applications.


I don't like how VB oganizes things. I much prefer to use a simple editor.

EMG