Click here to Skip to main content
15,906,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Run Time Combo Box Pin
Hamid_RT29-May-07 1:03
Hamid_RT29-May-07 1:03 
GeneralRe: Run Time Combo Box Pin
Naveen29-May-07 1:05
Naveen29-May-07 1:05 
AnswerRe: Run Time Combo Box Pin
Hamid_RT29-May-07 0:56
Hamid_RT29-May-07 0:56 
GeneralRe: Run Time Combo Box Pin
Y_Kaushik29-May-07 1:17
Y_Kaushik29-May-07 1:17 
GeneralRe: Run Time Combo Box Pin
Hamid_RT29-May-07 1:30
Hamid_RT29-May-07 1:30 
GeneralRe: Run Time Combo Box Pin
Y_Kaushik29-May-07 1:52
Y_Kaushik29-May-07 1:52 
GeneralRe: Run Time Combo Box Pin
Hamid_RT29-May-07 2:04
Hamid_RT29-May-07 2:04 
QuestionTypecasting Pin
siddharthsan29-May-07 0:26
siddharthsan29-May-07 0:26 
Cry | :(( Hi,

I am using Visual studio 2005 for my application.
In my application,Loadlibrary is used,

LoadLibrary("library.dll");

If i simply give like this, it's showing error as "cannot convert parameter 1 from const char to LPCWSTR",so i typecasted it as,

LoadLibrary(_T("library.dll"))

or

LoadLibrary((LPCWSTR)"library.dll"))

if i give like this it is not taking or recognizing the library gives error as No such lib found.

Please I need help...

Siddharth
AnswerRe: Typecasting Pin
Naveen29-May-07 0:41
Naveen29-May-07 0:41 
AnswerRe: Typecasting Pin
Nibu babu thomas29-May-07 0:46
Nibu babu thomas29-May-07 0:46 
GeneralRe: Typecasting Pin
Matthew Faithfull29-May-07 0:49
Matthew Faithfull29-May-07 0:49 
AnswerRe: Typecasting Pin
David Crow29-May-07 3:51
David Crow29-May-07 3:51 
AnswerRe: Typecasting Pin
Stephen Hewitt29-May-07 13:58
Stephen Hewitt29-May-07 13:58 
QuestionHow to avoid Esc and Enter Key for Closing Dialog Box Pin
Y_Kaushik29-May-07 0:14
Y_Kaushik29-May-07 0:14 
AnswerRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
_AnsHUMAN_ 29-May-07 0:20
_AnsHUMAN_ 29-May-07 0:20 
GeneralRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
Rajesh R Subramanian29-May-07 3:30
professionalRajesh R Subramanian29-May-07 3:30 
GeneralRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
_AnsHUMAN_ 29-May-07 3:43
_AnsHUMAN_ 29-May-07 3:43 
GeneralRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
_AnsHUMAN_ 29-May-07 3:45
_AnsHUMAN_ 29-May-07 3:45 
AnswerRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
Hamid_RT29-May-07 0:29
Hamid_RT29-May-07 0:29 
AnswerRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
Roger Stoltz29-May-07 1:35
Roger Stoltz29-May-07 1:35 
AnswerRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
SandipG 29-May-07 2:16
SandipG 29-May-07 2:16 
AnswerRe: How to avoid Esc and Enter Key for Closing Dialog Box Pin
David Crow29-May-07 3:56
David Crow29-May-07 3:56 
QuestionStrange socket problem Pin
BadKarma28-May-07 23:57
BadKarma28-May-07 23:57 
AnswerRe: Strange socket problem Pin
Roger Stoltz29-May-07 3:02
Roger Stoltz29-May-07 3:02 
GeneralRe: Strange socket problem Pin
BadKarma29-May-07 4:06
BadKarma29-May-07 4:06 

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.