Using the watch window
-
On 14/12/2013 at 08:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R15
Platform: Windows ;
Language(s) : C++ ;---------
When I look at variables in the watch window, they are not displayed correctly.
For example, hdrName (a String) is shown as all dummy's.
How can i actually see the content of the String, so something like "abcdef".The GEPRint to the console is correct.
I am still using vs C++ 2010 express.
-
On 15/12/2013 at 01:14, xxxxxxxx wrote:
You need to go to http://www.maxon.net/support/developer-support.html and click 'Additional Downloads' then get the 'C4D Typeview for Visual Studio 2010' archive. Install that (instructions in the zip) and you will be able to see the string content in the VS windows.
One caveat: it works fine with the full VS 2010 but whether it works with the Express version, I don't know.
Steve
-
On 15/12/2013 at 02:31, xxxxxxxx wrote:
Thanks.
I'll report back whether it works in full 2010 vs. -
On 15/12/2013 at 02:50, xxxxxxxx wrote:
And it works.
Only thing is that in vs 2010 express devenv.exe is called vcexpress.exe.
For the rest it is the same.Thanks again.