resource editor that works with build.exe

Hi all,

I want to develop some dialogs in my driver (input method editor) does
anybody know which resource editor I can use?

Greetings Achim

-----Urspr?ngliche Nachricht-----
Von: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]Im Auftrag von Kernel Debugging
Interest List digest
Gesendet: Freitag, 13. Juli 2001 12:00
An: windbg digest recipients
Betreff: windbg digest: July 12, 2001

WINDBG Digest for Thursday, July 12, 2001.

  1. RE: kdex2x86.xpool -map 1
  2. RE: kdex2x86.xpool -map 1
  3. how to investigate what pool tags (process) use where address?
  4. RE: how to investigate what pool tags (process) use where address- ?

Subject: RE: kdex2x86.xpool -map 1
From: xxxxx@citrix.co.jp
Date: Thu, 12 Jul 2001 17:44:09 +0900
X-Message-Number: 1

Hi I found error when ntoskrnl is loaded. so I created symbol again, and
then I tried this.
Only once time, I can get the correct information, but after that I can’t
get the information like the following

ntoskrnl!RtlpBreakWithStatusInstruction:
80453d52 cc int 3
kd> !xpool -map
No export xpool found
kd> !kdex2x86.xpool -map 1
Loaded kdex2x86 extension DLL

***** stop here for long time… ******

Must I wait for long time to get the information of paged pool or nonpaged
pool?

Kimi

-----Original Message-----
From: Ajay K Agrawal [mailto:xxxxx@themoment.com]
Sent: Thursday, July 12, 2001 4:37 AM
To: Kernel Debugging Interest List
Subject: [windbg] RE: kdex2x86.xpool -map 1

Where in docs did it give you this impression? I want to make sure that is
corrected.

In Debugger Extensions | Loading Debugger Extension DLLs


There are several methods of loading debugger extension DLLs, as well as
controlling the default debugger extension DLL and the default debugger
extension path:

(Before starting the debugger) Use the _NT_DEBUGGER_EXTENSION_PATH
environment variable to set the default path for extension DLLs. This can be
a number of directory paths, separated by semicolons.

It wasn’t clear that windbg would load the extensions shipped with it.

Thanks!

-Ajay

-----Original Message-----
From: Nathan Nesbit [mailto:xxxxx@windows.microsoft.com]
Sent: Wednesday, July 11, 2001 12:11 PM
To: Kernel Debugging Interest List
Subject: [windbg] RE: kdex2x86.xpool -map 1

It is meant to be used if you have an extension DLL of your own that you
want the debugger to grab from some location. It is not required for
using the extenstions that shipped with the debugger.

I recommend against doing this since it will make it easy to get the
wrong path in there.

Where in docs did it give you this impression? I want to make sure that
is corrected.

Thanks.

-----Original Message-----
From: Ajay K Agrawal [mailto:xxxxx@themoment.com]
Sent: Wednesday, July 11, 2001 11:22 AM
To: Kernel Debugging Interest List
Subject: [windbg] RE: kdex2x86.xpool -map 1

Why are you doing Step 2? If you are debugging w2kchk then this path
is
automated added by the debugger.

Is this also true of w2kfre. For example the following as a system
variable.

_NT_DEBUGGER_EXTENSION_PATH=C:\Program Files\Debugging Tools for
Windows\w2kfre

I got the impression from Windbg help manual that this is required.

-Ajay

-----Original Message-----
From: Nathan Nesbit [mailto:xxxxx@windows.microsoft.com]
Sent: Wednesday, July 11, 2001 11:04 AM
To: Kernel Debugging Interest List
Cc: Kernel Debugging Interest List; Windbg External Feedback
Subject: [windbg] RE: kdex2x86.xpool -map 1

Adding xxxxx@microsoft.com which is a direct line to the debugger
team.

Why are you doing Step 2? If you are debugging w2kchk then this path is
automated added by the debugger. If you aren’t debugging w2kchk then
you are using an incompatible version of the extension dll.

What version of the debugger are you using?

What OS is that target? What SPs are installed?

Are symbols loading correctly for ntoskrnl?

-----Original Message-----
From: xxxxx@citrix.co.jp [mailto:xxxxx@citrix.co.jp]

Sent: Wednesday, July 11, 2001 10:16 AM
To: Kernel Debugging Interest List
Subject: [windbg] kdex2x86.xpool -map 1

Hello

I do the following steps to dump information about managed pool blocks
in
the system.
but I got the error, “InternalGlobalPool error” in the debugger. I don’t
know detailed error message because I am in my house…

  1. set the following key using gflags.exe
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
    Manager]
    “GlobalFlag”=dword:00000c00
  2. reboot target machine
  3. set _NT_DEBUGGER_EXTENSION_PATH=C:\Program Files\Microsoft Debugging
    Tools\w2kchk
  4. !load kdex2x86.dll
  5. !kdex2x86.xpool -map 1
  6. I got error “InternalGlobalPool error”

Any suggestion?

Kimi


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@themoment.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@themoment.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@citrix.co.jp
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@ybust.edu.cn
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Subject: RE: kdex2x86.xpool -map 1
From: xxxxx@citrix.co.jp
Date: Thu, 12 Jul 2001 20:48:25 +0900
X-Message-Number: 2

I must wait for a lot of time (approx 15 minutes) to get this information.

Now works fine…

Kimi

-----Original Message-----
From: xxxxx@citrix.co.jp [mailto:xxxxx@citrix.co.jp]
Sent: Thursday, July 12, 2001 5:44 PM
To: Kernel Debugging Interest List
Subject: [windbg] RE: kdex2x86.xpool -map 1

Hi I found error when ntoskrnl is loaded. so I created symbol again, and
then I tried this.
Only once time, I can get the correct information, but after that I can’t
get the information like the following

ntoskrnl!RtlpBreakWithStatusInstruction:
80453d52 cc int 3
kd> !xpool -map
No export xpool found
kd> !kdex2x86.xpool -map 1
Loaded kdex2x86 extension DLL

***** stop here for long time… ******

Must I wait for long time to get the information of paged pool or nonpaged
pool?

Kimi

-----Original Message-----
From: Ajay K Agrawal [mailto:xxxxx@themoment.com]
Sent: Thursday, July 12, 2001 4:37 AM
To: Kernel Debugging Interest List
Subject: [windbg] RE: kdex2x86.xpool -map 1

Where in docs did it give you this impression? I want to make sure that is
corrected.

In Debugger Extensions | Loading Debugger Extension DLLs


There are several methods of loading debugger extension DLLs, as well as
controlling the default debugger extension DLL and the default debugger
extension path:

(Before starting the debugger) Use the _NT_DEBUGGER_EXTENSION_PATH
environment variable to set the default path for extension DLLs. This can be
a number of directory paths, separated by semicolons.

It wasn’t clear that windbg would load the extensions shipped with it.

Thanks!

-Ajay

-----Original Message-----
From: Nathan Nesbit [mailto:xxxxx@windows.microsoft.com]
Sent: Wednesday, July 11, 2001 12:11 PM
To: Kernel Debugging Interest List
Subject: [windbg] RE: kdex2x86.xpool -map 1

It is meant to be used if you have an extension DLL of your own that you
want the debugger to grab from some location. It is not required for
using the extenstions that shipped with the debugger.

I recommend against doing this since it will make it easy to get the
wrong path in there.

Where in docs did it give you this impression? I want to make sure that
is corrected.

Thanks.

-----Original Message-----
From: Ajay K Agrawal [mailto:xxxxx@themoment.com]
Sent: Wednesday, July 11, 2001 11:22 AM
To: Kernel Debugging Interest List
Subject: [windbg] RE: kdex2x86.xpool -map 1

Why are you doing Step 2? If you are debugging w2kchk then this path
is
automated added by the debugger.

Is this also true of w2kfre. For example the following as a system
variable.

_NT_DEBUGGER_EXTENSION_PATH=C:\Program Files\Debugging Tools for
Windows\w2kfre

I got the impression from Windbg help manual that this is required.

-Ajay

-----Original Message-----
From: Nathan Nesbit [mailto:xxxxx@windows.microsoft.com]
Sent: Wednesday, July 11, 2001 11:04 AM
To: Kernel Debugging Interest List
Cc: Kernel Debugging Interest List; Windbg External Feedback
Subject: [windbg] RE: kdex2x86.xpool -map 1

Adding xxxxx@microsoft.com which is a direct line to the debugger
team.

Why are you doing Step 2? If you are debugging w2kchk then this path is
automated added by the debugger. If you aren’t debugging w2kchk then
you are using an incompatible version of the extension dll.

What version of the debugger are you using?

What OS is that target? What SPs are installed?

Are symbols loading correctly for ntoskrnl?

-----Original Message-----
From: xxxxx@citrix.co.jp [mailto:xxxxx@citrix.co.jp]

Sent: Wednesday, July 11, 2001 10:16 AM
To: Kernel Debugging Interest List
Subject: [windbg] kdex2x86.xpool -map 1

Hello

I do the following steps to dump information about managed pool blocks
in
the system.
but I got the error, “InternalGlobalPool error” in the debugger. I don’t
know detailed error message because I am in my house…

  1. set the following key using gflags.exe
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
    Manager]
    “GlobalFlag”=dword:00000c00
  2. reboot target machine
  3. set _NT_DEBUGGER_EXTENSION_PATH=C:\Program Files\Microsoft Debugging
    Tools\w2kchk
  4. !load kdex2x86.dll
  5. !kdex2x86.xpool -map 1
  6. I got error “InternalGlobalPool error”

Any suggestion?

Kimi


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@themoment.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@themoment.com
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@citrix.co.jp
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@citrix.co.jp
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: xxxxx@ybust.edu.cn
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Subject: how to investigate what pool tags (process) use where address?
From: xxxxx@citrix.co.jp
Date: Thu, 12 Jul 2001 20:53:04 +0900
X-Message-Number: 3

Hello

I got the information of paged pool mapping by using kdex2x86.xpool -map ,

Next, I must know that what pool tags (process) use where address?
If I can know tags name, Can I know where does this use?

Now I am researching every address by using !pool address… Do you have any
good idea?

Kimi


You are currently subscribed to windbg as: xxxxx@ybust.edu.cn
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Subject: RE: how to investigate what pool tags (process) use where address-
?
From: xxxxx@citrix.co.jp
Date: Thu, 12 Jul 2001 21:02:56 +0900
X-Message-Number: 4

Can’t I search pool tags and find what address is used by this tag?

Thanks in adbaced
Kimi

-----Original Message-----
From: Kimihiko Kitase (Japan - TKOMAIL01)
Sent: Thursday, July 12, 2001 8:53 PM
To: ‘xxxxx@lists.osr.com’
Subject: how to investigate what pool tags (process) use where
address?

Hello

I got the information of paged pool mapping by using kdex2x86.xpool -map ,

Next, I must know that what pool tags (process) use where address?
If I can know tags name, Can I know where does this use?

Now I am researching every address by using !pool address… Do you have
any good idea?

Kimi


You are currently subscribed to windbg as: xxxxx@ybust.edu.cn
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


END OF DIGEST


You are currently subscribed to windbg as: xxxxx@ybust.edu.cn
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to windbg as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-windbg-$subst(‘Recip.MemberIDChar’)@lists.osr.com