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
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 > &

RE: Question about partial build with debug

2015-01-20 Thread Dennis E. Hamilton
, 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: [ ... ] Then I did cd instsetoo_native build --from sw

Question about partial build with debug

2015-01-20 Thread aronsoyol
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 Studio 9.0/VC" \ --with-midl-path="/cygdrive/c/Program Files (x86)/Microsoft SDKs/Window