FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problems with Borland Resource Workshop
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Problems with Borland Resource Workshop
Posted: Thu Jun 17, 2010 12:18 PM
Guys:

I tried to use the Borland Resource Workshop Ver. 4.5 and I'm getting the following message:
The Win16 Subsystem has insufficient resources to continue running. Clink on OK, close your applications, and restart your machine.

I rebooted and reinstalled and got the same results. Windows XP SP3 8GB RAM (3.25GB visible), Core 2 Quad Q9550 2.83GHz.

Any ideas or where I can download the latest version ? Thank you in advance.
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: Problems with Broland Resource Workshop
Posted: Thu Jun 17, 2010 02:13 PM

i am affraid it has nothing to do with borland's version

the resource you are editing "rc" or dll has reeached a limit, BR can not handle it

you have to split it into 2 resources

Hth

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Problems with Broland Resource Workshop
Posted: Thu Jun 17, 2010 02:58 PM

My advice is exactly the same as Richard's.

In my main application, I have split up my resources into 8 rc-files or 8 res-files. No problem at all.

Good luck.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
Re: Problems with Broland Resource Workshop
Posted: Thu Jun 17, 2010 03:58 PM

Not convinced its a limit problem. If your using resource workshop and u have dos open it may be using up the 16 bit subsystem. Go to task manager click on process and see how many times your using ntvdm.exe. It is the subsystem. If your running to many 16bit programs that could be the problem.

Thank you

Harvey
Posts: 883
Joined: Tue Oct 11, 2005 11:57 AM
Re: Problems with Broland Resource Workshop
Posted: Thu Jun 17, 2010 08:16 PM
Hunter..

Why don't you move towards PELLES C IDE, all your problems will go away.

I have a HUGE RC and I work with it with no problems at all

http://www.smorgasbordet.com/pellesc/

Give it a try.

From Chile
Adolfo
;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Asus TUF F15, 32GB Ram, 2 * 1 TB NVME M.2, GTX 1650
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Problems with Broland Resource Workshop
Posted: Sat Jun 19, 2010 07:54 AM

Guys:

Thank you for all your responses. In the case I explained, I have not loaded any RC yet. The Workshop just simply does not boot. Yesterday (Friday) I turned off the computer and went I came back, launched the Workshop and it worked. Antivirus and anti-spyware are ok. I think it's just one of those occasions where strange things happens under Windows. Again, thank you all.

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Problems with Borland Resource Workshop
Posted: Mon Jun 21, 2010 10:47 PM

Hunter,

Yes, memory leaks happen all the time, so rebooting is always something to check.

Also, Workshop uses some DLLs and sometimes another app loads an older version of the same DLL that Workshop uses. Then when you try to run Workshop it sees the older DLL is already loaded so it try to use it and strange things happen. Again rebooting will fix this.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Problems with Borland Resource Workshop
Posted: Tue Jun 22, 2010 09:19 AM

James:

Thank you.

Gustavo

Continue the discussion