Click here to Skip to main content
15,918,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Contribution to Code project Pin
Cedric Moonen25-Aug-09 3:44
Cedric Moonen25-Aug-09 3:44 
GeneralRe: Contribution to Code project Pin
dkgawande25-Aug-09 3:46
dkgawande25-Aug-09 3:46 
QuestionVS2008 C++ Multi-Lingual Support Pin
Jason Farrar25-Aug-09 2:59
Jason Farrar25-Aug-09 2:59 
QuestionReports in VC++ Pin
diptipanchal25-Aug-09 1:01
diptipanchal25-Aug-09 1:01 
AnswerRe: Reports in VC++ Pin
CPallini25-Aug-09 1:43
mveCPallini25-Aug-09 1:43 
AnswerRe: Reports in VC++ Pin
David Crow25-Aug-09 3:03
David Crow25-Aug-09 3:03 
QuestionCEdit problem in displaying CR and LF [modified] Pin
bhanu_850924-Aug-09 23:03
bhanu_850924-Aug-09 23:03 
AnswerRe: CEdit problem in displaying CR and LF Pin
Cedric Moonen24-Aug-09 23:06
Cedric Moonen24-Aug-09 23:06 
GeneralRe: CEdit problem in displaying CR and LF Pin
bhanu_850924-Aug-09 23:16
bhanu_850924-Aug-09 23:16 
GeneralRe: CEdit problem in displaying CR and LF Pin
Cedric Moonen24-Aug-09 23:19
Cedric Moonen24-Aug-09 23:19 
GeneralRe: CEdit problem in displaying CR and LF Pin
bhanu_850925-Aug-09 1:16
bhanu_850925-Aug-09 1:16 
AnswerRe: CEdit problem in displaying CR and LF [modified] Pin
Rajesh R Subramanian25-Aug-09 0:00
professionalRajesh R Subramanian25-Aug-09 0:00 
JokeRe: CEdit problem in displaying CR and LF [modified] Pin
CPallini25-Aug-09 0:44
mveCPallini25-Aug-09 0:44 
GeneralRe: CEdit problem in displaying CR and LF Pin
Rajesh R Subramanian25-Aug-09 0:44
professionalRajesh R Subramanian25-Aug-09 0:44 
JokeRe: CEdit problem in displaying CR and LF Pin
CPallini25-Aug-09 0:49
mveCPallini25-Aug-09 0:49 
QuestionDont update part of dialog window Pin
melinda_mel24-Aug-09 22:48
melinda_mel24-Aug-09 22:48 
AnswerRe: Dont update part of dialog window Pin
Code-o-mat24-Aug-09 23:04
Code-o-mat24-Aug-09 23:04 
Questionhow to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65524-Aug-09 22:45
bahareh65524-Aug-09 22:45 
Hi all
I do appologize in advance for my question, because I couldn't find a related forum with my question!!

I'm writting a program in DDK for secure booting of windows XP.
I use NT-Native functions in kernel mode, but unfortunately there is not any reference or example of using these functions!

I want to load some kernel mode dlls there(such as "hal.dll" in system32 folder) and use of "LDRLoadDLL" function whereas there is no good example of it's usage!

I don't know how should I pass those dlls path address in the first input argument of this function? when I set NULL in it, I get error to load some kernel mode dll (Error such as "File not found" where it succeeds in loading only "ntdll.dll"!) and also I don't know how should be the dll's "path" format in first argument of function?

I've seen ntdll.dll's source code for this function, but the correct format of path is some complex for me!!

Here is the ntdll's source including "LDRLoadDll" function:
http://source.winehq.org/source/dlls/ntdll/loader.c#L2007

I extremely hope you could help me!!!!

Thanks in Advance.
AnswerRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
Stuart Dootson24-Aug-09 23:47
professionalStuart Dootson24-Aug-09 23:47 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65525-Aug-09 19:38
bahareh65525-Aug-09 19:38 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
Stuart Dootson25-Aug-09 21:00
professionalStuart Dootson25-Aug-09 21:00 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65526-Aug-09 8:50
bahareh65526-Aug-09 8:50 
QuestionHow to Write some data at a particular Sector Pin
Shiv Murti Pal24-Aug-09 21:18
Shiv Murti Pal24-Aug-09 21:18 
AnswerRe: How to Write some data at a particular Sector Pin
Iain Clarke, Warrior Programmer24-Aug-09 21:41
Iain Clarke, Warrior Programmer24-Aug-09 21:41 
GeneralRe: How to Write some data at a particular Sector Pin
Shiv Murti Pal24-Aug-09 22:20
Shiv Murti Pal24-Aug-09 22:20 

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.