c++ - OLEDragDrop Event working with compiled exe but not when debugging -


We are using the Oildregroper incident in one of our major products and stumbling over a strange issue. On my machine, if I create an application and run the exe-file, the application sees drag-drop-events and I can drag and save a file from the desktop to the program and what to do with it needed. However, when I go into debug mode, this same function does not work. Whatever I get, there is an icon-switch on the icon which indicates that I can not release the "above" file of the program.

My co-worker has the same code, the exact code is the same revision, and the settings related to all other projects are exactly the same, but when debugging it receives the expected behavior from the app. We have the only reasonable estimate that he has not implemented the ~ 300 MB security update for Visual Studio 2010. I am currently installing a virtual machine to look into it and I will know that it is actually working without that update.

Is anyone else having any problem with this problem? Whoever can take me on the right path, I will be grateful for ever.

Thanks for reading

If Visual Studio is running as an Administrator So you will not be able to drag on the application. / P>

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

c# - Confused over DLL entry points (entry point not found exception) -