Re: C++/CLI integrating third party assembly



"kyle.schmidt" <kyleschmidt@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:363C2FAC-3E49-4C1D-89CB-D4510F62AE5C@xxxxxxxxxxxxxxxx
My questions then are, what is different between launching a C++/CLI app
through VS2005 without debugging vs through windows explorer that would be
causing things to work differently?

At the risk of asking the obvious, have you set the debugger's working
directory to be the same as the directory that works when you run the
application manually?

Is there something the third party provider could check at run-time to
disable
functionality, but only with the C++ environment? The third party tool has
been
dotfuscated, so is there anything in the dotfuscator that could be
preventing
this from working correctly?

I believe some applications check for the presence of the debugger and
behave differently when it is.

Regards.
Will


.



Relevant Pages