Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling Question 1

Status
Not open for further replies.

laado

Programmer
Oct 17, 2002
35
AU
Hi Guys
I Installed .Net on my Computer, Now i cannot Compile
my Clipper Applications, I cannot understand why ,when
i compile i get error messages for eg "Extend.Lib" not
found ,

Please Help if you can....

Cheers
 
Perhaps the environment variables are all used up by .NET
Check in a dosbox by giving the statement SET

You'll probably find that your clipper env vars are gone.

Rob.
 
It may help to add more environment space as you can easily run out in W2K. You could also setup a .BAT file to re set the clipper sets. Ian Boys
DTE Systems Ltd
 
Ian
Thanks for your reply,Can you please explain a bit more
about how can i add more environment space (i am using W2K)
and about batch file.

Regards
 
Goto System Properties (Window key-Pause is a good shortcut) Select Advanced Tab and Environment Variables and edit the ComSpec variable and add a /e:nnnnn where nnnnn is the amount of environment space you want. Ian Boys
DTE Systems Ltd
 
Ian,
Thanks a lot i will give it a go

Regards

 
Ian
Thanks a lot, Batch file did the trick.
Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top