Plex 2E

 View Only
  • 1.  Debugging in Visual Studio

    Posted Apr 28, 2012 08:31 AM
    Has anyone got the method to debug the C++ directly in Visual Studio. I have written some extensive C++ source code and I need to see why its not working :-(

    The last time I did this was for plex 5.1 and have just forgotten. I know you load the exe project and then should load the dll manually but just cant remember.

    Is this still possiible at 6.1?

    Any help would be welcome.


  • 2.  RE: Debugging in Visual Studio

    Posted Apr 28, 2012 01:30 PM
    Debugging Plex C++ Applications with "Release with PDB"

    Let me guess you are debugging..Webcam and building something like http://www.orgler.it/webcam.htm

    Sorry could not help on the webcam and looked like a bespoke job using above or DirectShow Libraries


  • 3.  RE: Debugging in Visual Studio

    Posted May 01, 2012 02:21 AM
    Hi George

    No, not the webcam stuff, sorted that out, I was just being lazy :-)

    My biggest problem I have with C++ source code is the assignment of text strings back and forth to plex, its a real pain.

    I needed to check why i was not getting the correct strings coming back.

    Cheers
    Gavin