Click here to Skip to main content
16,016,333 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is there any retstrictions to make an exe as Service Pin
Calc209-Nov-05 20:37
Calc209-Nov-05 20:37 
AnswerRe: Is there any retstrictions to make an exe as Service Pin
Calc209-Nov-05 20:37
Calc209-Nov-05 20:37 
AnswerRe: Is there any retstrictions to make an exe as Service Pin
Bob Stanneveld9-Nov-05 22:38
Bob Stanneveld9-Nov-05 22:38 
QuestionPlz. help............. Pin
NityaKakkar9-Nov-05 19:16
NityaKakkar9-Nov-05 19:16 
AnswerRe: Plz. help............. Pin
ThatsAlok9-Nov-05 21:46
ThatsAlok9-Nov-05 21:46 
AnswerRe: Plz. help............. Pin
John R. Shaw9-Nov-05 21:56
John R. Shaw9-Nov-05 21:56 
Questionunable to include stdafx.h file(in simple win32 DLL) Pin
QuickDeveloper9-Nov-05 19:04
QuickDeveloper9-Nov-05 19:04 
AnswerRe: unable to include stdafx.h file(in simple win32 DLL) Pin
Nibu babu thomas9-Nov-05 19:26
Nibu babu thomas9-Nov-05 19:26 
Try right clicking on the line and there in the menu that pops up there will be an option to open the stdafx.h file. Try using that. If it fails then the header is not found.

Note: You must click on the line #include "stdafx.h"

Try this too.

You must use the include like this #include "stdafx.h" instead of
#include <stdafx.h>

Nibu thomas.
Software Developer.
GeneralRe: unable to include stdafx.h file(in simple win32 DLL) Pin
QuickDeveloper9-Nov-05 19:31
QuickDeveloper9-Nov-05 19:31 
GeneralRe: unable to include stdafx.h file(in simple win32 DLL) Pin
Nibu babu thomas9-Nov-05 20:54
Nibu babu thomas9-Nov-05 20:54 
AnswerRe: unable to include stdafx.h file(in simple win32 DLL) Pin
James R. Twine10-Nov-05 8:18
James R. Twine10-Nov-05 8:18 
AnswerRe: unable to include stdafx.h file(in simple win32 DLL) Pin
S Douglas9-Nov-05 21:18
professionalS Douglas9-Nov-05 21:18 
Questionvirtual printer port programming Pin
Roj9-Nov-05 18:46
Roj9-Nov-05 18:46 
AnswerRe: virtual printer port programming Pin
Mathieu Dijkstra9-Nov-05 23:44
Mathieu Dijkstra9-Nov-05 23:44 
GeneralRe: virtual printer port programming Pin
Roj10-Nov-05 5:29
Roj10-Nov-05 5:29 
QuestionHow to print data from a View Pin
vikas amin9-Nov-05 18:43
vikas amin9-Nov-05 18:43 
AnswerRe: How to print data from a View Pin
vikas amin9-Nov-05 23:26
vikas amin9-Nov-05 23:26 
AnswerRe: How to print data from a View Pin
Mathieu Dijkstra10-Nov-05 0:22
Mathieu Dijkstra10-Nov-05 0:22 
QuestionIs child frame present Pin
Arrun9-Nov-05 18:20
Arrun9-Nov-05 18:20 
AnswerRe: Is child frame present Pin
*Dreamz9-Nov-05 21:22
*Dreamz9-Nov-05 21:22 
QuestionHow to return a CByteArray from the member function to the main program Pin
LaHaHa9-Nov-05 18:07
LaHaHa9-Nov-05 18:07 
AnswerRe: How to return a CByteArray from the member function to the main program Pin
ThatsAlok9-Nov-05 19:03
ThatsAlok9-Nov-05 19:03 
GeneralRe: How to return a CByteArray from the member function to the main program Pin
LaHaHa9-Nov-05 20:22
LaHaHa9-Nov-05 20:22 
QuestionSTL / C2784 Problem Pin
dfxcoder9-Nov-05 18:04
dfxcoder9-Nov-05 18:04 
AnswerRe: STL / C2784 Problem Pin
*Dreamz9-Nov-05 18:32
*Dreamz9-Nov-05 18:32 

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.