Add [Windows] Cabinet.dll API

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Add [Windows] Cabinet.dll API

Post by Mijikai »

It would be nice to have these APIs

Code: Select all

CreateCompressor_()
Compress_() 
CloseCompressor_()
CreateDecompressor_()
Decompress_()
CloseDecompressor_()
fryquez
Enthusiast
Enthusiast
Posts: 369
Joined: Mon Dec 21, 2015 8:12 pm

Re: Add [Windows] Cabinet.dll API

Post by fryquez »

An Application that links to these functions will only work on Windows 8 and later.

-1
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: Add [Windows] Cabinet.dll API

Post by Mijikai »

fryquez wrote:An Application that links to these functions will only work on Windows 8 and later.

-1
Obviously... i dont see ur point.
fryquez
Enthusiast
Enthusiast
Posts: 369
Joined: Mon Dec 21, 2015 8:12 pm

Re: Add [Windows] Cabinet.dll API

Post by fryquez »

Mijikai wrote: Obviously... i dont see ur point.
Too bad. Let's say these API's were introduced with Windows 8!
Over 50% of Microsoft Windows User still use Windows 7 and earlier versions.

PureBasic still supports most of them,
so just use a Module with dynamic linking to these API's.
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: Add [Windows] Cabinet.dll API

Post by Mijikai »

fryquez wrote:
Mijikai wrote: Obviously... i dont see ur point.
Too bad. Let's say these API's were introduced with Windows 8!
Over 50% of Microsoft Windows User still use Windows 7 and earlier versions.

PureBasic still supports most of them,
so just use a Module with dynamic linking to these API's.
If u dont need this - why bother?
If those APIs were added NOTHING would change for you anyway (since u wont use it)!
So where is ur point besides stating the documentation?
Ur argument so far -> i dont like this so no one should benefit...
Last edited by Mijikai on Sun Aug 27, 2017 8:54 pm, edited 2 times in total.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Add [Windows] Cabinet.dll API

Post by ts-soft »

PB supports only Win-API, that is available since windows xp.
Most Win-API a supported, that have a equivalent on other OS like Linux or MacOS.

I don't think, this wish have any chance :mrgreen:
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.
Image
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: Add [Windows] Cabinet.dll API

Post by Mijikai »

ts-soft wrote:...I don't think, this wish have any chance :mrgreen:
GJ!
Post Reply