Demo and DLL

Everything else that doesn't fall into one of the other PB categories.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Demo and DLL

Post by Dare2 »

Can't remember all the limitations of the demo version of pure.

Can it load dll's? (OpenLibrary)

There is someone whom I think I might be able to interest in pure. DLLs is a big requirement. So if the demo can handle this it might sway them.

Thanks.
@}--`--,-- A rose by any other name ..
User avatar
blueb
Addict
Addict
Posts: 1118
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Post by blueb »

from the help file:

Code: Select all

The demo-version of PureBasic is limited as shown below:

- No DLL can be created 
- you can't use the whole external Win32 API support 
- no development kit for external libraries 
- maximum number of source lines: 800 


Sounds to me as if you can USE dll's, but you cannot create them.

My opinion,

--blueb
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Hi blueb,

Thanks! I read it same way you do.


.. and ..

blueb wrote:from the help file:
oops! :oops: Sorry!
@}--`--,-- A rose by any other name ..
Post Reply