Discussion Board

Results 1 to 10 of 10
  1. #1
    Registered User areq47's Avatar
    Join Date
    Aug 2012
    Posts
    13
    Hello,

    I am looking for Api or library (OpenSource or licensing) which allow me to read QR code. I found only ZXing, but it use Open-C++ so it does not support old Symbian OS. I will be gratefull for any suggestions.

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    It certainly takes some time, but it should be possible to replace standard C/C++ stuff with Symbian C++. In case of a barcode reader I would not expect heavy-weight library (STL, etc.) dependence anywhere, it is mostly mathematics.

  3. #3
    Registered User areq47's Avatar
    Join Date
    Aug 2012
    Posts
    13
    I am interested in completed solutions rather than implement this algorithm.

  4. #4
    Nokia Developer Administrator hamishwillee's Avatar
    Join Date
    Jan 2009
    Location
    Melbourne, Australia
    Posts
    1,789
    Quote Originally Posted by areq47 View Post
    I am interested in completed solutions rather than implement this algorithm.
    Probably there aren't any then. Open C has been around for a while - just how "old" do you want to go?
    How can I help?
    Hamish Willee, Nokia Developer Community Manager, ext-hamish.willee@nokia.com

  5. #5
    Registered User areq47's Avatar
    Join Date
    Aug 2012
    Posts
    13
    My application must work on Symbian S60 3rd and newer.

  6. #6
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    What is wrong with Open C/C++ then? It is available for S60 3rd edition and newer. See the plug-ins table on https://www.developer.nokia.com/Deve...ian_C++/Tools/

  7. #7
    Registered User areq47's Avatar
    Join Date
    Aug 2012
    Posts
    13
    When I want to build my applicaton on old devices such as Nokia N82 I have to add the following lines to build my application properly:


    @"$(EPOCROOT)Epoc32\..\nokia_plugin\openc\s60opencsis\pips_s60_1_6_SS.sis", (0x20013851)
    @"$(EPOCROOT)Epoc32\..\nokia_plugin\openc\s60opencsis\openc_ssl_s60_1_6_SS.sis",(0x200110CB)
    @"$(EPOCROOT)Epoc32\..\nokia_plugin\openc\s60opencsis\openc_glib_s60_1_6_SS.sis",(0x200110CC)
    @"$(EPOCROOT)Epoc32\..\nokia_plugin\opencpp\s60opencppsis\STDCPP_s60_1_6_SS.sis",(0x2000F866)


    But then, during installation on newer devices (Symbian S60 5th Edition and newer) I receive the message: "Update error". My client want to have just one application, so I have to always add this lines to the pkg files.

    Unless you know a solution how to prevent this error?

  8. #8
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    1.6 is a bit ancient, consider getting the latest version. Which is 1.7.5 for a long time by now. That may already solve the error.

  9. #9
    Registered User areq47's Avatar
    Join Date
    Aug 2012
    Posts
    13
    I installed 1.7.5, but problem still occured. When I don't include this 4 files to the .pkg everything is OK.

  10. #10
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    You could try adding them one by one, at least that would reveal which is the problematic one. For example a QR-code API probably does not use SSL and GLIB, and in fact there are good chances that it does not use STDCPP either.

Similar Threads

  1. Need QR CODE DECODER Library
    By aramsvivek in forum Mobile Java Tools & SDKs
    Replies: 3
    Last Post: 2009-06-29, 07:28
  2. source code of MMS and link for MMS java library
    By gladiator4301 in forum Mobile Java Tools & SDKs
    Replies: 0
    Last Post: 2008-04-09, 22:05
  3. Symbian code library?
    By magicdave in forum Symbian C++
    Replies: 2
    Last Post: 2007-10-15, 08:51
  4. Example of code with MISO library
    By cyke64 in forum Python
    Replies: 2
    Last Post: 2005-06-16, 13:32
  5. mms library source code
    By Lendlice in forum [Archived] Other Programming Discussion 关于其他编程技术的讨论
    Replies: 0
    Last Post: 2003-11-14, 13:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved