Click here to Skip to main content
15,895,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is wrong in this piece of code... Pin
Exceter5-Aug-03 21:20
Exceter5-Aug-03 21:20 
AnswerRe: What is wrong in this piece of code... Pin
Alexander M.,6-Aug-03 0:01
Alexander M.,6-Aug-03 0:01 
Questionwhat is the message generated? Pin
BK Pradeep5-Aug-03 21:17
BK Pradeep5-Aug-03 21:17 
AnswerRe: what is the message generated? Pin
Fredrik Skog6-Aug-03 0:50
Fredrik Skog6-Aug-03 0:50 
GeneralTransparent gradient shading Pin
lob5-Aug-03 21:08
lob5-Aug-03 21:08 
GeneralRe: Transparent gradient shading Pin
PJ Arends5-Aug-03 22:56
professionalPJ Arends5-Aug-03 22:56 
GeneralRe: Transparent gradient shading Pin
lob5-Aug-03 23:04
lob5-Aug-03 23:04 
QuestionQuestion about new? Pin
pani685-Aug-03 19:49
pani685-Aug-03 19:49 
After installing Platform SDK (and setting the include and lib directory in VC++ 6) I am facing a problem with "new" as follows.

when I allocate memory:

if(m_NoData>0)
{
I=new int[m_NoData];
for(i=0;i
AnswerRe: Question about new? Pin
Anonymous5-Aug-03 21:16
Anonymous5-Aug-03 21:16 
AnswerRe: Question about new? Pin
Toni785-Aug-03 21:20
Toni785-Aug-03 21:20 
QuestionMake LIB file from a DLL or DEF file? Pin
JMPACS5-Aug-03 19:48
sussJMPACS5-Aug-03 19:48 
AnswerRe: Make LIB file from a DLL or DEF file? Pin
Garth J Lancaster5-Aug-03 20:50
professionalGarth J Lancaster5-Aug-03 20:50 
GeneralVisual C++ & passing array of structures from one dialog class to another Pin
Candleman5-Aug-03 19:23
Candleman5-Aug-03 19:23 
GeneralRe: Visual C++ & passing array of structures from one dialog class to another Pin
wb5-Aug-03 19:30
wb5-Aug-03 19:30 
GeneralUrgent!! How to register datagrid control when I distribute a software Pin
chq125-Aug-03 19:18
chq125-Aug-03 19:18 
GeneralRe: Urgent!! How to register datagrid control when I distribute a software Pin
Toni785-Aug-03 21:28
Toni785-Aug-03 21:28 
Generaltape sample required Pin
umairt5-Aug-03 19:16
umairt5-Aug-03 19:16 
GeneralStatus bar Pin
Gagnon Claude5-Aug-03 17:22
Gagnon Claude5-Aug-03 17:22 
GeneralRe: Status bar Pin
Michael Dunn5-Aug-03 17:52
sitebuilderMichael Dunn5-Aug-03 17:52 
GeneralUpdateRgn Doesn't work Pin
sdfdsfa5-Aug-03 17:09
sdfdsfa5-Aug-03 17:09 
GeneralRe: UpdateRgn Doesn't work Pin
Michael Dunn5-Aug-03 17:54
sitebuilderMichael Dunn5-Aug-03 17:54 
Generalruler in a plain text editor Pin
skea5-Aug-03 16:57
skea5-Aug-03 16:57 
QuestionHow to install application without VC environment when using DataGrid control Pin
chq125-Aug-03 16:42
chq125-Aug-03 16:42 
QuestionHow do i register a COM object (Direct X filter) from a applicatoin program? Pin
Member 4048135-Aug-03 15:07
Member 4048135-Aug-03 15:07 
AnswerRe: How do i register a COM object (Direct X filter) from a applicatoin program? Pin
Andrew Walker5-Aug-03 17:42
Andrew Walker5-Aug-03 17:42 

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.