Fred wrote: Thu Aug 01, 2024 8:16 amCode: Select all
- Added #PB_Frame_Container support for FrameGadget()
Constant not found: #PB_Frame_Container.
Fred wrote: Thu Aug 01, 2024 8:16 amCode: Select all
- Added #PB_Frame_Container support for FrameGadget()
Constant not found: #PB_Frame_Container.
Code: Select all
- Added SFTP support to the FTP lib (use "sftp://yourserver" as address)
- Added #PB_OS_MacOSX_13, #PB_OS_MacOSX_14 and #PB_OS_MacOSX_15 for OSVersion()
- Added NavigationCallback support for GTK WebGadget() (all OS now support it).
Have you tested it with an SFTP server ? (which?)al2791 wrote: Sun Aug 11, 2024 9:25 am The command
SetFTPDirectory(0, "ESSAI")
Debug GetFTPDirectory(0)
return /ESSAI/
the command ExamineFTPDirectory(0) don't work
with 5.73
return /ESSAI
the command ExamineFTPDirectory(0) return a list of files
Code: Select all
- New linker for DLL creation to have smaller binary size (Windows)
- Added 32-bit float WAV support