Search found 10 matches

by ERICMAUDOUIT
May 11, 2021 8:39
Forum: Linux
Topic: Shared library acces (GTK + SCINTILLA)
Replies: 8
Views: 2903

Re: Shared library acces (GTK + SCINTILLA)

varptr cannot be right. From the wiki : "When the operand is of type String, the address of the internal string descriptor is returned. Use Operator Strptr (String pointer) to retrieve the address of the string data." It is unlikely that Scintilla knows the freebasic string descriptor lay...
by ERICMAUDOUIT
May 10, 2021 22:35
Forum: Linux
Topic: Shared library acces (GTK + SCINTILLA)
Replies: 8
Views: 2903

Re: Shared library acces (GTK + SCINTILLA)

Hello good morning, with this code SUB EDITEUR.LOC_gestionassistanceedition( _ sci as ScintillaObject ptr, _ notify as SCNotification ptr) IF (notify->nmhdr.code = SCN_CHARADDED) THEN SELECT CASE notify->ch CASE 10 dim as integer poscurseurcourante dim as integer lignecourante dim as integer indentl...
by ERICMAUDOUIT
Apr 08, 2021 15:46
Forum: Linux
Topic: Shared library acces (GTK + SCINTILLA)
Replies: 8
Views: 2903

Re: Shared library acces (GTK + SCINTILLA)

Hello I'm looking for information again I access 'SCINTILLA 4.4.6' without any problem, finally not on one point and not least, when I want to define a LEXER by 'SCI_SETLEXER' '-------------------------------------------------------------------------- #include once "gtk/gtk3.bi" #include o...
by ERICMAUDOUIT
Mar 04, 2021 16:25
Forum: Linux
Topic: Shared library acces (GTK + SCINTILLA)
Replies: 8
Views: 2903

Re: Shared library acces (GTK + SCINTILLA)

I found the solution by reading the documentation. (as if by chance)

by building with 'make GTK3 = 1' the library is accessible with GTK3

the magic of perseverance
by ERICMAUDOUIT
Mar 04, 2021 16:13
Forum: Linux
Topic: Shared library acces (GTK + SCINTILLA)
Replies: 8
Views: 2903

Re: Shared library acces (GTK + SCINTILLA)

You should try LD_LIBRARY_PATH. LD_LIBRARY_PATH="path/to/the/directory/contains/your/scintilla/.so/file" ./testscintilla Thanks for your help but its run only in GTK2 i must search (testscintilla:6141): Gtk-ERROR **: 17:06:03.813: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in th...
by ERICMAUDOUIT
Mar 04, 2021 14:07
Forum: Linux
Topic: Shared library acces (GTK + SCINTILLA)
Replies: 8
Views: 2903

Shared library acces (GTK + SCINTILLA)

Hello I started trying to make scintilla work on a GTK app. I am on linux (UBUNTU 20.10) So I recovered scintilla and I compiled it (without any problem) I installed 'libscintilla.so' in the directory of my application 'application / lib /' '----------------------------------------------------------...
by ERICMAUDOUIT
Feb 24, 2019 14:17
Forum: Libraries & Headers
Topic: Portable GUI toolkit (IUP) version 3.0 (RC2)
Replies: 50
Views: 48756

Re: Portable GUI toolkit (IUP) version 3.0 (RC2)

Hello the world I just installed IUP 3.26 on my system UBUNTU 16.04 without problems I use FBC 1.05 and when i compile the example "message.bas", there is no problems #include once "IUP/iup.bi" #define NULL 0 '' Initializes IUP IupOpen( NULL, NULL ) '' Shows a Message Box IupMess...
by ERICMAUDOUIT
Jun 17, 2018 10:51
Forum: Projects
Topic: wxFBE, editor for both Windows and Linux
Replies: 265
Views: 91988

Re: wxFBE, editor for both Windows and Linux

Thank you all for your information, I think I will change my shoulder rifle and move me to "GEANY + GLADE".

see you soon
by ERICMAUDOUIT
Jun 16, 2018 22:03
Forum: Projects
Topic: wxFBE, editor for both Windows and Linux
Replies: 265
Views: 91988

Re: wxFBE, editor for both Windows and Linux

Hi Eric you are on 64 bit linux? I tried again, in Mint 18.3 64 bit it doesn`t work. Same program from within Mint 18. 2 32 bit works. There you can do sudo cp libwx-c-0-9-0-2.so /usr/lib and most things work. I fiddled around some time with it. Now i have more distros on hd, so i can try in both. ...
by ERICMAUDOUIT
Jun 16, 2018 12:22
Forum: Projects
Topic: wxFBE, editor for both Windows and Linux
Replies: 265
Views: 91988

Re: wxFBE, editor for both Windows and Linux

hello from france here I am on Linux Ubuntu 16.4. I wanted to install wxFBE directly on the desktop then in the personal folder, and when I run the executable, 'wxFBE' does not start more in one case as in the other. the system tells me "can not display 'wxFBE'" "No application is ins...