Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem compiling demo

16 views
Skip to first unread message

Blizz

unread,
Jan 25, 2012, 2:21:51 PM1/25/12
to
I’m using the demo version to see if I can port my clipper application
to xHarbour. However when I’m compiling it I get some unresolved
external symbols.

Here’s an example:

xLINK: error: Unresolved external symbol '_HB_FUN_VGAPALETTE
referenced from (test.obj)'.

One of your .prg examples wich comes with the product: ..\xHB\Samples
\xHarbour\cttest\video.prg also references the vgapalette function but
this .prg cannot compile either giving the same errors.

There is a video.c file inside ..\xHB\Source\ct wich implement the
vgapalette function but I cant find a way to link it along with
the .prg.

This is the only thing left for migrating my application to xHarbour
to see if everything is working like it should.

Any help will be greatly appreciated

dlzc

unread,
Jan 25, 2012, 3:47:06 PM1/25/12
to
Dear Blizz:

On Jan 25, 12:21 pm, Blizz <michel.ho...@gmail.com> wrote:
> I’m using the demo version to see if I can port my
> clipper application to xHarbour.

Welcome.

> However when I’m compiling it I get some unresolved
> external symbols.
>
> Here’s an example:
>
> xLINK: error: Unresolved external symbol
> '_HB_FUN_VGAPALETTE referenced from (test.obj)'.

This is a Clipper Tools function, not Clipper... just for what that is
worth:
http://www.xharbour.com/products/chart/
... the CT3.lib should be included in the demo.

...
> This is the only thing left for migrating my application
> to xHarbour to see if everything is working like it should.

David A. Smith
0 new messages