Author Topic: RAEdit static with example  (Read 3083 times)

fearless

  • Member
  • ****
  • Posts: 573
    • Github
RAEdit static with example
« on: July 21, 2018, 01:39:29 AM »
I managed to compile the RAEdit to a static control. Example shows very basic usage, and requires the RAEdit class is registered before any dialogs use it - I called the install function before winmain: Invoke InstallRAEdit, hInstance, FALSE

I added a few additional functions to help load bitmaps and cursors from memory/data. Then used the masm32 bin2dbex tool to get the byte data for the few bitmaps and cursors required to store the data in the static library.

I used vortex's CreateBmpFromMem (http://www.masmforum.com/board/index.php?topic=16267.msg134453#msg134453) for the bitmap part.
fearless

ASUS Crosshair 8 Hero, AMD 5950X, 32GB, MSI 5700XT, NZXT Kraken Z73, Seasonic 1000W PSU

Github Twitter Mastodon Gitbook

HSE

  • Member
  • *****
  • Posts: 2463
  • AMD 7-32 / i3 10-64
Re: RAEdit static with example
« Reply #1 on: July 21, 2018, 02:40:42 AM »
Hi Fearless!!

I'm thinking if you have KetilO full code package "Fbedit". KetilO make this things years ago. Of course they need some improvements (very welcome indeed  :biggrin:)
 
Equations in Assembly: SmplMath