Recursos desde modulo .hrb
Recursos desde modulo .hrb
Hola foro
Es posible crear un dialogo y otros controles desde recursos y guardar el .prg como un archivo harbour .hrb ?
Si es posible, algun ejemplo?
Es posible crear un dialogo y otros controles desde recursos y guardar el .prg como un archivo harbour .hrb ?
Si es posible, algun ejemplo?
Re: Recursos desde modulo .hrb
Es posible ?
Re: Recursos desde modulo .hrb
Eu acho que não. Mas vc pode guardar o resource no exe.
Re: Recursos desde modulo .hrb
I need to have the resource out of the .exe, but I still need to modify the .hrb program using this resourcevilian wrote:Eu acho que não. Mas vc pode guardar o resource no exe.
How could I do this ?
Re: Recursos desde modulo .hrb
I think you could save these resources in a .RES file, and link this .RES with your EXE.
Re: Recursos desde modulo .hrb
The main idea it not to have to link and recompile the .exevilian wrote:I think you could save these resources in a .RES file, and link this .RES with your EXE.
Re: Recursos desde modulo .hrb
Do you want to read the .rc file and show the dialog ?
Re: Recursos desde modulo .hrb
Yesvilian wrote:Do you want to read the .rc file and show the dialog ?
Re: Recursos desde modulo .hrb
Oh... Any years ago I tried to do this, but without success.
http://forums.fivetechsupport.com/viewt ... ian#p76089
I'm sorry.
http://forums.fivetechsupport.com/viewt ... ian#p76089
I'm sorry.
Re: Recursos desde modulo .hrb
Vilan, I read you worked with .hrb files.vilian wrote:Oh... Any years ago I tried to do this, but without success.
http://forums.fivetechsupport.com/viewt ... ian#p76089
I'm sorry.
How do you deal with dialogs and objects for your system? Do you use just code or you put those in .rc files ?
Re: Recursos desde modulo .hrb
Those dialogs that are simpler, I write them in the code/prg. Those dialogs complexer I keep them i .RES file.
I don't use RC files.
I don't use RC files.
Re: Recursos desde modulo .hrb
All rigthvilian wrote:Those dialogs that are simpler, I write them in the code/prg. Those dialogs complexer I keep them i .RES file.
I don't use RC files.
I guess in this case, you don't need to recompile the .hrb ?