I've compiled my old prg with Xharbour (cvs snapshot)
Looks to be working in general but in places where
number of dbf's / ntx's are to be open my exe fails with
dbf/ntx 1001 dos error 4
I compile for win32 gtwin with bcc 5.5.1
It doesn't look my exe is aware of SET CLIPPER=Fx
nor SET HARBOUR=Fx. Please help me with this issue
Regards
Adam Jablonski
ajab@mdnet.pl
Logged In: YES
user_id=706646
You need link the BCC640.lib file to your application. It
allows you to open up to 600 files at the same time.
Logged In: NO
Well, on clipper applications for real or protected (extended) mode FILES=254 in c:\windows\system32\config.nt
usually helps but I doubt it will help for win32 applications created with win32 compiler.