Wrapping 4.0 Commands into 3.94
Wrapping 4.0 Commands into 3.94
We all know that it's illegal o directly wrap PB Commads in a dll to use in a different language, but as now Fred stated that 4.0 will have a different library Format, and we need Libraries from 3.94 but want to use 4.0 functionallity within our app, are we allowed to wrap the new PB Commands into a DLL and use it with software compiled with PB 3.94 as it isn't exactly a different language?
Visit www.sceneproject.org
Because my project needs the XML Lib ^^
But maybe this will also be converted
Yeah I think it's good that it's illegal to wrap Purebasic commands I only thought it could be something else if you only use it in a PB Project (an older^^)
But maybe this will also be converted
Yeah I think it's good that it's illegal to wrap Purebasic commands I only thought it could be something else if you only use it in a PB Project (an older^^)
Visit www.sceneproject.org
-
DarkDragon
- Addict

- Posts: 2347
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
-
localmotion34
- Enthusiast

- Posts: 665
- Joined: Fri Sep 12, 2003 10:40 pm
- Location: Tallahassee, Florida
are there any plans to update tailbite to be compatible with 4.0?
or will 4.0 include NATIVE ability to take PB code and generate a PB library?
some of us have written fairly complex and time consuming libraries. i have kept all my sources VERY safe. i guess if need be i can compile the sources to a DLL, keep the LIB generated, and statically link it to my 4.0 exe if i HAVE to.
what say you Fred? is it going to be a nightmare to reconfigure our libs for 4.0?
im interested because i plan on selling my first commercial app soon, to get some extra $$ to get rid of my piece of crap car, and for a down payment on a house.
im going to apply for a federal small business grant, so id like to get a general idea of how drastic the change is going to be of the lib use.
should i hold off on writing the app until 4.0, because it will include ALOT of what ive written already.
or will 4.0 include NATIVE ability to take PB code and generate a PB library?
some of us have written fairly complex and time consuming libraries. i have kept all my sources VERY safe. i guess if need be i can compile the sources to a DLL, keep the LIB generated, and statically link it to my 4.0 exe if i HAVE to.
what say you Fred? is it going to be a nightmare to reconfigure our libs for 4.0?
im interested because i plan on selling my first commercial app soon, to get some extra $$ to get rid of my piece of crap car, and for a down payment on a house.
im going to apply for a federal small business grant, so id like to get a general idea of how drastic the change is going to be of the lib use.
should i hold off on writing the app until 4.0, because it will include ALOT of what ive written already.
Code: Select all
!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
sounds good for me and PBOSLFred wrote:Theorically it shouldn't be long to port an old lib to v4 (especially with TailBite).
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Good news (theorically)Fred wrote:Theorically it shouldn't be long to port an old lib to v4 (especially with TailBite).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
definitely a monday, for sure...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )


