Re: macro equivalent of VBA Range()

2015-07-04 Thread John O'Sullivan
Range( ) is supported in AOO Basic, when the VBA compatibility mode is on. It can be used within a function, but can't be used as a parameter... On 3 July 2015 at 10:26, JZA wrote: > On Wed, Jul 1, 2015 at 8:57 AM, Andrew Pitonyak > wrote: > > > On 30.06.2015 14:54, Mark Polczynski wrote: > > >

Re: How to add generate symbols for gdb?

2014-08-16 Thread John O'Sullivan
Dbglevel=2 ? On 16 Aug 2014 00:48, "Hung Mark" wrote: > Hi, > > I tried to configure with --enable-symbols to build with symbolic > generation. > Here is my command line: > > ./configure \ > --with-dmake-url= > http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \ > --w

Re: Building OpenOffice using VS2012 Express?

2014-03-10 Thread John O'Sullivan
I copied my Visual Studio Express 2008 into a short dir tree with no spaces in the dir names to work around this issue. I took the Common7 and VC subdirs from C:\Program Files (x86)\Microsoft Visual Studio 9.0 into another dir, and all worked smoothly. Cheers John On Mon, Mar 10, 2014 at 8:41 AM

Re: Compiler warnings

2014-03-05 Thread John O'Sullivan
Use MSVC's WD flag to disable the warning. You'll probably need to hack wntmsci11.mk... On 5 Mar 2014 08:31, "Andre Fischer" wrote: > I am currently working on some bug in the sc module and find that it is > really hard to even find compiler errors among the many warning messages. > Some of thes

Re: Architecture Documentation

2013-12-13 Thread John O'Sullivan
Abhishek: check out DevelopersGuide_OOo3.1.0.pdf. ~1500 pages of tech detail on AOO internals. That's the most recent I could find, maybe there's a 4xx out there too? On Fri, Dec 13, 2013 at 2:40 PM, Abhishek Kumar wrote: > Hello All, > > I have gone through the > http://openoffice.apache.org/or

Re: config error on Windows 7

2013-09-16 Thread John O'Sullivan
Clarence, The configure script uses flags and env vars to discover the root dir for the VC install, which is why it's reporting it as found. ./oowintool is relying on you path being set to pick up cl.exe. You can fix that by changing your path in Control Panel/System/Environment Variables, or by r

431 build on Win8

2013-08-24 Thread John O'Sullivan
I'm attempting to build AOO 341 on Win8, with MSVC9 in Cygwin 1.7.18. My build fails in the solenv dir with this msg... CreateProcess failed (193). dmake.exe: Error executing 'mkout.pl wntmsci12.pro': No such file or directory dmake.exe: Error code -1, while making '/cygdrive/C/osullivj/src/aoo3