I have never programmed in Clipper before today and was given very little written reference material. Here is my problem: I have multiple programs that are used to create an application that is distributed to users for updating purposes. I have copied the .prg files (for example programs are named A,B,C,D) to my hard drive and made changes using PE.EXE on the lan. I then created a myfile.clp file which contains A,B,C,D. I then run clipper @c:\myfile.clp and it apppears to compile all programs (A B C D) into a single .obj file named myfile.obj
I then run rtlink file myfile to create an executable file named myfile.exe
The problem is that myfile does not work any longer. Am I doing the compile and link correctly???? Any suggestions
Thanks
I then run rtlink file myfile to create an executable file named myfile.exe
The problem is that myfile does not work any longer. Am I doing the compile and link correctly???? Any suggestions
Thanks