Re: Question about partial build with debug

2015-01-20 Thread aronsoyol
Thank you very much, I' ll try it. 2015-01-21 13:28 GMT+09:00 Ariel Constenla-Haile : > On Wed, Jan 21, 2015 at 12:50:09PM +0900, aronsoyol wrote: > > > > > > 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

Re: Question about partial build with debug

2015-01-20 Thread Ariel Constenla-Haile
On Wed, Jan 21, 2015 at 12:50:09PM +0900, aronsoyol wrote: > > > > 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 soffic

RE: Question about partial build with debug

2015-01-20 Thread Dennis E. Hamilton
-- 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 som

Re: Question about partial build with debug

2015-01-20 Thread Ariel Constenla-Haile
Hi Aron, On Wed, Jan 21, 2015 at 11:44:00AM +0900, aronsoyol wrote: > 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: > > ./configure \ > --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Stu

Re: Question about partial build with debug

2015-01-20 Thread aronsoyol
> > 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

RE: Question about partial build with debug

2015-01-20 Thread Dennis E. Hamilton
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