Author Topic: dup windows terms same program  (Read 3729 times)

shankle

  • Member
  • ****
  • Posts: 868
dup windows terms same program
« on: June 13, 2014, 06:09:29 AM »
Please see the attachment. GoAsm question

Yuri

  • Member
  • **
  • Posts: 179
Re: dup windows terms same program
« Reply #1 on: June 13, 2014, 11:46:17 AM »
I've read the attachment but it's still not clear what your problem is.

wjr

  • Member
  • **
  • Posts: 242
    • WJR's website
Re: dup windows terms same program
« Reply #2 on: June 13, 2014, 12:09:29 PM »
Not much to go on there. Did you define WIN64 to adjust the include files for a 64-bit build?

shankle

  • Member
  • ****
  • Posts: 868
Re: dup windows terms same program
« Reply #3 on: June 13, 2014, 09:23:05 PM »
Yes I did define win64 for the 64-bit build.
I don't know how to further explain what might not be a problem.
For ex: I used WM_CREATE in one frame in the program and the same
name in another frame of the program. I was thinking maybe GoAsm
might not like the same windows name used in different frames.
As I said before this is no problem in MASM32.
But the problems I am having converting this program to a 64-bit
mode are endless. I was taking a stab at thinking GoAsm might not
like the dup names.
Thanks for helping.