-- replying below to -- From: aronsoyol [mailto:aronso...@gmail.com] Sent: Tuesday, January 20, 2015 19:50 To: dev@openoffice.apache.org; dennis.hamil...@acm.org Subject: Re: Question about partial build with debug
> > You probably need to build an .exe that uses that DLL. You need something > that will call entry points in the DLL so you can debug into them. Do you > already have something for that? Are you saying soffice.exe or soffice.bin, I attached VS to soffice.bin, Do you mean that I should rebuild soffice.exe or soffice.bin with debug=true <orcmid> Well, rebuilding soffice.exe with debug might certainly do it. I guess I need to wonder why you are building a standalone sw.dll? What is it you hope to learn? Why are you using a debugger on it? If you want to inspect its operation, you need to have something that binds to that shared library and uses functions it exposes. Writing some sort of test or demonstration program would do that. That is always my first thought. I should have asked what you were up to first. Sorry. </orcmid> 2015-01-21 12:21 GMT+09:00 Dennis E. Hamilton <dennis.hamil...@acm.org>: > You probably need to build an .exe that uses that DLL. You need something > that will call entry points in the DLL so you can debug into them. Do you > already have something for that? > > You will need to somehow tie that to the sourcecode of the DLL and > whatever debug information was provided when the files that create the .obj > files it contains were compiled. > > You might be able to figure that out by finding the makefiles and such > that get you just sw.dll in the generated build structure. > > - Dennis > > -----Original Message----- > From: aronsoyol [mailto:aronso...@gmail.com] > Sent: Tuesday, January 20, 2015 18:44 > To: dev@openoffice.apache.org > Subject: Question about partial build with debug > > Hi all > > Hi I want to partial build a debuggable dll for sw module > > First, I did a entire build on Windows with configure switches: > > [ ... ] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org