Click here to Skip to main content
15,916,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to set the entry point of an application. Pin
Gary R. Wheeler7-Aug-04 1:16
Gary R. Wheeler7-Aug-04 1:16 
Questioncombobox ? Pin
N.Byarley6-Aug-04 17:18
N.Byarley6-Aug-04 17:18 
AnswerRe: combobox ? Pin
N.Byarley7-Aug-04 5:36
N.Byarley7-Aug-04 5:36 
Questionhow to find a process CPU usage time. Pin
deep_george_zachariah6-Aug-04 16:46
sussdeep_george_zachariah6-Aug-04 16:46 
AnswerRe: how to find a process CPU usage time. Pin
A_Fa7-Aug-04 2:47
A_Fa7-Aug-04 2:47 
GeneralHi all, one question about IShellFolder Pin
johnny,Kim6-Aug-04 15:47
johnny,Kim6-Aug-04 15:47 
GeneralHelp Pin
Archer2826-Aug-04 15:46
Archer2826-Aug-04 15:46 
GeneralRe: Help Pin
PJ Arends6-Aug-04 16:21
professionalPJ Arends6-Aug-04 16:21 
TCHAR lpTemp = new TCHAR[lpFindLength + 1];
Just be sure to delete[] it when you are done.

The compiler can not reserve stack space for your array if it does not know at compile time how big your array is, that is why you get the error.








"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
GeneralChange the API in Kernel32.dll Pin
single646-Aug-04 15:06
single646-Aug-04 15:06 
QuestionWhat is a sink interface? Pin
Ian Bowler6-Aug-04 13:30
Ian Bowler6-Aug-04 13:30 
GeneralDisplaying UnInstalled Fonts Pin
P.George6-Aug-04 12:46
sussP.George6-Aug-04 12:46 
GeneralRe: Displaying UnInstalled Fonts Pin
bikram singh6-Aug-04 23:18
bikram singh6-Aug-04 23:18 
GeneralCStatic text color Pin
act_x6-Aug-04 11:49
act_x6-Aug-04 11:49 
GeneralThread in DLL Pin
aman20066-Aug-04 11:06
aman20066-Aug-04 11:06 
GeneralRe: Thread in DLL Pin
John M. Drescher6-Aug-04 11:35
John M. Drescher6-Aug-04 11:35 
GeneralRe: Thread in DLL Pin
aman20066-Aug-04 11:53
aman20066-Aug-04 11:53 
GeneralRe: Thread in DLL Pin
bikram singh6-Aug-04 23:21
bikram singh6-Aug-04 23:21 
GeneralMFC, CView, OpenGL, and the repaint problem Pin
Scolex6-Aug-04 9:34
Scolex6-Aug-04 9:34 
Generalreducing fractions Pin
rbboothe6-Aug-04 9:15
rbboothe6-Aug-04 9:15 
GeneralRe: reducing fractions Pin
alex.barylski6-Aug-04 9:18
alex.barylski6-Aug-04 9:18 
GeneralRe: reducing fractions Pin
Scolex6-Aug-04 9:50
Scolex6-Aug-04 9:50 
GeneralRe: reducing fractions Pin
Henry miller6-Aug-04 10:08
Henry miller6-Aug-04 10:08 
QuestionON_NOTIFY -> why ON_NOTIFY_REFLECT ? Pin
FriendOfAsherah6-Aug-04 8:52
FriendOfAsherah6-Aug-04 8:52 
AnswerRe: ON_NOTIFY -> why ON_NOTIFY_REFLECT ? Pin
FriendOfAsherah6-Aug-04 19:56
FriendOfAsherah6-Aug-04 19:56 
GeneralCapture printed documents Pin
Anonymous6-Aug-04 8:50
Anonymous6-Aug-04 8:50 

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.