FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Using the SIx driver
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM

Using the SIx driver

Posted: Wed Apr 08, 2009 08:32 AM

With xHarbour builder I can compile my programs using the SIx driver. If I compile with BUILDX.BAT I get undefined symbols for the SIx related functions. How can I include this driver with FiveWin ? Thank you.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Using the SIx driver

Posted: Sun Apr 12, 2009 10:48 PM

Gustavo,

> I get undefined symbols for the SIx related functions

What unresolved sylmbols are them ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM

Re: Using the SIx driver

Posted: Sun Apr 12, 2009 10:53 PM

Gustavo

If I recall .. the Six Driver is 16 bit and will not translate or work with 32 bit ..

Rick Lipkin

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Using the SIx driver

Posted: Sun Apr 12, 2009 11:03 PM

Rick,

xHB.com provides a commercial Six driver compatible compiler, afaik :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM

Re: Using the SIx driver

Posted: Sun Apr 12, 2009 11:36 PM

Antonio

I think is called 'apollo' ??

Rick

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Using the SIx driver

Posted: Sun Apr 12, 2009 11:41 PM

Yes, I think so though I am not familiar with it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM

Re: Using the SIx driver

Posted: Tue Apr 14, 2009 05:56 AM
Antonio & Rick:

Thank you for your help. I had used the SIx driver that comes with xHB.com (compiled with the xBuilder utility). Everything 32bit. Now, if I try to compile the same source code with the buildx.bat I get undefined symbols (all SIx related). I'm using the buildx.bat, as suggested, by Antonio due to a problem displaying JPGs in a window with xBuilder. How can I link the SIx driver libraries (32bit) with the buildx.bat. Thank you.

Related Posts (graphics error mentioned):
1. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=13576
2. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=13587
3. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=13618
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Using the SIx driver

Posted: Tue Apr 14, 2009 08:10 AM

Gustavo,

In FWH\samples\buildx.bat add the six libraries here:

...
echo %hdirl%\pcrepos.lib + >> b32.bc
here ...
here ...

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion