--------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBF00002 Date: 07/08/97 From: ALEJANDRO LOPEZ OSORNIO Time: 08:54pm \/To: ALL (Read 0 times) Subj: Help with an error... Hola ALL! I've got a problem with a program I've developing for more than two years. It never gave any problem until recently when it started halting in strange parts, with no apparent reason. In old machines -286,386 and 486-it works perfectly. But in Pentium systems it brings strange problems. Sometimes it shows this message: "Internal error 5333" and stops execution. In some machines it doesn't even get charged into memory, and this message appears on the screen: "Runtime error -R6003 integer divide by 0". I would be very grateful if someone helped me about this. It's driving me crazy!!! Thank you. My name is Veronica, Alejandro lent me his account. Veronica --- Terminate 4.00/Pro * Origin: The Dark Point (4:901/134.30) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBF00003 Date: 07/07/97 From: ANDRES TARALLO Time: 11:02pm \/To: MANFRED SCHWAB (Read 0 times) Subj: Clipper under Linux Hi Manfred, In a message of to Vinx (2:335/525.30), you wrote: MS> Hello Vinx, MS> I don't really know if there is a Linux compiler, but I have heard about a MS> produkt named Flagship. It is supposed to be a system that make C-Code MS> out of clipper code. Recompiled in the Unix C version it can be run on MS> any unix System. MS> I haven't tried it yet, but they say ist works. Maybe it can be adapted MS> somehow to Linux too. You don't need to adapt anything, because there's a native version for linux. Please check this URL http://www.linuxmall.com, maybe there you could get more information. Bye and forgive my english (is no my mother tongue). Andres --- The-Box Point 0.15- PC * Origin: L'imagination au pouvoir (4:850/9.24) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBF00004 Date: 07/08/97 From: PAPICK GARCIA TABOADA Time: 11:58pm \/To: RAYMOND PESEK (Read 0 times) Subj: revision to the vo 2. * Antwort auf Message in MY_MAIL Hallo Raymond, RP> They haven't made a peep about it in awhile. There were messages some RP> months back that it would be worked on after the 'a' patch to 2.0 RP> came out, but I haven't seen anything recently. I'll post something RP> here as soon as I know. RP> Raymond Pesek AllI heard is, that it is already in beta. Tchau, Papick --- _ * Origin: Its only Rock n Roll but I like it! (2:2476/480.6) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBG00000 Date: 07/11/97 From: RAYMOND PESEK Time: 06:06pm \/To: VINX (Read 0 times) Subj: Clipper under linux VX -> I've just read about www.fship.com ... tnx a lot... if you found any -> other news I'd like to know it, please Unfortunately, I don't use it, and have never seen it. I wouldn't recognize Linux if it bit me. Raymond Pesek * 1st 2.00 #2448 * Moderator - Clipper Echo --- InterEcho 1.19 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBG00001 Date: 07/11/97 From: RAYMOND PESEK Time: 06:06pm \/To: ALEJANDRO LOPEZ OSORNIO (Read 0 times) Subj: Help with an error... AL ->it shows this message: "Internal error 5333" and stops Which version of Clipper? If 5.2, it should be at the 5.2e patch level. AL ->"Runtime error -R6003 integer divide by 0". If you're using the Tools III library, you need to get a file named R6003FIX.ZIP. It contains an object file to fix this problem. The problem is probably only showing up on computers using the AMD K5 or Cyrix 6x86 processor. It doesn't occur on true Intel Pentiums. If you have Internet access, you can get it at http://www.iag.net/~philb in the Patches section of the Oasis collection. Raymond Pesek * 1st 2.00 #2448 * Moderator - Clipper Echo --- InterEcho 1.19 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBG00002 Date: 07/11/97 From: RAYMOND PESEK Time: 06:06pm \/To: PAPICK GARCIA TABOADA (Read 0 times) Subj: Revision to the vo 2. PG ->AllI heard is, that it is already in beta. The patch to 1.0d is now available on the CA ftp site. ftp://mf.cai.com/CAproducts/vo/v10dfull.zip It's 4.4 MB in size. Raymond Pesek * 1st 2.00 #2448 * Moderator - Clipper Echo --- InterEcho 1.19 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBH00000 Date: 07/12/97 From: ERIK WACHTMEESTER Time: 02:31pm \/To: RON TUYNMAN (Read 0 times) Subj: Adding Fields in Clipper 5.2 Reply-To: erik.wachtmeester@bighole.iaf.nl Ron Tuynman wrote in a message to Erik Wachtmeester: EW> I agree on that one, but I simply love the speed and flexibility of EW> code blocks in Clipper, and I tend to use them whenever possible. If EW> you're not using code blocks, you're not using Clipper to the full... EW> ;-) RT> ...That's right. The need for speed to me is only circumstantial. I didn't only mean execution speed, but also (and more important to me) development speed. Using codeblocks it's a lot easier to write reuseable functions (the flexibility part I mentioned). And since codeblocks can be created and evaluated at runtime, it's also a great tool for user defined reports, mailmerge selections, etc. I've just written a universal 'query by example' mailmerge in less than 800 lines of code (including lots of comments and empty lines). I'm pretty sure that wouldn't be possible without codeblocks... EW> If you know the string to compare with must start with 'ADDRESS', it's EW> just natural to me to use '=' instead of '$'. RT> ...I don't like the syntax. A legacy from my dBase time where RT> Var = Value RT> was a legal syntax... :-) understandable, but not really a valid argument any more. Regards, Erik --- * Origin: May it be on this earth? (2:283/7.2) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBH00001 Date: 07/12/97 From: ERIK WACHTMEESTER Time: 02:45pm \/To: RAYMOND PESEK (Read 0 times) Subj: Possible problem with net Reply-To: erik.wachtmeester@bighole.iaf.nl Raymond Pesek wrote in a message to Erik Wachtmeester: EW ->Thanks, but no thanks. Until now we haven't got any real support ->from any of the suppliers, but it seems that the new 2.12 ->version of Novell's Client32 could solve our problem (neterr() ->returns .t. on a dbappend(), but sometimes somehow existing ->records are overwritten anyway). At least, we couldn't replicate ->this problem with Client32 2.12 until now. RP> Speaking of which, the problem with Windows 95b (also known as OEM95 or RP> OSR2) have been resolved. Sort of. I've read your previous message on this. Thanks for the information. RP> For more information, and a patch file to give you a new copy of RP> VREDIR.VXD and a registry key update to turn off local caching RP> (something the original Windows 95b redirector could not do), check out Hmm. This could be exactly the problem I encountered: in Novell's Client32 ou can set 'True commit' to 'Yes', but that doesn't seem to work good enough. RP> http://www.daccess.com/techtips/bufferin.htm I'll check it out. Thanks again. RP> Supposedly this only affects NT networks. Looks like you found a new RP> one. Looks like it... :-( RP> Oh yeah, and Successware and DFL (the LightLib graphics folks) have RP> both been bought by someone named Luxent Software. The www.gosware.com RP> page now points you to http://www.luxent.com RP> Guess you can kiss the Clipper stuff goodbye forever now, even though RP> Jeff Jochum is now CEO of Luxent. At least on their website they still are reserving quite some space for their Clipper products. But since we're migrating to Delphi too, I really don't ind that much. Regards, Erik --- * Origin: May it be on this earth? (2:283/7.2) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBH00002 Date: 07/12/97 From: ERIK WACHTMEESTER Time: 02:57pm \/To: ALEJANDRO LOPEZ OSORNIO (Read 0 times) Subj: Help with an error... Reply-To: erik.wachtmeester@bighole.iaf.nl Alejandro Lopez Osornio wrote in a message to All: ALO> But in Pentium systems it brings strange problems. Sometimes ALO> it shows this message: "Internal error 5333" and stops ALO> execution. In some machines it doesn't even get charged into ALO> memory, and this message appears on the screen: "Runtime ALO> error -R6003 integer divide by 0". Using Clipper Tools III and AMD, Cyrix or IBM processors? In that case, it can be solved by linking the following little object file (after you 'munpack'ed it) in your program before CT is linked: <--------- Message-ID: <3069954727@random-pc> Mime-Version: 1.0 Subject: Tools III K5 & Cyrix 6x86 R6003 fix Content-Type: multipart/mixed; boundary="-" This is a MIME encoded message. Decode it with "munpack" or any other MIME reading software. Mpack/munpack is available via anonymous FTP in ftp.andrew.cmu.edu:pub/mpack/ --- Content-Type: application/octet-stream; name="__wait_b.obj" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="__wait_b.obj" Content-MD5: zL6R3GKDqATpFPeEVLDHkQ== gAwACl9fd2FpdC5BU03olg4AAAZfTlRPT0wEQ09ERUyYBwAobwACAwHEkDgAAAEHV0FJVF9B WBIAAAlXQUlUX1RJQ0tKAAAKVElNRV9DWF9EWAAAAAtXQUlUX0FYX0ZBUkYAAPuIBAAAogHR oHMAAQAAHlC4QACO2IsObgCLFmwAWB/DCuR0DlIz0rk3APfxUugAAFhai8iK4DLA0eh0FyvB K8GLyLgEAOZD5EA6xIrg5EB09uL0w+gAAMsLwHQgVYvsnPtT6AAAi9roAAA72nT5SHXx90b+ AAJ1AfpbnV3Dn5wZAIQgAAEBSgCERwABARIAhFUEAQGEWgQBAbmKAgAAdA== ---------> Regards, Erik --- * Origin: May it be on this earth? (2:283/7.2) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: EBJ00000 Date: 07/14/97 From: ANDRS CIANCIARUSO Time: 12:21am \/To: ALL (Read 0 times) Subj: Graphic Library Montevideo, Mon 14 Jul 97 00:21 Hi everybody: I'm looking for some advise about Graphic libraries for Clipper 5.2e. I mean: we want to include profesional business charts in our products. We know Fast.LIB, Light.LIB are excellent products, but we want to hear about the experiences of other users. What about DGE, for instance? Thank you very much... Regards: Andrs Cianciaruso. Team OS/2 - [AC007] ace@biosys.net >:>Zippedtagln --- The-Box Point 0.15- PC * Origin: NeverEnding Story (4:850/1.4)