Run exe with SWPRUNCMD() / Error: Program too big to fit in memory. : Clipper
This is a discussion on Run exe with SWPRUNCMD() / Error: Program too big to fit in memory. within the Clipper forums in Programming Languages category; Dear Otto Haldi: "Otto Haldi" <ohaldi @ chateau.ch> wrote in message news:2u8eh45fec8iuvfqs1o1c4eukl5r1gc6pn @ 4ax.com... > On Fri, 31 Oct 2008 21:35:30 -0700, "N:dlzc D:aol T:com > \(dlzc\)" <dlzc1 @ cox.net> wrote: > >>You might convert to xHarbour, which takes your >> Clipper 5.3 and Clipper Tools code and makes full >> Windows executables from it. Then you can call >> anything you want to. >> > where my I download the last version of xHarbour ? > > Is this the correct link ? > http://sourceforge.net/project/downl...32-bcc-5-5.exe Probably. However I start with either the: http://www.xharbour.org/index.asp?pa...s/binaries_win Or, if you hate bach files ...
| Clipper Clipper Programming |
![]() |
| | LinkBack | Thread Tools |
|
#11
| |||
| |||
| "Otto Haldi" <ohaldi@chateau.ch> wrote in message news:2u8eh45fec8iuvfqs1o1c4eukl5r1gc6pn@4ax.com... > On Fri, 31 Oct 2008 21:35:30 -0700, "N:dlzc D:aol T:com > \(dlzc\)" <dlzc1@cox.net> wrote: > >>You might convert to xHarbour, which takes your >> Clipper 5.3 and Clipper Tools code and makes full >> Windows executables from it. Then you can call >> anything you want to. >> > where my I download the last version of xHarbour ? > > Is this the correct link ? > http://sourceforge.net/project/downl...32-bcc-5-5.exe Probably. However I start with either the: http://www.xharbour.org/index.asp?pa...s/binaries_win Or, if you hate bach files as much as I do: http://www.xharbour.com/xHlogin/logi...ads&show_sub=2 .... the Personal version does not have all the Clipper Tools or SQL stuff, but it is very much worth the expense IMO. If you are going to Linux (or dual platform)... you don't want to start leaning on this crutch however. David A. Smith |
|
#12
| |||
| |||
| On Sun, 9 Nov 2008 11:51:30 -0700, "N:dlzc D:aol T:com \(dlzc\)" <dlzc1@cox.net> wrote: >> where my I download the last version of xHarbour ? >> >> Is this the correct link ? >> http://sourceforge.net/project/downl...32-bcc-5-5.exe > >Probably. However I start with either the: >http://www.xharbour.org/index.asp?pa...s/binaries_win > At last it's show me, the same link as above. I also have to download BCC, isn't it ? The installation of xHarbour make a double folder like c:\xharbour\xHarbour\ !.. Strange. May I install BCC also in this c:\xHarbour folder? >Or, if you hate bach files as much as I do: > In fact I like batch files. Because, I'm using TextPad as editor. And I make some macro who call different batch. I hobe I can do the same with hbmake. >http://www.xharbour.com/xHlogin/logi...ads&show_sub=2 >... the Personal version does not have all the Clipper Tools or >SQL stuff, but it is very much worth the expense IMO. If you are >going to Linux (or dual platform)... you don't want to start > No, I don't wont to use Linux |
|
#13
| |||
| |||
| Dear Otto Haldi: "Otto Haldi" <ohaldi@chateau.ch> wrote in message news:vjoeh4teu6rocdnaskb1uhpbigc92js6in@4ax.com... > On Sun, 9 Nov 2008 11:51:30 -0700, "N:dlzc D:aol T:com > \(dlzc\)" <dlzc1@cox.net> wrote: > >>> where my I download the last version of xHarbour ? >>> >>> Is this the correct link ? >>> http://sourceforge.net/project/downl...32-bcc-5-5.exe >> >>Probably. However I start with either the: >>http://www.xharbour.org/index.asp?pa...s/binaries_win >> > At last it's show me, the same link as above. I also have > to download BCC, isn't it ? The installation of xHarbour > make a double folder like c:\xharbour\xHarbour\ !.. Strange. > May I install BCC also in this c:\xHarbour folder? I did not go that way. I wish I could answer your question. Best to ask on comp.lang.xharbour. I had to be up to speed quickly, my needs were simple, so I bought xBuilder. >>Or, if you hate bach files as much as I do: >> > In fact I like batch files. Because, I'm using TextPad as > editor. And I make some macro who call different batch. > I hobe I can do the same with hbmake. Can, but will be editing different file extension, I think. >>http://www.xharbour.com/xHlogin/logi...ads&show_sub=2 >>... the Personal version does not have all the Clipper >> Tools or SQL stuff, but it is very much worth the >> expense IMO. If you are going to Linux (or dual >> platform)... you don't want to start > > No, I don't wont to use Linux We will see how you like Windows 7! ;>) Best of luck Mr. Haldi. David A. Smith |
|
#14
| |||
| |||
| Otto, >At last it's show me, the same link as above. I also have to download BCC, isn't it ? >The installation of xHarbour make a double folder like c:\xharbour\xHarbour\ !.. Strange. I don't use the official binaries, but I suspect that the reason for getting that directory structure is that you dragged the zip file to an existing xHarbour directory and told Winzip to extract the files in xHarbour instead of "here". That happens very easily. >May I install BCC also in this c:\xHarbour folder? Where do you keep your other utilities? In separate directories at the c:\ root or in one directory tree for all of them? I suggest that you rename the first directory to "binaries" for example. Then install bcc in a subdirectory off the binaries directory side by side with the actual xHarbour directory. >In fact I like batch files. Me too <g>. Use a batch file to set up your path to point to c:\binaries\bcc\bin;c:\binaries\xharbour\bin;%path% and the lib and include paths in a corresponding way way Regards, Klas ------- klas dot engwall at engwall dot com http://www.engwall.com/clipper/ The LFN Library for Clipper The LanMan Library for Clipper The NFPAT1A Timeslice release patch for the Nanforum Toolkit |


