Skip to content

HexCtrl 3.7

Latest
Compare
Choose a tag to compare
@jovibor jovibor released this 16 Jan 06:06
· 6 commits to master since this release
  • HexCtrl is now completely MFC free, only Win32 API is used
  • Almost all internal .cpp/.h files have been rewritten into C++ modules
  • The HEXCTRL_MANUAL_MFC_INIT compiler option is removed
  • Added new argument to the SetData method
  • New interface methods: SetWindowPos, PreTranslateMsg, DestroyWindow
  • New hInstRes member added to the HEXCREATE struct, to provide HexCtrl's resources hinstance
  • The Destroy method renamed to Delete
  • The HEXCTRL_SHARED_DLL renamed to HEXCTRL_DYNAMIC_LIB
  • Many internal improvements