Click here to Skip to main content
15,911,142 members

Comments by Member 10611628 (Top 2 by date)

Member 10611628 13-Nov-14 8:23am View    
True, but how do you explain that another project runs without any problem? It's the same visual studio, the same Win7 operating system and yet it runs. What more information can I give you? All I know is that when I run the exe through DependencyWalker, I see that all the dll's are loaded, and the app starts normally. But I'm not able to start it directly. Remote debugging also works.
I forgot to mention that the VS6-project initially started on WinXP, so I only load libraries known to WinXP.
Member 10611628 13-Nov-14 7:42am View    
Hi Richard, thanks for the reply. Since my project is upgraded from VS6, I don't use new Win7 libraries nor features. By the way, the VS6 app, also built in Win7, runs without any problem. Remote debugging also works, as well as another project (not migrated) built in VS2008 on the Win7 machine.