I'm working as a developer, curently mantaining a VB6 app that desperately needs to work fine under Vista. However, it must work fine under Vista Starter Edition, since is the version new computers here (Argentina) come with.
Now, onto the technical stuff: my app uses ImageMagick's convert to process images (resizing, black and white segmentation, rotation, etc), so the three-apps limit is a real pain in the... well, somewhere. Worst: the failure in running convert is not (currently?) detected, so when this happens the program hangs up.
Can anyone tell me how to:
a_ Detect the number of open apps, so I can ask the user to close something before retrying? An API call, maybe? or
b_ Detect that convert (currently running with the "Shell" function) wasn't launched properly?
Please, comments like "you should migrate your app to x" should be sent to my boss (not me), are not welcome and will make me travel to your place and bite your toe. It will take me some time to get the visa, though, but I assure you that one day a stranger will knock on your door, ask your StackOverflow username and then he WILL bite your toe.
Thanks for your consideration