Author Topic: 4k simple dialog example.  (Read 4381 times)

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
4k simple dialog example.
« on: August 21, 2016, 02:33:54 PM »
Attached is a simple example of a dialog box in win64. It appears that it can still be done with the minimum of code to get a dialog front end up and running. The "invoke" style pre-processor macro seems to be working in all required cases so it may be ready for release shortly after a bit more testing. This will be in conjunction with the prologue/epilogue written for win64.

I have it tested in Win 10 64 bit, I would appreciate any testing on Win7 64 and Win8 64 if anyone has the time.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

Siekmanski

  • Member
  • *****
  • Posts: 2725
Re: 4k simple dialog example.
« Reply #1 on: August 21, 2016, 05:29:16 PM »
Works fine in Win8.1 64.
Creative coders use backward thinking techniques as a strategy.

jj2007

  • Member
  • *****
  • Posts: 13957
  • Assembly is fun ;-)
    • MasmBasic
Re: 4k simple dialog example.
« Reply #2 on: August 21, 2016, 07:02:36 PM »
The exe works fine but
Code: [Select]
dialog.asm(3) : fatal error A1000:cannot open file : \masm32\include64\masm64rt.inc

rsala

  • Member
  • ***
  • Posts: 357
    • Easy Code
Re: 4k simple dialog example.
« Reply #3 on: August 21, 2016, 07:58:17 PM »
Works fine in Win10 64!
EC coder

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: 4k simple dialog example.
« Reply #4 on: August 21, 2016, 09:56:21 PM »
Thanks guys, most appreciated.

JJ, It won't build without the right files but that will come shortly, I am just doing some of the basic documentation, cleaned out the junk from the macro file, moved a number of files around in the directory tree and removed some of the stuff from Vasily's main macro file due to naming conflicts. The prologue/epilogue macros have been very reliable and so far the "invoke" style macro has been doing everything it is supposed to do and while it has had a reasonable amount of testing so far, it has not had the guts kicked out of it yet.

It won't be much longer, just a pile of stuff to move around.
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

rsala

  • Member
  • ***
  • Posts: 357
    • Easy Code
Re: 4k simple dialog example.
« Reply #5 on: August 22, 2016, 09:44:15 PM »
Works fine in Win7-64 / Win8-64!
EC coder