News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

user32.dll in a 64-bit program

Started by shankle, April 15, 2016, 06:07:50 AM

Previous topic - Next topic

shankle

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.

Yuri

To help you, we need more information.

shankle


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




Yuri


Exception Code: c0000005


Probably you pass an invalid memory address to some user32.dll function.

shankle

Thanks Yuri,
Problem solved.
Caused by GETDC.