F-IN-BOX Blog

F-IN-BOX News, Tips and Tricks

F-IN-BOX .Net Edition 3.1.5.6 is available


A bug of mouse wheel messages processing has been fixed.

New sample Sample11_Playing_Of_Encrypted_FLV has been added.


F-IN-BOX DLL Edition 3.3.3.7 is available


A bug of mouse wheel messages processing has been fixed.


F-IN-BOX Delphi Edition 3.5: Delphi 2010 is fully supported


Delphi 2010 and Builder C++ 2010 are fully supported!


F-IN-BOX DLL Edition 3.3.3 is available


A small memory leak fixed.


F-IN-BOX .Net Edition 3.1.5 is available


A small memory leak fixed.


F-IN-BOX .Net Edition 3.1.4 is available


USER Objects leak has fixed.

A sample code to reproduce the leak:

using f_in_box__lib;
...
using (AxCode axcode = new AxCode())
{
   using (f_in_box__control f_in_box__control1 = new f_in_box__control(axcode))
   {
      f_in_box__control1.CreateControl();
   }
}

this code produced 1 user object that is not freed at all.


F-IN-BOX DLL Edition 3.3.2 is ready


The problem of the invalid f-in-box reaction to SetWindowTextW / WM_SETTEXT has fixed.

theomania and Bikram Thapa, thank you very much!

[ Download page ]


F-IN-BOX Delphi Edition 3.4.2 is available


We’ve added builds for Delphi / Builder C++ 2009 with UPDATE 1.

[ Download demo version ]


F-IN-BOX Delphi Edition 3.4.1 is available


An update which is important for developers who use Builder C++. Using old version of f-in-box, Builder C++ added incorrect declarations for events which have parameters with “out” keyword. It just ignored “out”! That’s why we decided to change declarations of these events to make Builder C++ working with the events properly.

The events are:
OnLoadExternalResourceAsync and OnLoadExternalResourceEx

[ Download demo version ]


F-IN-BOX .Net Edition 3.1.3 is available


[ Download demo version ]