Author Topic: Dual 64- and 32-bit Assembly  (Read 4306 times)

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13871
  • Assembly is fun ;-)
    • MasmBasic
Re: Dual 64- and 32-bit Assembly
« Reply #15 on: July 09, 2022, 02:08:21 AM »
Thanks, Hector. What is the last thing you see in the console?

HSE

  • Member
  • *****
  • Posts: 2463
  • AMD 7-32 / i3 10-64
Equations in Assembly: SmplMath

jj2007

  • Moderator
  • Member
  • *****
  • Posts: 13871
  • Assembly is fun ;-)
    • MasmBasic
Re: Dual 64- and 32-bit Assembly
« Reply #17 on: July 09, 2022, 02:31:16 AM »
Umpfffff... that's a tough one. Can you give it another try, please?

HSE

  • Member
  • *****
  • Posts: 2463
  • AMD 7-32 / i3 10-64
Re: Dual 64- and 32-bit Assembly
« Reply #18 on: July 09, 2022, 02:46:06 AM »
 :thumbsup: :thumbsup: pass trough previous problem, die in Resguard:
Code: [Select]
; ==================================================================================================
; Title:   ResGuard.inc
; Author:  G. Friedrich
; Version: 1.0.0
; Purpose: Detection of resource leakages using ObjAsm32 ResGuard.dll.
; Notes:   Version 1.0.0, April 2005
;            - First release.
; ==================================================================================================

ResGuardStart proto
ResGuardStop  proto
ResGuardShow  proto

Removing that file, habemus pt.inc.
Work fine with CreateFile example.
Equations in Assembly: SmplMath