question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CustomOpenDialog doesn't build

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 5 months ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
memory-huntercommented, May 1, 2023

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.

0reactions
yaira2commented, May 1, 2023

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”.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Customizing OpenFileDialog
Custom text and dropdown button options in OpenFileDialog? 1 · How to make a control like OpenFileDialog? 4 · How to create customized...
Read more >
Customizing OpenFileDialog in .NET
NET has an OpenFileDialog class, but it cannot be customized. The objective of this control is to allow you to add some functionality...
Read more >
Cutting Edge: Customize Your Open File Dialog
In this column, I'll focus on the places bar of the Open File common dialog. I'll discuss how to customize the list of...
Read more >
How To Make Dialogs For Model-Driven Apps Using Custom ...
One of them is how to make a Dialog in model-driven apps. How to make a Custom Page. First of all, let's make...
Read more >
Calling OpenFileDialog from Ribbon Backstage shows ...
Click on Open button on ribbon to see OpenFileDialog with custom app icon and then click on Open from the Backstage to see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found