--------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFP00003 Date: 11/19/96 From: JTENDERS Time: 02:48am \/To: RAYMOND PESEK (Read 1 times) Subj: Preprocessor table overf RaymondPesek Bellowed this at 04:24 on 11-18-96 about Preprocessor table overfl RP>PN ->What can I do apart from reducing the number of #defines to RP> ->avoid this error when compiling. The error message is not listet RP> ->in the manual or in NG. Is it possible to enlarge the RP>preprocessor table ? RP>Can't enlarge it. The only alternative is to free up more RP>conventional memory. I write in Clipper but have come to the realization that most of what I write will be used in Windows. When I use a DOS window to program and take it into VM I don't have the conventional memory errors. I also have told people running in straight DOS that they may have to include this line in their CONFIG.SYS file FILES=150 BUFFERS=99,0 Also to decrease the number of the #define's in your program why don't you write a .CH file that holds them then you can just use one #include command jtenders J.T.Enders says as of 11/18/96 20:18 --- * CmpQwk #UNREG * UNREGISTERED EVALUATION COPY --- GEcho 1.00 * Origin: Phoenix Rising BBS * Sysop Starwitch * 822-2017 (1:268/442) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFP00004 Date: 11/17/96 From: ANDRES TARALLO Time: 10:26pm \/To: UELI RUTISHAUSER (Read 1 times) Subj: Check "is a Network Station online?" Hi Ueli, In a message of to All (), you wrote: UR> Hallo All, UR> i search a function that can check whether a network station is online. UR> make this at the moment with the funtion if file(), eg. UR> if file(\\PC1\C-DRIVE\CONFIG.SYS) UR> * PC is online else UR> * PC is offline UR> endif UR> but when a station is offline, this need a long time. UR> with witch function can i make this faster ? UR> i must read data from 30 Network-Stations, and 10 Stations are average UR> offline. and this need a to long time :-((( UR> i use here at the moment Lantastic on Dos and OS/2 Stations. You are using lantastic? in dos version (6.00 or newer) you have net ping that shows the list of active stations, an idea could be execute that command from your clipper ap and redirect the output to a file, then look the file. I know that's not elegant but I think that could work and be more faster than your solution. Bye, Andres. --- The-Box Point 0.15- PC * Origin: L'imagination au Pouvoir (4:850/9.24) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFQ00000 Date: 11/20/96 From: RAYMOND PESEK Time: 09:12pm \/To: JTENDERS (Read 1 times) Subj: Preprocessor table overf JS ->FILES=150 If you need that many, you should be trapping for the DOS Error 4 and displaying an informative error message. JS ->BUFFERS=99,0 That'll sure chew up a bunch of conventional memory. JS ->Also to decrease the number of the #define's in your program why don't ->you write a .CH file that holds them then you can just use one ->#include command Because it wasn't my problem . And because sticking them all in one file means every single one will be included in every .PRG file, which will require even more conventional memory during compiling than only listing the ones actually needed. Raymond Pesek * 1st 2.00 #2448 * Moderator - Clipper Echo --- InterEcho 1.18 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFQ00001 Date: 11/20/96 From: RAYMOND PESEK Time: 09:12pm \/To: NESTOR FABRIS (Read 1 times) Subj: Fox-clipper NF ->Alguien sabe de que libreria son :? NF -> 'CMXSKIPUNI' If you're asking what library these came from, it's from Loadstone's COMIX 3 RDD. It's a very stable DBF & CDX RDD that has many more features than the stock DBFCDX RDD. Raymond Pesek * 1st 2.00 #2448 * Moderator - Clipper Echo --- InterEcho 1.18 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFQ00002 Date: 11/19/96 From: LUDGER CLEMENS Time: 12:00am \/To: PETER NALDAL (Read 1 times) Subj: Preprocessor table overfl Hello Peter, on 12-Nov-96 you wrote here about -= Preprocessor table overfl =- PN> What can I do apart from reducing the number of #defines to avoid this PN> error when compiling. Unload TSR's to free conventional memory while compiling (e.g. NG), reduce the number of "#include"-statements (mostly not all .CH-files are needed), experiment with a modified _copy_ of STD.CH (take out those commands you never use). For using another .CH instead of STD.CH it's necessary to call Clipper with the "/U"-parameter. --- Farvella, Ludger --- CrossPoint v3.11 R * Origin: { || Clipperians do it within codeblocks } (2:2448/300.59) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFR00000 Date: 11/19/96 From: DOUG VOGT Time: 05:31am \/To: ALL (Read 1 times) Subj: 5.3 I've seen references here to 5.3. My latest is 5.2. Is 5.3 a free upgrade or not? --- msgedsq/2 2.1a * Origin: GYPSY BARON, Bridgewater, NJ V32b/V42b/V34/VFC (1:2605/638) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFR00001 Date: 11/15/96 From: DANIEL FILGUEIRA Time: 03:56am \/To: ALL (Read 1 times) Subj: CYBER WORLD - CYBER WORLD BBS - CYBER WORLD BBS - CYBER WORLD BBS - CYBER WORLD BBS - * Biblioteca de archivos * Teleconferencia * Correo Electronico * Foros de mensajeria * Proximamente FIDONET * QWK Mail * Host de VGA Planets -=< Todos los dias las 24 hs. Tel: 521-9169/523-3216 >=- - CYBER WORLD BBS - CYBER WORLD BBS - CYBER WORLD BBS - CYBER WORLD BBS - --- Terminate 4.00/Pro * Origin: When did you TERMINATE your old terminal program ? (4:900/108.7) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFS00000 Date: 11/18/96 From: LEONARDO COHEN Time: 05:22am \/To: GUILLERMO SALAS (Rcvd) (Read 2 times) Subj: Re: Mouse Library -=>GUILLERMO SALAS--->Leonardo Cohen GS> Oye Leonardo, Gracias por la respuesta a mi mensaje, GS> GS> Una sola cosita, donde consigo el deseo antes de que se me apague? :) GS> Que soy Venezolano pero la mujer que me tiene loco es Mejicana nacida GS> en Chicago, asi que el nombre me tiene pensando en ella ;)) Hehehe.. pues yo lo tengo en un CD-ROM que se llama Monster Media... y sinceramente no lo he visto en ningun sitio de FTP ni de web.. pero se que existe en BBS's de Clipper... Y sobre tu otro deseo.. pues yo que tu.. considerando los inviernos de Chicago, mejor le pido que viva en Venezuela..:) ... Can I yell "movie" in a crowded firehouse? --- GEcho/32 1.20/Pro * Origin: =+= La Conexion Mexicana -=- Tijuana, Mexico =+= (4:972/4) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFS00001 Date: 11/18/96 From: LEONARDO COHEN Time: 05:24am \/To: ARNETT CARROLL (Read 1 times) Subj: Re: Hello! -=>Arnett Carroll--->Leonardo Cohen AC> Where can I get a copy of Boxer? At www.cdrom.com they should have it (also ftp.cdrom.com) ... Being able to say NO is the root to reclaiming your life. --- GEcho/32 1.20/Pro * Origin: =+= La Conexion Mexicana -=- Tijuana, Mexico =+= (4:972/4) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: DFS00002 Date: 11/19/96 From: RADEK KAFKA Time: 12:22pm \/To: RAYMOND PESEK (Read 1 times) Subj: Re: problem ca tools iii Hello Raymond! 13 Nov 96 21:19, Raymond Pesek wrote to Radek Kafka: RP> Have you tried using the NANFOR.LIB v3.05 RP> FT_OnIdle({||FT_IAmIdle()}) fix? It requires a DPMI host and must be RP> de-linked if you're using the debugger, but it works well otherwise. RP> Ted Means came out with a slight patch for NT awhile back. Where to get on Inet ? Only this simple OBJ not whole library... RP> Raymond Pesek RP> * 1st 2.00 #2448 * Moderator - Clipper Echo RP> -+- InterEcho 1.18 RP> + Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) Radek [Team OS/2] E-Mail Radek Kafka Fido 2:423/34.7@fidonet.org --- FMail/2 1.02 * Origin: ORIMEX POINT (voice) 42-47-562-00-61 (2:423/34.7)