Search found 5 matches

by ManMartin
Sat May 17, 2008 10:18 pm
Forum: Linux
Topic: New in Linux... how to say "register" my library.s
Replies: 2
Views: 1677

I also tried to place the so library where the purebasic ide is but no luck.

I use ubuntu 7.10 (I think)

my goal is to port my lighting programs to linux
I hope any of you can help me.

thanks again.
by ManMartin
Sat May 17, 2008 7:49 pm
Forum: Linux
Topic: New in Linux... how to say "register" my library.s
Replies: 2
Views: 1677

New in Linux... how to say "register" my library.s

Hello:

I am already arrived to Purebasic version for linux.
I have created a library the same way I use to do it
in windows.

I save it as libmyftdi.so

I copied it to /usr/local/lib cause I readed some posts arround
that this is the safe place to store them.

Then I am trying to access to my ...
by ManMartin
Sat Apr 19, 2008 2:01 pm
Forum: Coding Questions
Topic: CallBack function question
Replies: 5
Views: 942

This method seems more easy to understand to me...

I will take a look in the help to try to understand Prototypes too.

Thanks to all.
by ManMartin
Sat Apr 19, 2008 1:20 pm
Forum: Coding Questions
Topic: CallBack function question
Replies: 5
Views: 942

Thanks a lot for the quick response.

I dont get the idea but I will make a test to discover the secrets.

cheers.
by ManMartin
Sat Apr 19, 2008 8:30 am
Forum: Coding Questions
Topic: CallBack function question
Replies: 5
Views: 942

CallBack function question

Hello:

I am new in PureBasic.

I have some programs in VisualBasic and I would like to create a dll in Purebasic and pass the "AddressOf" of a procedure of VisualBasic (like some api functions in WinOS).

My question is how I can call the function of VisualBasic from PureBasic Dll once I have the ...