Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Clipper > Re: Clipper 87 ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 263 of 327
Post > Topic >>

Re: Clipper 87 to Windows

by pete@[EMAIL PROTECTED] Apr 27, 2007 at 04:36 AM

In article <1177614672.769640.127530@[EMAIL PROTECTED]
>
           dlzc1@[EMAIL PROTECTED]
 "dlzc" writes:

> Dear CNT LM:
> 
> On Apr 26, 8:01 am, "CNT LM" <Servi...@[EMAIL PROTECTED]
> wrote:
> > Hi,
> >
> > We are trying to convert some old clipper 87 programs to a
> > windows platform, if posíbly using the original code.
> >
> > Anyone knows how to do this?
> 
> The programs should run as is in a DOS box on Windows now.

That is likely true -- have you tried?

>   To be
> friendly to real Windows programs, review the FAQ for the most current
> version of "FT_IAmIdle".

This will likely _not_ work on S'87 code; S'87 uses a completely 
different mechanism from 5.x to hog the CPU :-)  I think I put my 
fix for this on The Oasis many years ago -- look for nice.zip (or 
nice11.zip or similar).  If it's not there, please post again and 
I'll upload it to my web pages and post the URL.

One more serious problem that you might have running your app is 
that S'87 attempts to create its temporary files in the root 
directory of the current drive, and later versions of Windows 
will not let this happen. [Clipper reports an error 92 if I 
recall correctly from years ago.]  In order to work around this, 
use the SUBST command to create a "pretend" drive, for example

   C:>md s87base
   C:>subst z: c:\s87base
   C:>z:
   Z:>md app    (or whatever name you like)

and install your application and dbfs etc. to Z:\APP and run it 
from there.  Any temp files will now be created in Z:\ (which is 
really c:\s87base, but Clipper doesn't know that!).  Of course 
you can put all this stuff in a batch file -- together with 
nice.com -- and run it all from a shortcut.

Hope that helps,
Pete
-- 
   "We have not inherited the earth from our ancestors,
    we have borrowed it from our descendants."




 1 Posts in Topic:
Re: Clipper 87 to Windows
pete@[EMAIL PROTECTED]   2007-04-27 04:36:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Fri Jul 4 23:09:46 CDT 2008.