Discussion:
VS2008 Crash with Japanese
(too old to reply)
Brian Corcoran
2008-03-10 14:06:02 UTC
Permalink
I'm doing my development (unmanaged, C++ Unicode executable) using Visual
Studio 2008. I need to debug some string drawing with Japanese strings under
Japanese regional settings. Visual Studio 2008 crashes everytime I attempt
to start debugging, or even run the executable out of the Visual Studio
environment. The executable runs fine outside of VS. The crash is in some
mbcsncpy function, but I can't tell who is calling it.

Is there some way around this? Thanks,

Brian
David Lowndes
2008-03-10 14:49:08 UTC
Permalink
Post by Brian Corcoran
I'm doing my development (unmanaged, C++ Unicode executable) using Visual
Studio 2008. I need to debug some string drawing with Japanese strings under
Japanese regional settings. Visual Studio 2008 crashes everytime I attempt
to start debugging, or even run the executable out of the Visual Studio
environment. The executable runs fine outside of VS. The crash is in some
mbcsncpy function, but I can't tell who is calling it.
Is there some way around this? Thanks,
Brian,

What happens to VS if you start your program outside VS, and then
attach to the process to debug it?

Dave
Brian Corcoran
2008-03-10 15:32:02 UTC
Permalink
Actually, it works. I was going the remote route but I should have tried
this first. Thanks,

Brian
Post by David Lowndes
Post by Brian Corcoran
I'm doing my development (unmanaged, C++ Unicode executable) using Visual
Studio 2008. I need to debug some string drawing with Japanese strings under
Japanese regional settings. Visual Studio 2008 crashes everytime I attempt
to start debugging, or even run the executable out of the Visual Studio
environment. The executable runs fine outside of VS. The crash is in some
mbcsncpy function, but I can't tell who is calling it.
Is there some way around this? Thanks,
Brian,
What happens to VS if you start your program outside VS, and then
attach to the process to debug it?
Dave
Loading...