After some tests, i could use some cocoa stuff, but not all i want...
First, i've added the "-x-objective-c++" flag into src/solenv/inc/
unxmacx.mk, into the section CFLAGSCXX (~line 111).
Then, into src/vcl/aqua/inc/aquavcltypes.h, i added this line :
"#import <Cocoa/Cocoa.h>" just after the #include Carbon...
I've tried to declare some Cocoa variables into salframe.h, it works,
i can manipulate it into the salframe.cxx...
But, working onto NSCursor Class, i have some problmes, it compile
first, but failed to link, because of
"ld: Undefined symbols:
.objc_class_name_NSCursor"
error... i'm going to investigate if it's procedural Obj-C error, or
Cocoa-binding problem....
Any helps would be welcome
Damien DUportal