Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EMAIL SENDING Pin
Dominik Reichl1-May-04 22:52
Dominik Reichl1-May-04 22:52 
Questionwhat's the difference between "return -1"and "return -2" about return value? Pin
vividtang1-May-04 15:06
vividtang1-May-04 15:06 
AnswerRe: what's the difference between "return -1"and "return -2" about return value? Pin
Tim Smith1-May-04 15:52
Tim Smith1-May-04 15:52 
Questionwhat request to "ifstream infile("name of file")? Pin
vividtang1-May-04 15:02
vividtang1-May-04 15:02 
AnswerRe: what request to "ifstream infile("name of file")? Pin
Hauptman(n)1-May-04 23:04
Hauptman(n)1-May-04 23:04 
GeneralRe: what request to "ifstream infile("name of file")? Pin
vividtang2-May-04 4:29
vividtang2-May-04 4:29 
GeneralRe: what request to "ifstream infile("name of file")? Pin
Hauptman(n)2-May-04 4:54
Hauptman(n)2-May-04 4:54 
Generalilmerge Pin
Opwar1-May-04 13:12
Opwar1-May-04 13:12 
I tried this program to put the .dll inside the .exe and it didnt work. Do i need to change the locations of the files in the config?

{
static char Path[MAX_PATH];
GetModuleFileName(NULL, Path, MAX_PATH);
unsigned int i = strlen(Path);
while (Path[i] != '\\')
{
Path[i] = '\0';
i--;
}
strcat(Path, "my.dll");

return Path;

like is there a special way i put the path in? Or do i need to add something to my dll?
GeneralRe: ilmerge Pin
Terry O'Nolley1-May-04 14:31
Terry O'Nolley1-May-04 14:31 
QuestionCREATING AND USING HANDLE??? Pin
chapelle1-May-04 12:37
chapelle1-May-04 12:37 
AnswerRe: CREATING AND USING HANDLE??? Pin
Hauptman(n)1-May-04 22:08
Hauptman(n)1-May-04 22:08 
GeneralRe: Averaging Calculation Pin
Terry O'Nolley1-May-04 14:08
Terry O'Nolley1-May-04 14:08 
GeneralDll inside .EXE Pin
Opwar1-May-04 11:30
Opwar1-May-04 11:30 
GeneralResizing into a CListCtrl Pin
Rafael Fernández López1-May-04 11:15
Rafael Fernández López1-May-04 11:15 
GeneralDeleting System Restore points/files Pin
Monk_1-May-04 11:15
Monk_1-May-04 11:15 
QuestionHow to open Crystal Report file Pin
crazymubashir1-May-04 11:06
crazymubashir1-May-04 11:06 
GeneralCMenu ownerdraw Pin
pie1-May-04 10:41
pie1-May-04 10:41 
GeneralAccelerators Pin
michou1-May-04 10:20
michou1-May-04 10:20 
Generalva_list and COleVariant Pin
brdavid1-May-04 9:48
brdavid1-May-04 9:48 
GeneralRe: va_list and COleVariant Pin
Michael Dunn1-May-04 9:58
sitebuilderMichael Dunn1-May-04 9:58 
GeneralParameter Problem Pin
soul.ripper1-May-04 9:15
soul.ripper1-May-04 9:15 
GeneralRe: Parameter Problem Pin
Michael Dunn1-May-04 10:02
sitebuilderMichael Dunn1-May-04 10:02 
Generalsleep( ) Pin
Anonymous1-May-04 7:42
Anonymous1-May-04 7:42 
GeneralRe: sleep( ) Pin
soul.ripper1-May-04 8:59
soul.ripper1-May-04 8:59 
GeneralRe: sleep( ) Pin
Anonymous1-May-04 9:08
Anonymous1-May-04 9:08 

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.