Jens Miltner

Show:

What's happening?

  • Build instructions

    Hello, so far we've been successfully using Visual Studio 2005 to build OpenCFLite on Windows. However, with the latest sources from Snow Leopard, this no longer seems approriate - I believe we have to use a GNU compiler to compile the objc runtime stuff? Could someone please elaborate on what they use on Windows and Linux as build environments and what the build process is for those that...

    2009-10-28 12:40:56 UTC in OpenCFLite

  • Infinite loops while collecting data on Windows 7

    We have at least one machine where the data collection ends up in an infinite loop while trying to fetch data from the Windows OS. (In this case, the ovaldi tool was running on Windows 7.) This is caused by various functions not honouring the BOOL value returned from the WIndows APIs and instead relying on GetLastError() to detect success. Apparently, there are setups where the LastError...

    2009-10-27 10:26:29 UTC in OVAL Interpreter

  • Followup: RE: sqllite browser can only browse in memory?

    IIRC, sqlitebrowser does indeed cache the data for all records in the table currently being displayed. If your database contains e.g. a table with tons of records and/or large record data then in fact sqlitebrowser is not the best tool to browse your database.

    2009-10-05 06:35:37 UTC in SQLite Database Browser

  • Followup: RE: CFStringCompareWithOptions missing imp

    In the case of kCFCompareNonLiteral (without kCFCompareLocalized), it turned out to be false alarm: I had the characterset bitmaps copied to the wrong location, thus decomposing did not work. Once I copied the files to the expected location, non-literal comparison works. I still have the question about comparing with kCFCompareLocalized, though: Has anybody used this option so far? My...

    2009-05-28 10:10:47 UTC in OpenCFLite

  • CFStringCompareWithOptions missing imp

    Hi, I'm just evaluating replacing our old CFLite code base, which is based on 368.28 with the latest OpenCFLite, but I've stumbled across problems with CFStringCompareWithOptions: when I pass kCFCompareNonLiteral or kCFCompareLocalized, CFStringCompareWithOptions does not work as expected for non-ASCII strings. The old code based on Apple's CFLite did do the correct comparison (at least to...

    2009-05-27 13:57:33 UTC in OpenCFLite

About Me

  • 2002-10-15 (7 years ago)
  • 629488
  • jmiltner (My Site)
  • Jens Miltner

Send me a message