Seem that curdirve is not a clipper function
http://www.ousob.com/ng/clguide/ng3ca.php
but is a xbase++ so is present hbxbp.lib (xbase compatibility lib)
is also a xharbour function

harbour instead have hb_curdrive
#ifdef __HARBOUR__
#ifndef __XHARBOUR__
#XTRANSLATE curdrive( =>  hb_curdrive(
#endif
#endif
i have fear have missing something

Can be safety addedd for compiling source with hb_curdrive?

2010/4/8 Massimo Belgrano <mbelgr...@deltain.it>

> I have same problem with curdrive
>
> Undefined reference to HB_FUN_CURDRIVE
>
>
> 2010/3/18 Itamar Lins <itamarl...@gmail.com>
>
> Hi!
>> My project now not found this is functions:
>> DbCopyStruct()
>> dllcall()
>> curdrive()
>>
>>
-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to