Heinz Müller

Show:

What's happening?

  • Filters crashes under Windows Vista

    Hello, i am using filters from C# / .NET and am very happy with it. It runs well on all XP machines and on 1 Vista machine and 1 Vista VMWare. Unfortunately, it crashes on a specific Vista Notebook (32bit, like all other machines), as soon as i call Filters.initialize(). No exception is thrown, Vista just says "the application caused an error and was terminated". Is this a...

    2009-11-02 10:52:46 UTC in Filters

  • Followup: RE: Filtering an image from .Net Bitmap

    Hello everybody, this is my quick-and-dirty approach: private Bitmap FiltersImageToBitmap(IntPtr sourceFiltersImage) { Filters.TFBitmap32 sourceFiltersBitmap = Filters.helper_ptrToTFBitmap32(sourceFiltersImage); Bitmap destinationBitmap = new Bitmap(sourceFiltersBitmap.width, sourceFiltersBitmap.height, PixelFormat.Format32bppArgb);...

    2009-06-22 11:50:33 UTC in Filters

About Me

  • 2009-06-22 (5 months ago)
  • 2541481
  • heinzm (My Site)
  • Heinz Müller

Send me a message