Author Topic: HeapCreate, HeapAlloc problems  (Read 20023 times)

wjr

  • Member
  • **
  • Posts: 242
    • WJR's website
Re: HeapCreate, HeapAlloc problems
« Reply #15 on: October 07, 2013, 04:25:04 AM »
Thanks. GoLink builds the jump table, and in this case (on Windows 8 ) missed a step becoming a little too jumpy. Although I have fixed this, I am trying to wrap up on a couple more time consuming issues for the next GoLink update. In the meantime, your solution or building on another system with Windows 7 or XP will work.

shankle

  • Member
  • ****
  • Posts: 868
Re: HeapCreate, HeapAlloc problems
« Reply #16 on: July 23, 2014, 11:47:08 PM »
Having a problem with "ntdll.dll".
Running windows 7 pro 64-bit.
Using globalalloc instead of the heap functions which
are a mystery to me.
This generates the horrible "c00005" error. :redface:

qWord

  • Member
  • *****
  • Posts: 1475
  • The base type of a type is the type itself
    • SmplMath macros
Re: HeapCreate, HeapAlloc problems
« Reply #17 on: July 24, 2014, 12:00:40 AM »
The access violation is done in line 42.
MREAL macros - when you need floating point arithmetic while assembling!

jj2007

  • Member
  • *****
  • Posts: 13873
  • Assembly is fun ;-)
    • MasmBasic
Re: HeapCreate, HeapAlloc problems
« Reply #18 on: July 24, 2014, 04:05:30 AM »
Correct answer, qWord :t
What was the question, btw?

wjr

  • Member
  • **
  • Posts: 242
    • WJR's website
Re: HeapCreate, HeapAlloc problems
« Reply #19 on: July 27, 2014, 03:36:53 AM »
Careful, it is impossible for both the Answer and the Question to be known in the same Universe... don't panic, as long as you are using GoLink v1.0 you shouldn't encounter the problem described earlier here.