The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: shankle on April 15, 2016, 06:07:50 AM

Title: user32.dll in a 64-bit program
Post by: shankle on April 15, 2016, 06:07:50 AM
GoAsm - v 0.61.0.0
GoLink  - v 1.0.2.2
Running windows 7 pro 64-bit

My program is pulling in User32.ddl at compile time and causing
the program to fail.
Thanks for any help.
Title: Re: user32.dll in a 64-bit program
Post by: Yuri on April 15, 2016, 12:07:59 PM
To help you, we need more information.
Title: Re: user32.dll in a 64-bit program
Post by: shankle on April 15, 2016, 12:38:53 PM

Thank you for responding Yuri:
I don't know what you need so tell me if this is helpful.

  Problem Event Name: APPCRASH
  Application Name: convrt64.exe
  Application Version: 0.0.0.0
  Application Timestamp: 57105c39
  Fault Module Name: USER32.dll
  Fault Module Version: 6.1.7601.17514
  Fault Module Timestamp: 4ce7c9f1
  Exception Code: c0000005
  Exception Offset: 00000000000125f8
  OS Version: 6.1.7601.2.1.0.256.48
  Locale ID: 1033
  Additional Information 1: 7962
  Additional Information 2: 796237b4cd3bc69a1187e160237e4021
  Additional Information 3: cbfb
  Additional Information 4: cbfb83f4e15bff6d27cc2f33af024772



Title: Re: user32.dll in a 64-bit program
Post by: Yuri on April 15, 2016, 01:18:27 PM

Exception Code: c0000005


Probably you pass an invalid memory address to some user32.dll function.
Title: Re: user32.dll in a 64-bit program
Post by: shankle on April 15, 2016, 08:36:14 PM
Thanks Yuri,
Problem solved.
Caused by GETDC.