NO

Author Topic: Dialog 2 Window  (Read 382 times)

Online HellOfMice

  • Member
  • *
  • Posts: 245
  • Never be pleased, always improve
Dialog 2 Window
« on: December 17, 2024, 06:43:10 PM »
A small program that reads an RC file and creates as many windows as it finds dialog boxes.

It creates asm and C source files

If you use it, if the dialogbox is a main windows, don't forget to give a classname and to remove the HMENU

It is written in assembly language

Needs some work to optimize the code and the generated asm code
The window size and control sizes needs to be improved

You know all

Philippe RIO

PS: Thank you to John Zvonar for his help
--------------------------------
Kenavo

Offline Vortex

  • Member
  • *
  • Posts: 916
    • http://www.vortex.masmcode.com
Re: Dialog 2 Window
« Reply #1 on: December 17, 2024, 08:28:01 PM »
Hello Philippe,

Thanks for thr project. The executable complains about the missing file sqlite3.dll
Code it... That's all...

Online HellOfMice

  • Member
  • *
  • Posts: 245
  • Never be pleased, always improve
Re: Dialog 2 Window
« Reply #2 on: December 17, 2024, 08:31:35 PM »
Yes I forgot to say that.
The sqlite3.dll was too big to fit in the zip so I added the sqlie3.lib file
It can be downloaded at https://www.sqlite.org/2024/sqlite-dll-win-x64-3470200.zip
I forgot to say that this version only is compatible with POEDIT
If you have RC files made using another resources editor please could you sent them to me.
sqlite3.dll is too big to fit into the 1MB file
« Last Edit: December 18, 2024, 03:52:31 AM by HellOfMice »
--------------------------------
Kenavo