Page 1 of 1

New person - Clipper 5.3 programmer

PostPosted: Tue Sep 11, 2007 6:46 am
by Sid
In my altered build.bat (which did work for achoice.prg, after I added Function Clipper520(); Return nil), the tutor01.prg
still doesn't work. I asked Antonio, and he suggested I try adding:
"... /force:multiple"
so I tried
"c:\sids\bin\link /se:2000 /NOE %1,,null, Five FiveC Objects WinApi Clipper Extend, ..\include\FiveWin.def /force:multiple"
then
"c:\sids\bin\link /se:2000 /NOE %1,,null, Five FiveC Objects WinApi Clipper Extend, ..\include\FiveWin.def ... /force:multiple"

Neither worked. Refer attached for first attempt. The 2nd attempt had same error, plus others. What am I doing wrong?
===
Also before the "/force:multiple" problem, I included the /b debugger
switch, as debugging is vital. It works, but if you hit ESC key at first
debug screen, the program locks up.
Any help appreciated.

PostPosted: Thu Sep 13, 2007 6:04 am
by Antonio Linares
Sid,

samples\Tutor01.prg should show just a MsgInfo() on the screen. If achoice.prg is working, then tutor...prg should be working too