FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper New person - Clipper 5.3 programmer
Posts: 2
Joined: Tue Sep 11, 2007 06:38 AM
New person - Clipper 5.3 programmer
Posted: Tue Sep 11, 2007 06:46 AM

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.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
New person - Clipper 5.3 programmer
Posted: Thu Sep 13, 2007 06:04 AM

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

Continue the discussion