News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

This is too slow

Started by frktons, November 18, 2010, 03:10:21 AM

Previous topic - Next topic

Antariy

Dave, your OS (in this case) have integrated debugger. It is console interface, and very similar to DEBUG.EXE in handling.
Can you do debugging? This will be simple for you, and will not require to install any software (or updates !!!).
Should I say details?

frktons

Quote from: dedndave on November 21, 2010, 10:59:01 PM
the time is not correct - it is now 3:58 PM
the OS is correct

We are talking about GMT not your country time.
Mind is like a parachute. You know what to do in order to use it :-)

dedndave

sorry
i am taking care of dad, and his dog (lol) and this keyboard is about to be thrown against the wall   :bdg

Antariy

Quote from: dedndave on November 21, 2010, 11:02:45 PM
sorry
i am taking care of dad, and his dog (lol) and this keyboard is about to be thrown against the wall   :bdg

So, you do not want to be dedicated, and make debugging with standard tools?
You leave battlefield at the same interesting time?

:eek


http://www.masm32.com/board/index.php?topic=15365.msg125873#msg125873

frktons

Quote from: Antariy on November 21, 2010, 11:05:49 PM
Quote from: dedndave on November 21, 2010, 11:02:45 PM
sorry
i am taking care of dad, and his dog (lol) and this keyboard is about to be thrown against the wall   :bdg

So, you do not want to be dedicated, and make debugging with standard tools?
You leave battlefield at the same interesting time?

:eek


http://www.masm32.com/board/index.php?topic=15365.msg125873#msg125873


Well, Dave is not in the best environment to do that debugging session, better to do it
in another time/day, or leave here the info he needs, and when he's got time he'll see
what to do.   :wink
Mind is like a parachute. You know what to do in order to use it :-)

dedndave

i would not mind if it weren't for this keyboard
it misses half the letters i type - very annoying

also - just realized i am out of smokes   :dazzled:

frktons

Quote from: Antariy on November 21, 2010, 11:17:21 PM
That's not should take a long time.
And it is not clear - maybe he not want to spent his time for this.


Alex, do you mind if Dave does the debugging session later or tomorrow?
It doesn't seem the right moment to me.  ::)
Mind is like a parachute. You know what to do in order to use it :-)

dedndave

i should be at home in about an hour - we can play, then   :U

frktons

Quote from: dedndave on November 21, 2010, 11:21:48 PM
i should be at home in about an hour - we can play, then   :U

Great!  :U
Mind is like a parachute. You know what to do in order to use it :-)

Antariy

Quote from: frktons on November 21, 2010, 11:21:00 PM
Alex, do you mind if Dave does the debugging session later or tomorrow?
It doesn't seem the right moment to me.  ::)

:eek

I'm not persist on something. Just:
1. Dave is first reporter of this issue.
2. Dave like consoles
3. My English is not take me understanding of difference between his jokes and truth  :lol

frktons

Quote from: Antariy on November 21, 2010, 11:28:16 PM
Quote from: dedndave on November 21, 2010, 11:21:48 PM
i should be at home in about an hour - we can play, then   :U

Not hurry, at first destroy the bad keyboard  :lol


That's a good idea anyway.  :P
Mind is like a parachute. You know what to do in order to use it :-)

dedndave

i don't know what the problem is
new keyboard - new batteries - receiver is 10 inches away

frktons

Quote from: dedndave on November 21, 2010, 11:33:16 PM
i don't know what the problem is
new keyboard - new batteries - receiver is 10 inches away
:lol :lol :lol :lol :lol :lol :lol :lol :lol :lol :lol

Maybe it is too advanced for your dad's computer  :lol :lol :lol :lol :lol :lol
Mind is like a parachute. You know what to do in order to use it :-)

Antariy

Frank, make this:

invoke GlobalAlloc,GMEM_MOVEABLE,DWORD PTR Lenght


to this


invoke GlobalAlloc,GMEM_MOVEABLE or GMEM_DDESHARE,DWORD PTR Lenght


Just for make sure  :lol

frktons

Quote from: Antariy on November 21, 2010, 11:36:37 PM
Frank, make this:

invoke GlobalAlloc,GMEM_MOVEABLE,DWORD PTR Lenght


to this


invoke GlobalAlloc,GMEM_MOVEABLE or GMEM_DDESHARE,DWORD PTR Lenght


Just for make sure  :lol


OK! Before posting the 100th release, I'll wait some hour. Better to test it before posting.  :P
Mind is like a parachute. You know what to do in order to use it :-)