Search found 13 matches

by devulder
Tue Sep 09, 2025 12:38 pm
Forum: Bugs - IDE
Topic: Bug Editor in MacOS ?
Replies: 2
Views: 438

Re: Bug Editor in MacOS ?

Hi Piero,
Thanks for your reply, i look this!
by devulder
Sat Sep 06, 2025 9:05 am
Forum: Bugs - IDE
Topic: Bug Editor in MacOS ?
Replies: 2
Views: 438

Bug Editor in MacOS ?

Hi All,
I can't hit the character "|" in editor
French keyboard, shortcut are [shift + option + L]
Bug or limitation ?
Thanks,
by devulder
Sun Aug 03, 2025 7:02 pm
Forum: Mac OSX
Topic: Objective-C method not found by pb
Replies: 2
Views: 594

Re: Objective-C method not found by pb

Hi,
Thanks, i look this
by devulder
Sun Aug 03, 2025 7:18 am
Forum: Mac OSX
Topic: Objective-C method not found by pb
Replies: 2
Views: 594

Objective-C method not found by pb

Hi All,
I try to create with Xcode a dynamic library (objective-c .mm file) for use with pb.

extern "C" {

void openRequester(void);

}

void
openRequester(void)
{
}

Compilation are ok,

When i use ImportC, loading lib are OK but
pb fails always for find correct method signature for method ...
by devulder
Sat Jan 11, 2014 11:15 am
Forum: Mac OSX
Topic: [PB Cocoa] Cocoa companion library
Replies: 93
Views: 43649

Re: [PB Cocoa] Cocoa companion library

thanks,
by devulder
Sat Jan 11, 2014 1:18 am
Forum: Mac OSX
Topic: [PB Cocoa] Cocoa companion library
Replies: 93
Views: 43649

Re: [PB Cocoa] Cocoa companion library

A lib to work with the Cocoa version of PureBasic.
The lib supports both x86 and x64. PPC is not supported.

x86 / x64 static library archive : http://www.waterlijn.info/pb/cocoa/libPBCocoa.zip
help file : http://www.waterlijn.info/pb/cocoa/help.zip
source : http://www.waterlijn.info/pb/cocoa ...
by devulder
Thu Apr 25, 2013 11:50 pm
Forum: Off Topic
Topic: Which is the most popular BASIC dialect now.?
Replies: 28
Views: 8308

Re: Which is the most popular BASIC dialect now.?

skywalk wrote:
the.weavster wrote:
RealBasic was renamed Real Studio back in 2010.
Thoroughly scientifically significantly corrected :mrgreen:
RealStudio change the name to Xojo Inc (the 4 june 2013)

http://www.xojo.com/
by devulder
Sun Aug 26, 2012 11:51 pm
Forum: Coding Questions
Topic: ImportC bug
Replies: 1
Views: 1264

ImportC bug

Hi,

ImportC search library only on "/usr/local/lib" directory

if you set a absolute path, the program crash !
by devulder
Wed Feb 02, 2011 10:53 pm
Forum: Mac OSX
Topic: mouse events for cocoa event handling guide
Replies: 9
Views: 6283

Re: mouse events for cocoa event handling guide

Thanks for all testers,

I have many many bugs :wink:

I contact in private for next version.
by devulder
Mon Jan 17, 2011 10:49 pm
Forum: Mac OSX
Topic: mouse events for cocoa event handling guide
Replies: 9
Views: 6283

Re: mouse events for cocoa event handling guide

Hi,

Sorry i'm late !

before install need to have PB 4.51,OSX Intel 10.6

the link is here: link

Extract the zip file on /Applications directory !!! (elsewhere the examples doesn't work)

the "PB DEMO" contains

all small demos,

the include file pnheader.pbi

the dynamic library named Untitled ...
by devulder
Wed Jan 12, 2011 12:00 pm
Forum: Mac OSX
Topic: mouse events for cocoa event handling guide
Replies: 9
Views: 6283

Re: mouse events for cocoa event handling guide

PB for OSx uses the Carbon framework, so you won't be able to access the Cocoa framework within PB.
Also Cocoa relies on Objective-C an therefore its not procedural orientated.

Hi,

You have a cocoa plugin in development (10.6 Intel), a beta version may be available this week.

Many more works ...
by devulder
Wed Jun 09, 2010 8:59 pm
Forum: Mac OSX
Topic: Getting a GUI To Work?
Replies: 13
Views: 4347

Re: Getting a GUI To Work?

Hi,

I'm working for a alternative GUI library (full COCOA) for purebasic,

I don't like the current systeme message (WaitWindowEvent,...)

I want try this :

Procedure my_window_moved(posx.l,posy.l)

; // window are moved

Endprocedure

global mywin.l

mywin = CreateWindow(...)

SetCallBack(mywin ...
by devulder
Fri Dec 19, 2008 5:55 pm
Forum: Applications - Feedback and Discussion
Topic: Bytessence PasswordManager (v4.1, 12Oct2010)
Replies: 23
Views: 19234

link is down

where can't get it ?

thanks,