Has anyone else encountered issues running pbcc apps on vista that run "just fine" under xp and earlier versions? My app has over 800 separate executables and 798 of them run ok in vista but 2 (the largest two executables) simply do not run at all. No 'error message' ... Just won't run. Any ideas? Thanx!
Announcement
Collapse
No announcement yet.
Pbcc and vista
Collapse
X
-
How are you starting the two which fail? 'Start' from command line? Double-click in Explorer? Shortcut from desktop? CreateProcess/Shell/ShellExecute from another process?
And are you sure they are not starting? Maybe they are starting but 'something' is causing them to end naturally.
Me, I'd try 'start' from a command prompt. If nothing else you should get some kind of error message back to you if the program won't run.
Or, horror of horrors, you could "show failing code" (presumably your WinMain() function). Maybe someone can spot something.
(But I like the 'permissions' explanation).
MCMMichael Mattias
Tal Systems (retired)
Port Washington WI USA
[email protected]
http://www.talsystems.com
Comment
Comment