PureBASIC DLL questions.

Just starting out? Need help? Post your questions and find answers here.
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

PureBASIC DLL questions.

Post by freddix »

Hi All,

I have a small question.
If I create a DLL under PureBASIC to be used with PureBASIC.
Will the DLL share medias data ?

Imagine the main PureBASIC program open a screen/bitmap, will it be possible to access it from the DLL I've created ? Will I have to create a command where the user will send informations to the DLL ?

Thank you all.

Kindest Regards,
Fred
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

No, as the internal symbols aren't shared with the DLL.
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

Post by freddix »

So, I'll have to create a procedure inside my DLL to receive the informations I need from the main PureBASIC program ?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Yep.
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

Post by freddix »

Ok.

Thank you Fred for these informations.
Post Reply