<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 30, 2015 at 12:18 PM, Regina Henschel <span dir="ltr"><<a href="mailto:rb.henschel@t-online.de" target="_blank">rb.henschel@t-online.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Hi Ashod,<br>
</span><br>
I was more bravely now and have clicked on "start" in Visual Studio. Then a command window opened and therein I get <a href="http://pastebin.ca/3138849" rel="noreferrer" target="_blank">http://pastebin.ca/3138849</a><br>
Then it stops with the error message:<br>
Unhangled exception at 0x0229B9A1 (vcllo.dll) in cppunittester.exe:<br>
0xC0000005: Access violation writing location 0x00000004.<br>
<br>
I have pressed "Bread".<br>
<br>
And now?<br>
<br>
</blockquote><div>Great. You can now look at the stack where the exception happens.<br><br></div><div>Go to the Debug menu > Windows > Call Stack.<br><br></div><div>You can also use the many other tools to debug and find the root of the problem.<br><br></div><div>But the stack is where you want to start. Try to find the first function (from the top) that is within LO project.<br></div><div>Most likely the debugger stopped in a helper function that we don't care about.<br><br></div><div>Double click on that function, and it should open the source code.<br></div><div>If it opens the disassembly window, just close it and double-click on the function again (assuming you have the sources in the right place and the function IS in our code, it should work).<br></div><div><br></div><div>Try to figure out the context by navigating (double click on function name in stack) and see what variable has the unexpected value.<br><br></div><div><br></div></div><br></div></div>