Re: User data storage

2014-02-13 Thread jonasalfreds...@gmail.com
>I recommend the DevGuide [1] and the related configuration chapter. And >SDK contains a sample in Java that shows how to access the configuration. I'm new to this and has just recently completed my first build of the aoo. The code I'm looking at is C++ in the cui module and not Java. Is it not ri

User data storage

2014-02-12 Thread jonasalfreds...@gmail.com
I'm looking into this bug: https://issues.apache.org/ooo/show_bug.cgi?id=2771 Where can I find code that store user preferences. I want to store all hyperlinks the user has written into documents and use them to fill the receiver combobox in t

Re: config error on Windows 7

2014-01-22 Thread jonasalfreds...@gmail.com
>The searched registry key does not exist, but registry key >HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Setup\VC >exists which is somehow found by the oowintool - see reg_get_value($)> in oowintool. I observed this situation on three >Windows 7 machine (virtual ones and n

Re: Building on Windows 7

2014-01-17 Thread jonasalfreds...@gmail.com
Same result when running cygwin as administrator. -- View this message in context: http://openoffice.2283327.n4.nabble.com/Building-on-Windows-7-tp4657909p4657970.html Sent from the Development mailing list archive at Nabble.com. --

Re: config error on Windows 7

2014-01-16 Thread jonasalfreds...@gmail.com
I got hold of a copy of Visual Studio Express 2008. With the configure call above 'oowintool' was called. The Win SDK did not add the mentioned key to the registry, nor did Visual Studio Express 2008 installer. /Jonas -- View this message in context: http://openoffice.2283327.n4.nabble.com/con

Re: Building on Windows 7

2014-01-16 Thread jonasalfreds...@gmail.com
Running build a second time produce the following: jonasalfredsson@TOMMY-TUMULT /cygdrive/c/source/aoo-trunk/main/instsetoo_native $ build --all:jpeg build -- version: 275224 = Building module jpeg = Entering /cygdrive/c/source/aoo-trunk/main/jpeg mkdir: cannot create di

Building on Windows 7

2014-01-16 Thread jonasalfreds...@gmail.com
Hi, I'm trying to build Open Office from trunk on Windows 7. Had some trouble getting through the configure and bootstrap but finally now building step is starting. A few modules into the build the following error occurs in module jpeg: jonasalfredsson@TOMMY-TUMULT /cygdrive/c/source/aoo-trunk/ma

Re: config error on Windows 7

2014-01-16 Thread jonasalfreds...@gmail.com
Hi, > Does this path/directory - C:\Program Files\Microsoft SDKs\Windows\v7.0\ > - exist on your system? The path exist, however there was a key missing in the registry. Installing Visual studio express did not add the key specifying where to find VC. I simply added the key oowintool was looking

Re: config error on Windows 7

2014-01-11 Thread jonasalfreds...@gmail.com
Hi, I have the same problem with my configure call. I get error: Can't find MS Visual Studio / VC++ at ./oowintool line 236. configure: error: oowintool failed to copy CRT I tried the solution suggested in earlier posts but no luck. My configure call looks like this: SDK_PATH="/cygdrive/c/Prog