Click here to Skip to main content
15,908,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 13:02
BuckBrown8-Feb-07 13:02 
GeneralRe: Dialog box from UI thread crashes application Pin
BuckBrown8-Feb-07 13:51
BuckBrown8-Feb-07 13:51 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:53
Mark Salsbery8-Feb-07 13:53 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:55
Mark Salsbery8-Feb-07 13:55 
GeneralRe: Dialog box from UI thread crashes application Pin
Mark Salsbery8-Feb-07 13:57
Mark Salsbery8-Feb-07 13:57 
AnswerRe: Dialog box from UI thread crashes application Pin
Ravi Bhavnani8-Feb-07 14:29
professionalRavi Bhavnani8-Feb-07 14:29 
QuestionUniversal Bluetooth API / SDKs Pin
Obliterator8-Feb-07 9:22
Obliterator8-Feb-07 9:22 
AnswerRe: Universal Bluetooth API / SDKs Pin
Cedric Moonen8-Feb-07 9:54
Cedric Moonen8-Feb-07 9:54 
Obliterator wrote:
You would have thought the developers of Bluetooth could have sat at a table and agreed some basic common API for the software side of things like they did with the hardware side, but apparently not!


Bluetooth 'developpers' as you call them didn't work at all on a hardware part. They only developped a specification that defines how different devices can communicate together, the different layers of the BT stack, the different profiles, ... The software API that you are looking for is way outside the scope of the Bluetooth specifications (a lot of devices won't even need to be 'managed' by a operating system).

I never worked with the Microsoft's Bluetooth API so I cannot really help you on that part. As far as I know (but I'm not sure at all), this API is for embedded development only, no ?

Anyway what you can still do is use a BT module that you can connect to your serial port and send AT commands to do some specific actions (like starting an inquiry, connect to a specific Bluetooth device, ...). Of course, this will require that you parse the commands yourself.


Cédric Moonen
Software developer

Charting control [v1.1]

GeneralRe: Universal Bluetooth API / SDKs Pin
Obliterator9-Feb-07 3:37
Obliterator9-Feb-07 3:37 
QuestionWinsock send FiFo Size Pin
ScotDolan8-Feb-07 9:09
ScotDolan8-Feb-07 9:09 
AnswerRe: Winsock send FiFo Size [modified] Pin
Mark Salsbery8-Feb-07 9:51
Mark Salsbery8-Feb-07 9:51 
AnswerRe: Winsock send FiFo Size Pin
Mark Salsbery8-Feb-07 9:54
Mark Salsbery8-Feb-07 9:54 
GeneralRe: Winsock send FiFo Size Pin
ScotDolan8-Feb-07 10:44
ScotDolan8-Feb-07 10:44 
GeneralRe: Winsock send FiFo Size Pin
Mark Salsbery8-Feb-07 11:04
Mark Salsbery8-Feb-07 11:04 
GeneralRe: Winsock send FiFo Size Pin
ScotDolan8-Feb-07 11:55
ScotDolan8-Feb-07 11:55 
GeneralRe: Winsock send FiFo Size Pin
Mark Salsbery8-Feb-07 13:30
Mark Salsbery8-Feb-07 13:30 
AnswerRe: Winsock send FiFo Size Pin
Jörgen Sigvardsson8-Feb-07 10:21
Jörgen Sigvardsson8-Feb-07 10:21 
AnswerRe: Winsock send FiFo Size Pin
Mike O'Neill8-Feb-07 10:22
Mike O'Neill8-Feb-07 10:22 
GeneralRe: Winsock send FiFo Size Pin
ScotDolan8-Feb-07 11:00
ScotDolan8-Feb-07 11:00 
Questionspeed comparison: atan2f vs Math::Atan2 Pin
bostjan258-Feb-07 8:29
bostjan258-Feb-07 8:29 
AnswerRe: speed comparison: atan2f vs Math::Atan2 Pin
Christian Graus8-Feb-07 9:36
protectorChristian Graus8-Feb-07 9:36 
GeneralRe: speed comparison: atan2f vs Math::Atan2 Pin
bostjan258-Feb-07 10:05
bostjan258-Feb-07 10:05 
AnswerRe: speed comparison: atan2f vs Math::Atan2 Pin
CPallini8-Feb-07 11:01
mveCPallini8-Feb-07 11:01 
AnswerRe: speed comparison: atan2f vs Math::Atan2 Pin
Stephen Hewitt8-Feb-07 11:55
Stephen Hewitt8-Feb-07 11:55 
GeneralRe: speed comparison: atan2f vs Math::Atan2 Pin
bostjan258-Feb-07 12:14
bostjan258-Feb-07 12:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.