VSX - Using its resources editor!!!
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
VSX - Using its resources editor!!!
1. Install VSX "integrated":
http://www.microsoft.com/downloads/deta ... laylang=en
2. Install VSX "isolated" without uninstalling the previous one!
http://www.microsoft.com/downloads/deta ... laylang=en
Welcome to your 32 bits resources editor
http://www.microsoft.com/downloads/deta ... laylang=en
2. Install VSX "isolated" without uninstalling the previous one!
http://www.microsoft.com/downloads/deta ... laylang=en
Welcome to your 32 bits resources editor
Last edited by Antonio Linares on Fri Jan 11, 2008 2:23 pm, edited 1 time in total.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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,
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
==> Pasando a FWH16.04 + Harbour32 + BCC70 + PellesC
=> Abandonando FWH 13.7 + xHarbour + BCC582
http://www.mitaller.cl
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
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.
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
G. N. Rao.
Hyderabad, India
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
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.
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
G. N. Rao.
Hyderabad, India
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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.
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.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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
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
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
I don't like how VB oganizes things. I much prefer to use a simple editor.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.
EMG