Hello,
I’m using CVB V 14.1 on Windows 64 bit and Visual Studio 2022. CVB floods the IDEs output window, making me a hard time debugging and stepping through my application while trying to follow my own OutputDebugStrings:
Exception thrown at 0x00007FFEA5DA933A in ImgAcq1.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x000000F8A8AFF018.
Exception thrown at 0x00007FFEA5DA933A in ImgAcq1.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x000000F8A8AFF148.
Exception thrown at 0x00007FFEA5DA933A in ImgAcq1.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x000000F8A8AFF018.
Exception thrown at 0x00007FFEA5DA933A in ImgAcq1.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x000000F8A8AFF148.
…
There is an old topic from 2023 on this forum, but it does not solve my problem.
Released libraries should not pollute the OutputDebutString space, because users of the library might need to use this api on their own.
So is there a way to disable the many exceptions thrown and handled by CVB internally or any other way to make these messages disappear from my VS2022 output window while leaving my own messages and exception notifications there?