CHG: FolderSize example: Optimized the code for assigning bitmaps to context menus. See comment in [feature-requests:#205].
Hi, Persisten streams are being deprecated and available only when using the OWL5_COMPAT define. You need to add that define to the project options. See https://sourceforge.net/p/owlnext/wiki/Replacing_the_Borland_C%2B%2B_Class_Libraries/#h-persistent-streams Also you can check and test the Pstream example under examples/pstream.
It should be possible. What errors are you encountering? Have you tried first to upgrade to OWLNext 6.44 as it is closer to legacy OWL? See also https://sourceforge.net/p/owlnext/wiki/Upgrading_from_OWL/
It should be possible. What errors are you encountering? Have you tried first to upgrade to OWLNext 6.44 as it is closer to legacy OWL?
CHG: FolderSize example: Display the perceived type of files using AssocGetPerceivedType.
CHG: FolderSize example: Set default menu item for context menus. Note: may have no visual effect under Windows 11.
Hi, This function is now totally redundant and is marked as deprecated. I am going to simply remove it in the near future, as I don't think anyone has been using it - considering the whole class was broken since forever.
CHG: Marked TPointer and TAPointer as deprecated. Will be removed in the future.