Click here to Skip to main content
15,917,614 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:29
Chintoo72330-Jan-06 15:29 
AnswerRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:37
Stephen Hewitt30-Jan-06 15:37 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:39
Chintoo72330-Jan-06 15:39 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:41
Stephen Hewitt30-Jan-06 15:41 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:46
Chintoo72330-Jan-06 15:46 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:52
Stephen Hewitt30-Jan-06 15:52 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 16:52
Chintoo72330-Jan-06 16:52 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 16:57
Stephen Hewitt30-Jan-06 16:57 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 17:13
Chintoo72330-Jan-06 17:13 
AnswerRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Michael Dunn30-Jan-06 16:25
sitebuilderMichael Dunn30-Jan-06 16:25 
Questioncombobox Pin
Ahmed_Barakat30-Jan-06 15:06
Ahmed_Barakat30-Jan-06 15:06 
AnswerRe: combobox Pin
Stephen Hewitt30-Jan-06 15:29
Stephen Hewitt30-Jan-06 15:29 
GeneralRe: combobox Pin
Ahmed_Barakat30-Jan-06 17:31
Ahmed_Barakat30-Jan-06 17:31 
GeneralRe: combobox Pin
Stephen Hewitt30-Jan-06 17:43
Stephen Hewitt30-Jan-06 17:43 
GeneralRe: combobox Pin
Owner drawn30-Jan-06 17:43
Owner drawn30-Jan-06 17:43 
GeneralRe: combobox Pin
Stephen Hewitt30-Jan-06 17:50
Stephen Hewitt30-Jan-06 17:50 
AnswerRe: combobox Pin
Christian Graus30-Jan-06 15:30
protectorChristian Graus30-Jan-06 15:30 
QuestionFiguring out the name of the Administrators group Pin
A_L30-Jan-06 12:27
A_L30-Jan-06 12:27 
AnswerRe: Figuring out the name of the Administrators group Pin
Michael Dunn30-Jan-06 13:24
sitebuilderMichael Dunn30-Jan-06 13:24 
QuestionVirtualAlloc question ? Pin
devboycpp30-Jan-06 11:26
devboycpp30-Jan-06 11:26 
AnswerRe: VirtualAlloc question ? Pin
Michael Dunn30-Jan-06 12:19
sitebuilderMichael Dunn30-Jan-06 12:19 
GeneralRe: VirtualAlloc question ? Pin
devboycpp31-Jan-06 11:45
devboycpp31-Jan-06 11:45 
AnswerRe: VirtualAlloc question ? Pin
Sumit Kapoor30-Jan-06 14:23
Sumit Kapoor30-Jan-06 14:23 
GeneralRe: VirtualAlloc question ? Pin
devboycpp31-Jan-06 12:18
devboycpp31-Jan-06 12:18 
QuestionAcquiring resource information for a device - Windows XP Pin
Dethulus30-Jan-06 9:18
Dethulus30-Jan-06 9:18 
I'm writing code to try to interface with some custom data acquisition boards our company produces. Actually, I've written several interfaces for these boards over the years as changes in technology have forced us to adapt (ISA->PCI, DOS/Win3.1, Win9x, WinXP). Recent changes in motherboard design have foiled a kludge I've been using to acquire the P&P assigned port addresses for the boards, so I'm scrambling to find a way to acquire those port addresses.

I've downloaded the very excellent EnumDeviceProperties[^] demo project submitted by A. Riazi, but the properties enumerated by this project do not include the resources for Port, Base memory, IRQ assignments, etc., as are shown on the Device Manager properties resource sheet.

Obviously there is some way to access this information. Could someone point me in the right direction?

TIA,

-Dethulus

-- modified at 16:02 Monday 30th January, 2006

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.