[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Building, part 2

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-28 19:04:33 CEST

Peter Mounce wrote:
> My workstation is a little unstable at the moment - I get
> IRQ_LESS_THAN_OR_EQUAL type blue screens, which I've googled and it
> tells me those are usually hard-to-track-down driver issues. Which is
> odd, since I haven't installed new drivers for things lately. It only
> seems to happen when I have Winamp going, though, and I updated that
> (but also downgraded it when I thought that was the cause). Annoying.

AFAIK those are most likely caused by bad RAM. Maybe you should run
Memtest (http://www.memtest86.com/).

> The localization mechanism of WiX might not be that great for us, since
> it would require that we build a setup package for each language (I
> think). However, that could be a blessing, actually, since then we
> could simply integrate the language resources into each specific
> installer? I don't know what'd be best...

Isn't it possible to find out the current system locale and then just
use the strings of that? I mean something like

if (locale = en)
  Description='$(loc.en.Description)'
if (locale = de)
  Description='$(loc.de.Description)'

If that's possible, we just could include all translations in one single
installer (not the language packs, just the installer strings).

Anyway, that's not that important. I think every user can handle an
english installer.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jul 28 19:08:47 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.