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