Hi
Moises Romero wrote:
>
> I used to make C calls from clipper to various functions I
> developed with turbo C++ 2.0.
>
> After I compiled the prg's and the .c file all together with
> Borland c++ 5.51 I am getting "unresolved external _HB_FUN_" for all the
> functions I had written in c++ 2.0
>
> All functions in C++ are type CLIPPER.
>
> These are the compilers switches I am using:
> BCC32 -O2 -d -Vs -c -f- -X -Ic:\HBC\INCLUDE
> Harbour -l -m -n -q -ic:\HBC\Include
>
CLIPPER MyFunc()
{
}
=>
HB_FUNC( MYFUNC )
{
}
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/Unresolved-External-_HB_FUN_-tp24688825p24689164.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour