Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt for WinCE 6
QtWS25 Last Chance

Qt for WinCE 6

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 4 Posters 4.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    XerXi
    wrote on last edited by
    #1

    Hi all,

    I'm considering to use Qt for WinCE 6 for an application on a WinCE 6 Pro device. I've searched a lot about some features of the application, but I'm not really sure that I can do with Qt.

    • Device has a barcode scanner. It can be called from Qt code? Needs .dll?
    • Device must be unique-identified. I know the GetDeviceUniqueID method. It can be called from Qt code?
    • The user must login to the application with Active Directory (LDAP). It is a problem?

    Thank you,
    SBC

    SergiBC - Developer

    1 Reply Last reply
    0
    • S Offline
      S Offline
      snowpong
      wrote on last edited by
      #2

      There is no barcode scanner support in Qt, but if it there is a .dll/.lib/.h you can use for reading it, you can easily hook up that with Qt.

      Calling GetDeviceUniqueID will work fine from Qt - it's just C++, no "magic" stuff.

      LDAP might be a problem, no out-of-the-box solution in Qt for that. But then again, I'm sure there are lots of people who have used LDAP and Qt already, google it.

      1 Reply Last reply
      0
      • B Offline
        B Offline
        benjamin.poulain
        wrote on last edited by
        #3

        Note that Qt is just plain C++. You can call external libraries without problem.
        The feature you ask here are typically provided by libraries of the platform, and just linked with your Qt applications.

        1 Reply Last reply
        0
        • Q Offline
          Q Offline
          qtbrandson
          wrote on last edited by
          #4

          Agreed with this, you could use the dll to achieve the goals.
          [quote author="Benjamin Poulain" date="1290169196"]Note that Qt is just plain C++. You can call external libraries without problem.
          The feature you ask here are typically provided by libraries of the platform, and just linked with your Qt applications.[/quote]

          <a href="http://www.aspper.com">generate barcode in .NET applications</a>

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved