Hi, I am a long time C++ programmer (linux and windows) and I have also briefly worked with web applications using C# and ASP.NET (what a terrible pain!!). I never understood why I could not use C++ to write web applications.
A few days ago I discovered tntnet and found it really, really interesting! It seems like just what I would like to use.... Today, I have tested tntnet under Kubuntu 13.10 (amd64). I found that I had to install the package "libssl-dev" or else tntnet build failed due to missing openssl headers. Then there were a couple minor issues regarding LD_LIBRARY_PATH that I could fix, these were already mentioned in the FAQ at http://www.tntnet.org/faq.html (bottom). I followed the quick start guide (thanks for that!) and managed to get it working. I was really happy about that, congratulations for making such a nice and easy framework. As a next step, I hope at first to make something not too complicated that takes user input (e.g. dates) and produces plots of measured data between the dates, presumably the plots as JPG or GIF files. I have similar code already written for desktop programs, and would like to try similar code in a tntnet application. Do any of the demos show how to display images computed at runtime? The quick start guide showed a static image that had to be compiled, but in this case a different method must be used I think. I work for a large organisation, but for now this is purely a private initiative. If successful, I can see how tntnet could be used also in my work. But I would like to do some homework before considering its use at work. Thanks for making tntnet, if you have some pointers that might help me, any suggestions are most welcome. Best Regards Carsten Arnholm (Norway) ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
