New person - Clipper 5.3 programmer

Post Reply
Sid
Posts: 2
Joined: Tue Sep 11, 2007 6:38 am

New person - Clipper 5.3 programmer

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply