Graphics driver UI error

I have a graphics driver UI application which was compiled for Vista. Now I
need to run the same in XP.
Essentially it just registers a GUID in the registry and needs COM server
dlls to run.
The application although is not launching on XP and I get “The parameter is
incorrect” error when I try launching it. Is anyone aware how to solve this?

I am attaching a log from depends which again gives the same error with error code 87 on running profiling on the application.

"Options Selected:
Simulate ShellExecute by inserting any App Paths directories into the PATH environment variable.
Log DllMain calls for process attach and process detach messages.
Hook the process to gather more detailed dependency information.
Log LoadLibrary function calls.
Log GetProcAddress function calls.
Log debug output messages.
Automatically open and profile child processes.

Failure starting the process. The parameter is incorrect (87).
"
Can someone help me figure the error out!!

Namrta Salonie wrote:

I have a graphics driver UI application which was compiled for Vista.
Now I need to run the same in XP.
Essentially it just registers a GUID in the registry and needs COM
server dlls to run.
The application although is not launching on XP and I get “The
parameter is incorrect” error when I try launching it. Is anyone aware
how to solve this?

This is not really an appropriate forum for this question. This is
strictly an application question.

The obvious question is, are you using any Vista-only APIs in your
application? That will, of course, prevent it from running in XP.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.