FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour RbBtn doesn't runs under Linux (wine)
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
RbBtn doesn't runs under Linux (wine)
Posted: Tue Aug 25, 2009 05:10 PM

Hi,
I checked that rbbtn doesn't runs under Linux (with wine ) and MAc OS X (with wine or crossover).
Is there any non-windows standard call used in this class ?

Any solution ? Antonio ?

This is a simply sel-contained sample that crash under linux+wine

include "fivewin.ch"

include "ttitle.ch"

include "ribbon.ch"

Function main()

local oWnd
 local oBtn1


DEFINE WINDOW oWnd TITLE "TTitle Class Test"

@ 0, 210 RBBTN oBtn1 OF oWnd ;
SIZE 100, 50 PROMPT "Text " TRANSPARENT MOSTLEFT TOOLTIP "Test"

activate window oWnd maximized

return nil

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: RbBtn doesn't runs under Linux (wine)
Posted: Tue Aug 25, 2009 05:26 PM

I made some tests. The problem is related to the TRANSPARENT clause.
If I use the TRANSPARENT clause the app crash, without this clause all runs fine.

Any solution ?

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: RbBtn doesn't runs under Linux (wine)
Posted: Wed Aug 26, 2009 10:36 PM

Marco,

You may need to modify Class TRBtn and implement dummy functions for all used functions until you find the one that makes WIne crash.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion