Hello,
I have create a library that I use for all my programs, and want to use it also for my 64bit programs.
What is the best way to use some prg files for both 32bit, and 64bit. I only want to maintain 1 set op PRG's.
In my old FWH-library I could create the .OBJ-files with -o option,in an other directory than the PRG-files.
But now, if I want to use that option in HARBOUR 64bit, I get a message thet this is an old option that will be deleted.
I can create a bat-file that copy each time all my PRG-files from one directory to an other (for use of 64bit). So I only modify the PRG's in the main directory, or is there a better way?
Thanks