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.