CGACUTIL is not executed

  • Thread starter Thread starter Shir
  • Start date Start date
S

Shir

Hi,
I'm having a problem executing CGACUTIL on my CE6.0, ARMV4I based
target.
Executing CGACUTIL on the device do actually nothing. there is a very
quick blink, but no window is displayed, so I can't see the version
of
it.

I've also tried to execute CGACUTIL.EXE from a command shell, and it
also do nothing - immediatelly the next prompt is shown, nothing
displayed.

Executing CGACUTIL on the same target, with CE5.0 on it, opens a
window displaying
"ver=2.0.7045".

What can cause this behavior?

Thanks
 
If there's a window flashing up, that suggests, doesn't it, that the
CGACUTIL is outputting its information to stdio? I'd say, open a MS-DOS
window and run it from there. That should, if I'm right, allow you to see
what the output is. You might try /? on the command line, if that works.
Perhaps, by default, they've changed the code to be more headless-friendly
or something.

Paul T.
 
If there's a window flashing up, that suggests, doesn't it, that theCGACUTILis outputting its information to stdio?  I'd say, open a MS-DOS
window and run it from there.  That should, if I'm right, allow you to see
what the output is.  You might try /? on the command line, if that works..
Perhaps, by default, they've changed the code to be more headless-friendly
or something.

Paul T.










- Show quoted text -

Paul,
I have tried to run it from MS-DOS windows, but:
it also do nothing - immediatelly the next prompt is shown. Nothing is
displayed on the shell itself and no window is opened...

Thanks
 
Seems like the CF must not be in there, or some other dependency of CGACUTIL
is missing. You could use the dependency viewer, I guess, to see if there's
something that it wants (some DLL), that isn't in your OS build.

Paul T.

If there's a window flashing up, that suggests, doesn't it, that
theCGACUTILis outputting its information to stdio? I'd say, open a MS-DOS
window and run it from there. That should, if I'm right, allow you to see
what the output is. You might try /? on the command line, if that works.
Perhaps, by default, they've changed the code to be more headless-friendly
or something.

Paul T.










- Show quoted text -

Paul,
I have tried to run it from MS-DOS windows, but:
it also do nothing - immediatelly the next prompt is shown. Nothing is
displayed on the shell itself and no window is opened...

Thanks
 
Back
Top