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

Re: [fpc-pascal] BoolToStr

2022-09-01 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

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

2013-04-11 Thread zeljko
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-pascal maillist - fpc-pascal

Re: [fpc-pascal] Modular Qt4Pas

2013-02-17 Thread zeljko
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 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] wayland support for FPC

2012-11-09 Thread zeljko
predecessors though. Bottom line, existing X11 apps will apparently continue to run on Wayland. So we have timeā€¦ Qt5 afaik, does not support X11 anymore, only wayland, and that's the main path most Linux toolkits takes today. afaik, Qt5 DOES support X11. zeljko

Re: [fpc-pascal] Wiki search broken?

2012-08-26 Thread zeljko
-- 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
). 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 ___ fpc-pascal maillist - fpc-pascal

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 snappy :) zeljko

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

2012-02-01 Thread zeljko
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
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-30 Thread zeljko
libQt4Pas 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
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 how to create simplest wrapper, lost 3-4 hours with result = 0. zeljko

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

2012-01-30 Thread zeljko
..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: [fpc-pascal] libQT4Pas - Why it is needed?

2012-01-29 Thread zeljko
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 2012/1/29 Michael Van Canneyt mich

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

2012-01-29 Thread zeljko
: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 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

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

2011-12-24 Thread zeljko
, but 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/listinfo/fpc

Re: [fpc-pascal] Timer in X11

2011-12-22 Thread zeljko
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 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman