Re: call of ShellExecuteEx causes error message



On May 13, 5:20 pm, Ananya <Ana...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I am using ShellExecuteEx to call a Java native executable from my C++ program.

When, for the lpParameters of SHELLEXECUTEINFO, I just gave some simple
information, the call of ShellExecuteEx worked.

But when I added the color information of all pixels of an image (even if
the image is as small as 18x18 pixels), I get the following error message
with my Java executable name in the title:
Windows cannot access the specified device, path, or file. You may not have
the appropriate permissions to access the item.

However when I just double click on my Java executable, it does run.

So what am I doing wrong?

Thanks for your time!

Huh! and how exactly it is related to networking? are you trying to
call shell over internet?
Copy/paste your code so folks around here would point the exact
problem.

ali

.



Relevant Pages

  • Re: More alpha channel problems
    ... > these pixels get zeroed). ... after applying the mask, the color information is still ... > Is there a reason why GIMP zeroes RGB channel pixels where alpha is zero? ... problem that lead to the option in the PNG plug-in). ...
    (comp.graphics.apps.gimp)
  • Re: More alpha channel problems
    ... color information of all pixels where alpha is zero is lost (RGB ... > values for these pixels get zeroed). ...
    (comp.graphics.apps.gimp)

Loading