Click here to Skip to main content
15,911,531 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: NetAddShare under NTFS Pin
David Crow16-Sep-05 8:01
David Crow16-Sep-05 8:01 
GeneralRe: NetAddShare under NTFS Pin
hunter1316-Sep-05 9:20
hunter1316-Sep-05 9:20 
GeneralRe: NetAddShare under NTFS Pin
David Crow16-Sep-05 16:37
David Crow16-Sep-05 16:37 
AnswerRe: NetAddShare under NTFS Pin
Anonymous16-Sep-05 20:36
Anonymous16-Sep-05 20:36 
GeneralRe: NetAddShare under NTFS Pin
David Crow17-Sep-05 14:57
David Crow17-Sep-05 14:57 
QuestionHow to get LAN connected duration Pin
Member 222024516-Sep-05 7:22
Member 222024516-Sep-05 7:22 
Questionwhat should be in ::EndDialog(m_hWnd, nResult); Pin
valerie9916-Sep-05 7:07
valerie9916-Sep-05 7:07 
AnswerRe: what should be in ::EndDialog(m_hWnd, nResult); Pin
David Crow16-Sep-05 8:11
David Crow16-Sep-05 8:11 
QuestionRead/Write ListBox Control Pin
Member 227409716-Sep-05 6:15
Member 227409716-Sep-05 6:15 
AnswerRe: Read/Write ListBox Control Pin
David Crow16-Sep-05 7:06
David Crow16-Sep-05 7:06 
GeneralRe: Read/Write ListBox Control Pin
Member 227409716-Sep-05 20:57
Member 227409716-Sep-05 20:57 
GeneralRe: Read/Write ListBox Control Pin
David Crow17-Sep-05 14:54
David Crow17-Sep-05 14:54 
GeneralRe: Read/Write ListBox Control Pin
Member 227409718-Sep-05 6:34
Member 227409718-Sep-05 6:34 
GeneralRe: Read/Write ListBox Control Pin
David Crow19-Sep-05 3:15
David Crow19-Sep-05 3:15 
GeneralRe: Read/Write ListBox Control Pin
Member 227409719-Sep-05 3:30
Member 227409719-Sep-05 3:30 
GeneralRe: Read/Write ListBox Control Pin
David Crow19-Sep-05 3:44
David Crow19-Sep-05 3:44 
GeneralRe: Read/Write ListBox Control Pin
Member 227409719-Sep-05 20:21
Member 227409719-Sep-05 20:21 
QuestionHow to impliment scrollbar for Child Dialog in maindialog? Pin
G Haranadh16-Sep-05 5:58
G Haranadh16-Sep-05 5:58 
AnswerRe: How to impliment scrollbar for Child Dialog in maindialog? Pin
G Haranadh20-Sep-05 21:53
G Haranadh20-Sep-05 21:53 
Questionreading address 0xabababab ... (win XP vs. win2K ) Pin
Maximilien16-Sep-05 5:20
Maximilien16-Sep-05 5:20 
we are calling a function in a 3rd party DLL that will return an allocated structure :

Struct {<br />
  member* 1stMember;<br />
  member* 2ndMember;<br />
  member* 3rdMember;<br />
};<br />
Struct* MyStruct = NULL;<br />
MyStruct = someDLLFunction();


on Windows 2000, the last member of the structure (3rdMember) is set to NULL, and on Window XP, the last member is set to 0xabababab, for the same input values.

As I understand from various google search, 0xabababab is set by a call to LocalAlloc and is used by the memory allocation bookkeeping.

I'm kind of at loss at what is happening there, I'm trying to contact the DLL vendor to see if they can reproduce the behaviour.

Thanks.





Maximilien Lincourt
Your Head A Splode - Strong Bad
AnswerRe: reading address 0xabababab ... (win XP vs. win2K ) Pin
Alexander M.,16-Sep-05 7:05
Alexander M.,16-Sep-05 7:05 
QuestionFinding a lib's reference in the solution Pin
-Dy16-Sep-05 5:18
-Dy16-Sep-05 5:18 
AnswerRe: Finding a lib's reference in the solution Pin
Matt Godbolt16-Sep-05 5:26
Matt Godbolt16-Sep-05 5:26 
GeneralRe: Finding a lib's reference in the solution Pin
-Dy16-Sep-05 5:58
-Dy16-Sep-05 5:58 
QuestionFading black the screen Pin
hkulten16-Sep-05 5:13
hkulten16-Sep-05 5:13 

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.