Home > Archive > Clipper > June 2006 > CLIP ITK library builiding
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CLIP ITK library builiding
|
|
| Marco A. Cruz Quevedo 2006-05-16, 6:55 pm |
| Hi!
I am having the following problem: // CLIP compiler in Linux//
1. I have an application app.prg
//-- start of application
procedure MAIN
..
..
especial_udf(arg)
..
..
..
extra_udf(arg1,arg2)
..
..
return
2. I have a library (actually over 50 UDFs - user defined functions)
in the folder ./udf/, compiled with
clip udf*.prg
clip_makeslib libmyufs udf*.o
3. Then, I compiled and linked my application:
clip -r app.prg udf/libmyudfs.so
4. When the application app is run, complains that especial_udf does
not exist.
and aborts with the message:
Error /0
no function ESPECIAL_UDF:
If app is run twice , it cannot be KILLed, and the Kommand window is
stuck, or frozen. It can be closed but PID of app remains and cannot be
KILLed.
What am I doing wrong?
Thank you and best regards.
------------------------------------
Freedom is not a permission for chaos
| |
| culikr@gmail.com 2006-06-17, 7:55 am |
| Marco Cruz
I suggest to download and try xharbour.
it much better in my opinion then clip
you can download xharbour from www.xharbour.org (free version) or try
our commercial version from www.xharbour.com
regards
Luiz
www.xharbour.com.br
| |
| Marco A. Cruz Quevedo 2006-06-17, 7:55 am |
| I have alredy tried xharbour in Win98/msdos, but there some functions
missing from CTOOLS. . I like more CLIPITK because is a faster compiler
and yields smaller object files. Anyway, I consider xharbour in Linux
as second alternative.
Thanks for the hint.
Regards,
Marco
------------------------
Freedom is not a permission for chaos.
culikr@gmail.com wrote:
> Marco Cruz
>
>
> I suggest to download and try xharbour.
> it much better in my opinion then clip
> you can download xharbour from www.xharbour.org (free version) or try
> our commercial version from www.xharbour.com
>
> regards
> Luiz
> www.xharbour.com.br
|
|
|
|
|