ereport.rc - how to open

ereport.rc - how to open

Postby Otto » Tue Jan 22, 2019 7:36 am

Hello,
which program should I use to open
ereport.rc.
If I open with Pelles C I only get a text view.
Thank you in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6346
Joined: Fri Oct 07, 2005 7:07 pm

Re: ereport.rc - how to open

Postby Antonio Linares » Tue Jan 22, 2019 9:51 am

Dear Otto,

Please use ResEdit from: http://www.resedit.net
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42122
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: ereport.rc - how to open

Postby Otto » Tue Jan 22, 2019 10:27 am

ResEdit-x64.7z
Dear Antonio,
can you advice me how to install this software.
Thank you in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6346
Joined: Fri Oct 07, 2005 7:07 pm

Re: ereport.rc - how to open

Postby Antonio Linares » Tue Jan 22, 2019 10:55 am

Dear Otto,

If you use Total Commander, then install this plugin to manage 7z files:

https://totalcmd.net/plugring/7z_plugin.html
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42122
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: ereport.rc - how to open

Postby Rick Lipkin » Tue Jan 22, 2019 3:12 pm

Otto

I can share my resedit 64 bit version with you if you like .. let me know if I can help.

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2666
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: ereport.rc - how to open

Postby Otto » Tue Jan 22, 2019 3:45 pm

Hello Rick,
this would be great.
Can you please send it to datron (@) aon.at.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6346
Joined: Fri Oct 07, 2005 7:07 pm

Re: ereport.rc - how to open

Postby hua » Wed Jan 23, 2019 3:13 am

7z is a 7zip file. Its utility is at https://www.7-zip.org/download.html
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
hua
 
Posts: 1072
Joined: Fri Oct 28, 2005 2:27 am

Re: ereport.rc - how to open

Postby Rick Lipkin » Wed Jan 23, 2019 4:01 pm

Otto

Just sent you my version of ResEdit64 .. just un-zip the file and put the folder at the root of c:\ .. you will need to re-configure your File locations for FW and your C++ compiler .. leave the resource script template alone ( include directives ) ..

Hopefully my message will not bounce back ..

Thanks
Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2666
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: ereport.rc - how to open

Postby Otto » Wed Jan 23, 2019 5:14 pm

Hello Rick,
thank you. I got the file.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6346
Joined: Fri Oct 07, 2005 7:07 pm

Re: ereport.rc - how to open

Postby TimStone » Wed Jan 23, 2019 8:34 pm

So I decided to look again at ResEdit ... downloaded and installed it without a problem.

Then I took my existing, working xxx.rc file and tried to open it.

It had some complaints, but now it says it cannot recognize. STYLE. WS_POPUP. This is a standard windows style used in resources.

Any thoughts on this ?
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2945
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: ereport.rc - how to open

Postby Antonio Linares » Thu Jan 24, 2019 8:21 am

Tim,

You can configure ResEdit settings this way:
Code: Select all  Expand view  RUN
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include "%RESOURCE_HEADER%"

#ifndef WC_TABCONTROL
   #define WC_TABCONTROL "SysTabControl32"
#endif

#ifndef PROGRESS_CLASS
   #define PROGRESS_CLASS "msctls_progress32"
#endif

#ifndef WS_POPUP
   #define WS_POPUP 0x80000000L
#endif

#define RT_MANIFEST 24

%RESOURCES%


Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42122
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: ereport.rc - how to open

Postby TimStone » Fri Jan 25, 2019 8:16 pm

I'm trying to open an existing .rc file and it tells me WS_POPUP is an undeclared identifier.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2945
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 36 guests