Description: Kalpa.Cloud is a toolkit for developing SaaS applications. It consists of a Universal Crossplatform Client and a Qt-based library. It allows the developer to just write code using the Qt programming style for the server side and forget about the client side. You may ask the developer for access to demo resource.
I get the following error when I try to compile:
Linking CXX executable GlanLik
/usr/bin/ld: cannot find -lGlanWidgets
collect2: ld returned 1 exit status
make[2]: *** [Source/GlanLik/GlanLik] Error 1
make[1]: *** [Source/GlanLik/CMakeFiles/GlanLik.dir/all] Error 2
make: *** [all] Error 2
Hello,
I think that your project is really interesting and I would like to know if you have already test the bindings generations via SMOKE ?
I haven't yet read the code nor download it, but I assume that this is whole C++ code and if I use it it may be with Perl so SMOKE is my friend ;-)
I understand that GLAN is a really cool thingy; OTOH it's not a product which affects many people. I hope GLAN will be a successful project and there will be some new applications using it!
And all Windows applications are network-transparent via Citrix. ;)
But everybody continue to create there GUI clients or "Thin" IE(mozilla)-based client-server solutions using HTML-generation servers.
WHY?
Really? if you export the X to use an application in other computer, you will not have access to your using computer with that app, which just will see the "native" computer.
It's not enoguht.
And it's not very cool that the aspect and colors of an app (a X exported app) is very different of the apps in the working computer.
Hi all.
In Glan distribution in Src/Examples directory you can see some examples.
These examples is little bit transformed from Qt classical examples to show how it's simple to create client-server application using Glan.
I promise to post a lot of other examples.
More. Soon I plan to announce project Kalpa that is Glan based project.
Just out of curiosity:
Can you post an example application for others (like me) to get an impression, what GLAN is all about?
Maybe an example application to demonstrate what GLAN does.
Usually you'd have a frontend GUI app for a backend (lets say a database), where you'd have most of the logic in the GUI application and a dump database just to store the data.
I haven't looked at the code, but I guess, that GLAN does the opposite? correct?
Ratings & Comments
14 Comments
I get the following error when I try to compile: Linking CXX executable GlanLik /usr/bin/ld: cannot find -lGlanWidgets collect2: ld returned 1 exit status make[2]: *** [Source/GlanLik/GlanLik] Error 1 make[1]: *** [Source/GlanLik/CMakeFiles/GlanLik.dir/all] Error 2 make: *** [all] Error 2
I am sorry Try download a new one. http://kalpa.ru/component/option,com_docman/Itemid,40/lang,russian/
You may unvestigate the idea by using GlanLik with 85.192.32.171:18501 (for example) login: root password: root (this is demo ! :) )
Hello, Is it published somewhere? Repository, trackers, etc. Homepage still so empty :) Thanks. p.s. Is there any "quick start" guide?
Hello, Is it published somewhere? Repository, trackers, etc. Homepage still so empty :) Thanks. p.s. Is there any "quick start" guide?
Hello, I think that your project is really interesting and I would like to know if you have already test the bindings generations via SMOKE ? I haven't yet read the code nor download it, but I assume that this is whole C++ code and if I use it it may be with Perl so SMOKE is my friend ;-)
I understand that GLAN is a really cool thingy; OTOH it's not a product which affects many people. I hope GLAN will be a successful project and there will be some new applications using it!
Thanks a lot for you interests. I hope this way of creating client-server application will be acceptable for developers.
All QT applications are already client-server network-transparent applications because they run on the X window system. Why is GLAN necessary?
And all Windows applications are network-transparent via Citrix. ;) But everybody continue to create there GUI clients or "Thin" IE(mozilla)-based client-server solutions using HTML-generation servers. WHY?
By the way. All Qt Applications ??? And MS-Windows/Qt based application run on X-windows too? Cool.
Really? if you export the X to use an application in other computer, you will not have access to your using computer with that app, which just will see the "native" computer. It's not enoguht. And it's not very cool that the aspect and colors of an app (a X exported app) is very different of the apps in the working computer.
Hi all. In Glan distribution in Src/Examples directory you can see some examples. These examples is little bit transformed from Qt classical examples to show how it's simple to create client-server application using Glan. I promise to post a lot of other examples. More. Soon I plan to announce project Kalpa that is Glan based project.
Just out of curiosity: Can you post an example application for others (like me) to get an impression, what GLAN is all about? Maybe an example application to demonstrate what GLAN does. Usually you'd have a frontend GUI app for a backend (lets say a database), where you'd have most of the logic in the GUI application and a dump database just to store the data. I haven't looked at the code, but I guess, that GLAN does the opposite? correct?