Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Issues using 2015.2 version
Re: Issues using 2015.2 version [message #45899 is a reply to message #45891] Fri, 22 January 2016 15:08 Go to previous messageGo to previous message
Giorgio is currently offline  Giorgio
Messages: 218
Registered: August 2015
Experienced Member
Hi there,
first of all I want say a big thank you to everybody. Dorik noticed who the problem was a c++ 11 related issue, Lance who developed the library and find the problem and MindTraveller who solved the puzzle. I really appreciate your support. You guys made the open source great.

That said, and going back to my problem, the problem is solved Smile. The issue was at line 701 of the "code128.cpp" source file in the BarCode package. There is here an assignment not valid for c++ 11. This is how it is:

data=enc.GetEncoded();


Adding pick or clone solves the issues:

data= clone(enc.GetEncoded());


As I said before I am not a really expert c++ developer (my duties are just 15-20% related to programming and less than 5% related to c++ programming), so I do not know if is better using pick or clone. In my case both work. Any suggestion about what is better are welcome. Finally, maybe Lance can update its library (for future users).
Regards,
Giorgio
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Empty Template vs CtrlLib application with main window
Next Topic: Problem in example code
Goto Forum:
  


Current Time: Mon Apr 29 11:52:56 CEST 2024

Total time taken to generate the page: 0.01843 seconds