Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to removing manifest entry programatically? Pin
KarstenK29-Sep-09 23:21
mveKarstenK29-Sep-09 23:21 
AnswerRe: How to removing manifest entry programatically? Pin
Randor 30-Sep-09 0:58
professional Randor 30-Sep-09 0:58 
QuestionLoadLibrary Help Pin
AR Reddy29-Sep-09 2:04
AR Reddy29-Sep-09 2:04 
AnswerRe: LoadLibrary Help Pin
sashoalm29-Sep-09 2:10
sashoalm29-Sep-09 2:10 
GeneralRe: LoadLibrary Help Pin
AR Reddy29-Sep-09 2:27
AR Reddy29-Sep-09 2:27 
GeneralRe: LoadLibrary Help Pin
CPallini29-Sep-09 2:40
mveCPallini29-Sep-09 2:40 
AnswerRe: LoadLibrary Help Pin
KarstenK29-Sep-09 2:46
mveKarstenK29-Sep-09 2:46 
AnswerRe: LoadLibrary Help Pin
David Crow29-Sep-09 3:36
David Crow29-Sep-09 3:36 
AR Reddy wrote:
...and I need to pass some value to the dll.


There's no such concept. DLLs contain exported functions. You first have to load one of those functions (via GetProcAddress()) and then pass arguments to it.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


Questioninstall path Pin
MsmVc29-Sep-09 1:33
MsmVc29-Sep-09 1:33 
AnswerRe: install path Pin
KarstenK29-Sep-09 2:47
mveKarstenK29-Sep-09 2:47 
AnswerRe: install path Pin
Saurabh.Garg29-Sep-09 16:55
Saurabh.Garg29-Sep-09 16:55 
GeneralRe: install path Pin
MsmVc29-Sep-09 20:04
MsmVc29-Sep-09 20:04 
GeneralRe: install path Pin
Saurabh.Garg29-Sep-09 20:11
Saurabh.Garg29-Sep-09 20:11 
QuestionClient-Server using socket? Pin
$uresh $hanmugam28-Sep-09 23:51
$uresh $hanmugam28-Sep-09 23:51 
AnswerRe: Client-Server using socket? Pin
Richard MacCutchan29-Sep-09 0:17
mveRichard MacCutchan29-Sep-09 0:17 
AnswerRe: Client-Server using socket? Pin
CPallini29-Sep-09 0:43
mveCPallini29-Sep-09 0:43 
AnswerRe: Client-Server using socket? Pin
Iain Clarke, Warrior Programmer29-Sep-09 0:53
Iain Clarke, Warrior Programmer29-Sep-09 0:53 
AnswerRe: Client-Server using socket? Pin
Rajesh R Subramanian29-Sep-09 1:50
professionalRajesh R Subramanian29-Sep-09 1:50 
QuestionHow can create a text file in pocket pc with programing? Pin
Le@rner28-Sep-09 23:30
Le@rner28-Sep-09 23:30 
AnswerRe: How can create a text file in pocket pc with programing? Pin
Iain Clarke, Warrior Programmer29-Sep-09 0:32
Iain Clarke, Warrior Programmer29-Sep-09 0:32 
GeneralRe: How can create a text file in pocket pc with programing? Pin
Le@rner29-Sep-09 0:39
Le@rner29-Sep-09 0:39 
JokeRe: How can create a text file in pocket pc with programing? Pin
CPallini29-Sep-09 0:45
mveCPallini29-Sep-09 0:45 
QuestionProgress bar Pin
MahaKh28-Sep-09 23:26
MahaKh28-Sep-09 23:26 
AnswerRe: Progress bar Pin
Cedric Moonen28-Sep-09 23:29
Cedric Moonen28-Sep-09 23:29 
GeneralRe: Progress bar Pin
MahaKh28-Sep-09 23:35
MahaKh28-Sep-09 23:35 

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.