Libcurl and old BlitzMax 1.50?

Started by Midimaster, February 08, 2021, 09:34:19

Previous topic - Next topic

Midimaster

Hello, I'm trying to modify a very big old Bmax project to enable https-connections. Therefore I want to know if it is possible to use the LibCurl-Module I found here...
https://github.com/maxmods/bah.mod/tree/master/libcurl.mod
... also for my old Bmax 1.50?

Do I need any modification or can I easily copy the content to my "C:\BlitzMax\mod\BaH.mod" folder ?

Do I need any steps before I can use it?
...back from Egypt

Derron

I did not check it out - but "maxmods" should work with "vanilla". Only the stuff directly in "bmx-ng" is "ng only".

Yet it might happen that they (maxmods) get updated and Brucey only cross checked with NG.


So... just try it out and report back the issues you experienced (especially compiler-errors). Also do not forget: with vanilla you are bound to some more specific MinGW versions - so ensure to use whatever has to be used.


Another possibility: move on to NG (if doable - or if your framework is encapsulated and could be "upgraded" separately - so your other projects benefit from it too).


bye
Ron

Grisu

Hi,

I'm still using Libcurl for my PRP app, coded in more or less Vanilla BMX. 

For most cases you only need to copy the fulll mod dir over. Then rebuild "all modules".
LibCurl got very bloated after a certain point (like adding more like 1 MB to simple exe files).

Grisu

P.S.
If you are in need, I can send you "Version: 1.05" of the mod (2016). Which should have the best compatibilty (runs fine with up to GCC 12.1).
Sadly, BMX NG breaks all kinds of stuff, if you use other than Brucey's mods.




Pocket Radio Player     Cardwar

Midimaster

Thanks, but my question is one year ago. Meanwhile I changed to BlitzMax NG, where all works perfect
...back from Egypt

LT

#4
Quote from: Grisu on May 12, 2022, 12:43:39
If you are in need, I can send you "Version: 1.05" of the mod (2016). Which should have the best compatibilty (runs fine with up to GCC 12.1).
Sadly, BMX NG breaks all kinds of stuff, if you use other than Brucey's mods.

Hi, I was attempting to use LibCurl just recently and it doesn't work with "https" at all, afaik.  My version is 1.04 and works with Vanilla BMax, which is what I use.  Does 1.05 work with "https"?