Thread: WindowsCE Bluetooth problems

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    106

    WindowsCE Bluetooth problems

    Hello, I'm going to develop an application for palmtop using Bluetooth, but I've not experience with WindowsCE, so I need to know if there are any problems or known bugs. If you have some experience or have any good link, please reply.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Programming for WindowsCE is not much different from programming for Windows. Here are the key differences:
    - Some Win32 API's are not available on CE (depending on version of CE)
    - All CE applications use UNICODE strings
    - GUI considerations for the target device

    You can start reading up on Bluetooth support in Win32 here.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bluetooth Questions
    By Tonto in forum Tech Board
    Replies: 2
    Last Post: 05-30-2009, 02:41 AM
  2. No clue how to make a code to solve problems!
    By ctnzn in forum C Programming
    Replies: 8
    Last Post: 10-16-2008, 02:59 AM
  3. C / Bluetooth Question
    By michaelmatthews in forum C Programming
    Replies: 7
    Last Post: 05-31-2007, 11:39 AM
  4. Internet through Bluetooth
    By Akhil in forum Networking/Device Communication
    Replies: 4
    Last Post: 08-26-2005, 06:25 PM
  5. Is Bluetooth with WindowsCE good?
    By BrownB in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-19-2003, 02:22 PM