Code Monkey home page Code Monkey logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
This is useful. 


Original comment by [email protected] on 21 Apr 2010 at 3:17

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024

Original comment by [email protected] on 21 Apr 2010 at 3:17

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
JOY!  This also makes it compatible with CFLite-derived projects, which has a
separate directory automatically selected per language.  any ETA?  and thanks 
again.

Original comment by [email protected] on 21 Apr 2010 at 3:54

  • Added labels: ****
  • Removed labels: ****

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
pseudocode for CFLite apps to get the language directory:

CFStringRef     CFBundleCopyLocalizationPath()
{
    CFileRef        fileRef(CFileRef::kFolder_BundleResourcesDirectory);
    SuperString     pathStr(fileRef.path());
    CCFArray        arrayRef(CFBundleCopyBundleLocalizations(CFBundleGetMainBundle()));
    CCFArray        prefRef(CFBundleCopyPreferredLocalizationsFromArray(arrayRef));
    SuperString     resLangStr(kCFURLPlatformPathSeparator);

    resLangStr.append((CFStringRef)prefRef[(CFIndex)0]);
    resLangStr.append(".lproj");
    pathStr.append(resLangStr);
    return pathStr.Retain();
}

now, presuming you've put the lang files into the appropriate directories, and
renamed them to "crashrpt_lang.ini", the caller pseudocode is like this:

    SuperString         langPath(CFBundleCopyLocalizationPath(), false);

    langPath.append(kCFURLPlatformPathSeparator);
    langPath.append("crashrpt_lang.ini");

    CFileRef            langFile(langPath);


Original comment by [email protected] on 21 Apr 2010 at 6:44

  • Added labels: ****
  • Removed labels: ****

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
actually nevermind the callback, just make it one of the paramblock strings

Original comment by [email protected] on 21 Apr 2010 at 8:19

  • Added labels: ****
  • Removed labels: ****

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
I implemented this enhancement. You can checkout the latest code from 2.5 branch
right now or wait until 1.2.4 release. I plan to release 1.2.4 in the second 
decade
of May.

Original comment by [email protected] on 22 Apr 2010 at 11:09

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
Oops.. the correct name for the branch is 1.2, not 2.5. My mistake. The URL of 
the
branch is https://crashrpt.googlecode.com/svn/branches/1.2

Original comment by [email protected] on 22 Apr 2010 at 11:22

  • Added labels: ****
  • Removed labels: ****

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
yay it works!  note: i'd like to be able to specify the path to the file 
itself, not
just it's directory, that way i can use my own file naming convention.  also, 
will
this work with a relative file path (relative to CrashSender.exe or 
CrashRpt.dll) ?

Original comment by [email protected] on 24 Apr 2010 at 6:20

  • Added labels: ****
  • Removed labels: ****

from crashrpt.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 23, 2024
This enhancement is implemented in v.1.2.4.

Original comment by [email protected] on 7 May 2010 at 9:03

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

from crashrpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.