PellesC RC-file compile with BCC?

elvira
Posts: 462
Joined: Fri Jun 29, 2012 12:49 pm

Re: PellesC RC-file compile with BCC?

Post by elvira »

Enrico,

It is abandoned and a more recent version 5.5.5 was freely delivered by Borland.

Or you may please indicate a link were to download it. It will be very usefull despite Borland abandoned that tool but we still use it.

Thank you.
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: PellesC RC-file compile with BCC?

Post by Enrico Maria Giordano »

elvira wrote:Or you may please indicate a link were to download it.
Sorry, I don't know.

EMG
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: PellesC RC-file compile with BCC?

Post by Marc Vanzegbroeck »

Do not bother to try to get 5.02 if you want to use it on Windows7 64Bit.

I have try to install it on Win7 32bit, Win7 64bit and XP.

It only work on XP. On Windows 7, I can't edit the dialogs, and that is precisely the reasoning why I want to us it :cry:
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: PellesC RC-file compile with BCC?

Post by Marc Vanzegbroeck »

Marc Vanzegbroeck wrote:Do not bother to try to get 5.02 if you want to use it on Windows7 64Bit.

I have try to install it on Win7 32bit, Win7 64bit and XP.

It only work on XP. On Windows 7, I can't edit the dialogs, and that is precisely the reasoning why I want to us it :cry:
It seems to work if you run it on Win7-32 & Win7-64 it with Compatibilitymodus WindowsXP :D

I still have some problems when it sows the dialog. The get's are not show, only if you select them...
Maybe it's a setting I still have to find...
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
elvira
Posts: 462
Joined: Fri Jun 29, 2012 12:49 pm

Re: PellesC RC-file compile with BCC?

Post by elvira »

Mr. Enrico,

I found at last Borland C++ Builder 5.02 Professional but the Workshop delivered in it is 4.5 in 16 bits, not 32.

Do you have a newer Workshop?. Where did you find it?.

Thank you.
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: PellesC RC-file compile with BCC?

Post by Enrico Maria Giordano »

The resource editor is built in the Borland 5.02 32 bit compiler. It's not a separate application. Sorry, I don't remember where I got it from.

EMG
elvira
Posts: 462
Joined: Fri Jun 29, 2012 12:49 pm

Re: PellesC RC-file compile with BCC?

Post by elvira »

Mr. Enrico,

This is the Borland cd: http://ul.to/kxg41e3j
Image

Workshop is 4.5.

Please, can you post a screenshot?.

Thank you.
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: PellesC RC-file compile with BCC?

Post by Enrico Maria Giordano »

Please install the compiler (not the external resource workshop) run it and try to open a RES file.

EMG
periander
Posts: 1
Joined: Fri Sep 04, 2015 11:50 pm

Re: PellesC RC-file compile with BCC?

Post by periander »

I know this is old, so sorry for the bump, just wanted to comment regards 5.02 compatibility as google brought me here regards RWDESIGN.DLL, and it's hard to find resources about it so I figure I will elaborate for others in this situation.

I've had a few problems getting BCW 5.02 working in retail Windows 10 Pro x64, but it *does* work.

Part of the problem was getting the BDE to work - it hung on install. I reinstalled it to x86 using another tool and mucked with IDAPI32.CFG and disabled VirtualStore (HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableVirtualization) - one of those things worked.

'Failed to load RWDESIGN.DLL' was a relatively simple fix. Just open an elevated (admin) CMD prompt, navigate to %BC5ROOT%\BIN (i.e. C:\BC5\BIN), run BCW.EXE, and try and modify a dialog. After that you should be ok, (you don't need to run as administrator every time).

Codeguard seems to work fine too.

One last comment, MouseWheel by Matt Pietrek really helps make BCW usable:

https://www.microsoft.com/msj/0697/hood0697.aspx (download the Hood0697 exe underneath the heading - don't worry it's just a self-unzipper, plus is on Microsoft's own site, there is a MW.EXE and MouseWheel.DLL file in there).
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: PellesC RC-file compile with BCC?

Post by Antonio Linares »

thanks for your feedback :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: PellesC RC-file compile with BCC?

Post by Rick Lipkin »

To All

Good to know that all you have to do is 'run as administrator' .. I tried this version years ago and I noticed the editor had problems resolving certain controls .. so I kinda gave up on Borland. I kept the folders from the install and could not get BCW.exe to run with the .dll error.

I went back in and ran BCW.exe as administrator ( on win10 64 bit ) and was able to get the editor to run .. unfortunately, I saw the same problems with the editor not resolving several static text controls on the form :(

Rick Lipkin
Post Reply