<div dir="ltr"><div dir="auto">Hi</div><div dir="auto"><br></div><div dir="auto">So here's what I was trying to do.</div><div dir="auto">In <span style="color:rgb(0,0,0);white-space:pre-wrap"> svx/source/dialog/compressgraphicdialog.cxx, I added a printf statement in </span>CompressGraphicsDialog::CompressGraphicsDialog() function and CompressGraphicsDialog::Initialize() function as follows:<br>printf("Hi");</div><div dir="auto"><br></div><div dir="auto">Then I built a debug version of LibreOffice.</div><div dir="auto">As usual soffice.bin and LibreOffice Dev Personal opened up.</div><div dir="auto"><br></div><div dir="auto">I created a Writer document and inserted a picture in it.</div><div dir="auto">Then I compressed that picture and saved the document.</div><div dir="auto"><br></div><div dir="auto">To my surprise, there was no "Hi" in the Output window and Immediate window of Visual Studio.</div><div dir="auto">Also, there was no "Hi" in soffice.bin.<br><div dir="auto"><br></div><div>Anshu</div><div dir="auto"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 27 Jul, 2020, 9:58 PM Mike Kaganski, <<a href="mailto:mikekaganski@hotmail.com" target="_blank">mikekaganski@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On 27.07.2020 19:17, anshu khare wrote:<br>
> <br>
> So recently I built Libreoffice in Microsoft Visual Studio on Windows.<br>
<br>
LibreOffice is build in Cygwin terminal on Windows; Visual Studio IDE<br>
cannot do a full build (although can do a limited rebuild after initial<br>
full build had been completed).<br>
<br>
> <br>
> I want to know if soffice.bin is the console window for Libreoffice.sln<br>
> project.<br>
<br>
Since version 6.3, soffice.bin process is a console process, and it is<br>
attached to the debugging console window created by Visual Studio when<br>
you start it from the IDE in IDE integration scenatio, if that's what<br>
you are asking.<br>
<br>
> <br>
> If not, then please tell me where to find the console window to generate<br>
> the output of a simple printf statement.<br>
<br>
It all lacks the background, why are you asking? Obviously the first<br>
thing to do would be to add some printf somewhere, make sure it gets<br>
executed, and see if it appears on the console. But you omit this<br>
information, so I can only guess that you have tried that (a patch of<br>
your attempted changes would be helpful, or better a gerrit change), and<br>
somehow failed ... and that's why you ask, right?<br>
<br>
SAL_WARN/INFO/etc could be also useful; or using Visual Studio<br>
debugger's breakpoints properties allowing you to make the breakpoint to<br>
output something to IDE output window and continue (thus eliminating a<br>
need to change source code, build, then test).<br>
<br>
-- <br>
Best regards,<br>
Mike Kaganski<br>
</blockquote></div>