Re: [fpc-pascal] MQTT package for freepascal/lazarus?

2022-10-21 Thread Zeljko Avramovic via fpc-pascal
> I am looking for a pascal implementation of the MQTT protocol. https://github.com/cutec-chris/TMQTTClient https://github.com/jamiei/Delphi-TMQTT2 https://github.com/songshuang8/MqttServer https://github.com/AndersonGaitolini/MQTT-Gaitolini https://github.com/ZiCog/mqtt-free-pascal https://github

Re: [fpc-pascal] BoolToStr

2022-08-31 Thread Zeljko Avramovic via fpc-pascal
> > You can use > > BoolToStr(b,'TRUE','FALSE') > > That works great! Shouldn't that be the default and you can put in > something else if you want it? Latest trunk allows you this if you include new syshelpers unit: True.ToString; // True True.ToTrueFals

Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread zeljko
x27; Why don't you install binutils-mingw-w64 package? [Note: I don't have Ubuntu, so I don't know whether it exists for your specific version of Ubuntu] New fedora's also have complete binutils for 32/64 bit. zeljko ___ fpc-

Re: [fpc-pascal] Modular Qt4Pas

2013-02-17 Thread zeljko
o world" in free pascal > need also libqtnetworking, libwebkit (33 MB!) and even libsqlite and more. > Are plans for split Qt4Pas to separated modules? You should ask Den about it, better ask at q...@lists.lazarus.freepascal.org zeljko _

Re: [fpc-pascal] wayland support for FPC

2012-11-09 Thread zeljko
s to displace > > X11 - and they all tanked. Wayland does seems to have more backing than > > its predecessors though. > > > > Bottom line, existing X11 apps will apparently continue to run on > > Wayland. So we have time… > > Qt5 afaik, does not

Re: [fpc-pascal] Wiki search broken?

2012-08-26 Thread zeljko
;something') (eg. double minus (or whatever name it have) sign which can be found in ms word (it looks like double minus -- but in one line)). zeljko ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: [Lazarus] Any FPC/Lazarus success stories on Nokia N9?

2012-08-25 Thread zeljko
nes in bindings like N900 needs). P.S: There's guy on #lazarus-ide irc channel nick = trx. He created complete api to work with nokia ui's,so you can create same app like with QtCreator (under Lazarus) ask him for more details. zeljko _

Re: [fpc-pascal] OT: Amazing new development tools

2012-02-26 Thread zeljko
On Sunday 26 of February 2012 11:43:38 Michael Van Canneyt wrote: > I don't see him doing this in huge corporate administrative business > programs where hundreds of database tables are involved. and that tables can contain billion of rows ... so visualisation won't be so s

Re: [fpc-pascal] libQT4Pas - Why it is needed?

2012-02-01 Thread zeljko
. So if someone have enough doxygen knowledge it is possible to create automatic C bindings with some efforts. zeljko ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] libQT4Pas - Why it is needed?

2012-01-30 Thread zeljko
program using > the qt interface. The gpl? license may or may not make that possible > though. hm..this looks pretty interesting. Have you tried that ? zeljko ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: RE : [fpc-pascal] libQT4Pas - Why it is needed?

2012-01-30 Thread zeljko
00721-0.html. > > Smoke is actually a tool that generates runtime wrappers for c++ libraries. > It supports virtual methods, multiple inheritance etc. Yes there's smoke but that's all... no docs - exactly nothing. I've tried to dig into and try to get out

Re: [fpc-pascal] libQT4Pas - Why it is needed?

2012-01-30 Thread zeljko
libs .. but it won't happen so long live libQt4Pas zeljko ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] libQT4Pas - Why it is needed?

2012-01-30 Thread zeljko
ider > which i point out ; I think that this question was pretty clear: "Do other languages like python use the plain c interface, or C++?" zeljko ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] libQT4Pas - Why it is needed?

2012-01-29 Thread zeljko
would want to apply interpreted script > :languages, I've understand that he asks how python bindings works then ? Probably same way as our libQt4Pas. You cannot use Qt python without python bindings for qt - so no direct C++ usage. zeljko __

Re: [fpc-pascal] libQT4Pas - Why it is needed?

2012-01-29 Thread zeljko
e) to use C++ class, but I don't see light at the end of tunnel for eg override virtual routine from such C++ class which is possible by C interface or howto attach callback (event) from pascal to C++. So if it isn't possible then what's the point with C++ support ? zeljko > >

[fpc-pascal] Meego Harmattan (Nokia N9) and fpc

2011-12-24 Thread zeljko
target project1 has EABI version 0 libQt4Pas is builded with QtSDK for harmattan, and it's ok. How to pass EABI to version 5 (fpc-2.4.5) ? zeljko ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinf

Re: [fpc-pascal] Timer in X11

2011-12-22 Thread zeljko
ikipedia.org/wiki/GLib http://developer.gnome.org/glib/2.26/glib.html I would try with it before reinventing wheel, because it works on all X11 platforms (even on OS/2 and BeOS) and I'm pretty sure that it's installed by default. zeljko ___