Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: registry cleaner for window xp Pin
Russell'22-Aug-07 23:05
Russell'22-Aug-07 23:05 
AnswerRe: registry cleaner for window xp Pin
Rajesh R Subramanian23-Aug-07 0:21
professionalRajesh R Subramanian23-Aug-07 0:21 
GeneralRe: registry cleaner for window xp Pin
toxcct23-Aug-07 0:26
toxcct23-Aug-07 0:26 
GeneralRe: registry cleaner for window xp Pin
Iain Clarke, Warrior Programmer23-Aug-07 1:35
Iain Clarke, Warrior Programmer23-Aug-07 1:35 
QuestionHow to get software information Pin
kim00722-Aug-07 22:41
kim00722-Aug-07 22:41 
AnswerRe: How to get software information Pin
David Crow23-Aug-07 2:52
David Crow23-Aug-07 2:52 
GeneralRe: How to get software information Pin
James R. Twine23-Aug-07 3:31
James R. Twine23-Aug-07 3:31 
QuestionMajor problem with header files Pin
sGrabert22-Aug-07 22:41
sGrabert22-Aug-07 22:41 
Hello,

I have a major problem with the .h header files.
The Compiler (VS2003) does not seem to care about my function definition in the header file if implemented in another .cpp file.

Here is an example:

[myfunc.h]
#pragma once
int DLLInit(char* DLLInfo);

[myfunc.cpp]
#include "myfunc.h"

int DLLInit(int DLLInfoInt)
{
return 0;
}

I seem to be missing the whole point of a header file if the compiler does not detect the false declaration of variable name and type.... WTF | :WTF:
I want to include the header file in the project using the dll, too, so it is important to check parameter and type of function parameters, etc.Confused | :confused:
Maybe this is a very simple problem but I can't find a solution yet..

Any help?
thx in advance
AnswerRe: Major problem with header files Pin
toxcct22-Aug-07 22:47
toxcct22-Aug-07 22:47 
AnswerRe: Major problem with header files Pin
Cedric Moonen22-Aug-07 22:49
Cedric Moonen22-Aug-07 22:49 
GeneralRe: Major problem with header files Pin
toxcct22-Aug-07 22:57
toxcct22-Aug-07 22:57 
GeneralRe: Major problem with header files Pin
Cedric Moonen22-Aug-07 23:10
Cedric Moonen22-Aug-07 23:10 
GeneralRe: Major problem with header files Pin
toxcct22-Aug-07 23:19
toxcct22-Aug-07 23:19 
GeneralRe: Major problem with header files Pin
sGrabert22-Aug-07 23:22
sGrabert22-Aug-07 23:22 
GeneralRe: Major problem with header files Pin
Mark Salsbery23-Aug-07 6:16
Mark Salsbery23-Aug-07 6:16 
GeneralRe: Major problem with header files Pin
Mark Salsbery23-Aug-07 6:07
Mark Salsbery23-Aug-07 6:07 
GeneralRe: Major problem with header files Pin
toxcct23-Aug-07 6:12
toxcct23-Aug-07 6:12 
GeneralRe: Major problem with header files Pin
sGrabert22-Aug-07 23:05
sGrabert22-Aug-07 23:05 
GeneralRe: Major problem with header files Pin
Cedric Moonen22-Aug-07 23:18
Cedric Moonen22-Aug-07 23:18 
GeneralRe: Minor problem with header files [modified] Pin
sGrabert22-Aug-07 23:35
sGrabert22-Aug-07 23:35 
QuestionEmbed one application file in other application? Pin
bosfan22-Aug-07 22:27
bosfan22-Aug-07 22:27 
AnswerRe: Embed one application file in other application? Pin
Iain Clarke, Warrior Programmer22-Aug-07 23:32
Iain Clarke, Warrior Programmer22-Aug-07 23:32 
GeneralRe: Embed one application file in other application? Pin
bosfan23-Aug-07 0:45
bosfan23-Aug-07 0:45 
AnswerRe: Embed one application file in other application? Pin
David Crow23-Aug-07 2:55
David Crow23-Aug-07 2:55 
QuestionMIME embedded attachment Pin
monsieur_jj22-Aug-07 21:40
monsieur_jj22-Aug-07 21:40 

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.