When I'm trying to open (by double-click) a file previously saved in application created with BCGPAppWizard, I see "There was a problem sending a command to the program" DDE error. How to resolve it?
Please disable GDI+ support in our library (we use GDI+ to loading PNG images) and enable PNGLIB support:
- Open 'BCGCBProConfig.h' file.
- Uncomment '//#define BCGP_EXCLUDE_GDI_PLUS // For VS.NET or higher only' line.
- Save file and rebuild our library.
- Rebuild your application.