Click here to Skip to main content
15,888,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Crazy with USB Audio device Mapping! Help pls [modified] Pin
Dong Nguyen2-Jun-06 5:48
Dong Nguyen2-Jun-06 5:48 
Questionwchar_t to char Pin
big_denny_2002-Jun-06 0:42
big_denny_2002-Jun-06 0:42 
AnswerRe: wchar_t to char Pin
toxcct2-Jun-06 0:56
toxcct2-Jun-06 0:56 
GeneralRe: wchar_t to char Pin
Maxwell Chen2-Jun-06 1:01
Maxwell Chen2-Jun-06 1:01 
GeneralRe: wchar_t to char Pin
Nibu babu thomas2-Jun-06 3:07
Nibu babu thomas2-Jun-06 3:07 
GeneralRe: wchar_t to char Pin
David Crow2-Jun-06 3:24
David Crow2-Jun-06 3:24 
AnswerRe: wchar_t to char Pin
Amar Sutar2-Jun-06 1:22
Amar Sutar2-Jun-06 1:22 
QuestionApplication crashes when build it as MFC in a Static Library Pin
zahid_ash2-Jun-06 0:15
zahid_ash2-Jun-06 0:15 
Hi,

My application is running fine , When Active Configuration is Win32Release and Project->Setting are "Use MFC in a Shared DLL"

but it crashes when Active Sonfiguration is same Win32Release but change the Project->Setting to "Use MFC in a Static Library"

it crashes at following code.

m_pListenSock is an object of CSock class which is inherited from CSocket class.


UINTCServerHandler::OnMsgStart(WPARAM wp, LPARAM lp)
{

m_pListenSock = new CSock();
m_pListenSock->Create (200); // It crashes at Create call
m_pListenSock->Listen ();

return 1;

}

Regard
QuestionRe: Application crashes when build it as MFC in a Static Library Pin
David Crow2-Jun-06 3:26
David Crow2-Jun-06 3:26 
Questionhow to change interpretation int - hex Pin
tbrake2-Jun-06 0:03
tbrake2-Jun-06 0:03 
AnswerRe: how to change interpretation int - hex Pin
_anil_2-Jun-06 0:11
_anil_2-Jun-06 0:11 
AnswerRe: how to change interpretation int - hex Pin
Steen Krogsgaard2-Jun-06 0:12
Steen Krogsgaard2-Jun-06 0:12 
GeneralRe: how to change interpretation int - hex [modified] Pin
Cedric Moonen2-Jun-06 1:19
Cedric Moonen2-Jun-06 1:19 
Answer++: how to change interpretation int - hex Pin
tbrake2-Jun-06 1:56
tbrake2-Jun-06 1:56 
GeneralRe: ++: how to change interpretation int - hex Pin
Steen Krogsgaard2-Jun-06 2:28
Steen Krogsgaard2-Jun-06 2:28 
AnswerRe: how to change interpretation int - hex Pin
David Crow2-Jun-06 3:29
David Crow2-Jun-06 3:29 
AnswerRe: how to change interpretation int - hex Pin
Nibu babu thomas4-Jun-06 18:37
Nibu babu thomas4-Jun-06 18:37 
Questionwindows dialog Pin
iLL eFFect1-Jun-06 23:59
iLL eFFect1-Jun-06 23:59 
AnswerRe: windows dialog Pin
Maxwell Chen2-Jun-06 0:08
Maxwell Chen2-Jun-06 0:08 
GeneralRe: windows dialog Pin
Steen Krogsgaard2-Jun-06 0:09
Steen Krogsgaard2-Jun-06 0:09 
GeneralRe: windows dialog Pin
Maxwell Chen2-Jun-06 0:10
Maxwell Chen2-Jun-06 0:10 
AnswerRe: windows dialog Pin
Steen Krogsgaard2-Jun-06 0:08
Steen Krogsgaard2-Jun-06 0:08 
AnswerRe: windows dialog Pin
iLL eFFect4-Jun-06 20:05
iLL eFFect4-Jun-06 20:05 
GeneralRe: windows dialog Pin
iLL eFFect2-Jun-06 0:46
iLL eFFect2-Jun-06 0:46 
GeneralRe: windows dialog Pin
Ștefan-Mihai MOGA2-Jun-06 2:18
professionalȘtefan-Mihai MOGA2-Jun-06 2:18 

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.