Hello All,
I am working on a virtual ComPort running through a USB bluetooth adapter to a bluetooth module (from sparkfun.com) hooked up to a microcontroller USART. I'm working on importing a COM C++ class into an Opengl application that I'm also writing. The great news is that the managed C++ COM class can be ran by my Opengl application ( I can tell because the flashing red light turns to a solid green and interrupts are suddenly triggered on my microcontroller). I do have a problem, however, the program does crash when arriving to the binaryreader portion of the code. I get no exceptions or errors, Opengl just opens and crashes with a white screen. All I'm trying to do is read in an unsigned integer into an array using "ReadInt32()".
Any thoughts or suggestions?? I can post/share code if desired, I am curious if anyone has any initial ideas on what is happening first.
-Thanks for all the help.