Files: CustomOpenDialog doesn't build

I am trying to make my first open-source contribution and I checked out issues and saw that I could take up some tasks. I forked the repository and cloned it to download the source code. I have read README.md and made sure that I have the prerequisites. I am having trouble because every other 9 project builds but CustomOpenDialog doesn’t.

Errors I’m getting:

Error	C2039	'cout': is not a member of 'std'	CustomOpenDialog
Error	C2873	'endl': symbol cannot be used in a using-declaration	CustomOpenDialog	

and so on… (very similar errors).

The thing is, in the editor, everything is fine. No red squiggly lines under the lines which the errors show.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

Yes but the functionality isn’t there. It just stays in the same state and doesn’t show me the menu.

This is probably because the menu lost focus, I think you can work around it by unchecking the option for “break when this exception occurs”.

Oh yeah, that helps. Okay, that’s it all figured out then. I’ll leave the issue as is, and if needed, you decide to close it or not.