Click here to Skip to main content
16,011,680 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHide a program exe from the Task Manager process list Pin
tns_ranjith13-Aug-08 23:31
tns_ranjith13-Aug-08 23:31 
AnswerRe: Hide a program exe from the Task Manager process list Pin
Cedric Moonen13-Aug-08 23:32
Cedric Moonen13-Aug-08 23:32 
AnswerRe: Hide a program exe from the Task Manager process list Pin
Hamid_RT13-Aug-08 23:36
Hamid_RT13-Aug-08 23:36 
AnswerRe: Hide a program exe from the Task Manager process list Pin
ThatsAlok19-Aug-08 20:43
ThatsAlok19-Aug-08 20:43 
QuestionDll function calls are not called right Pin
dj440013-Aug-08 23:00
dj440013-Aug-08 23:00 
AnswerRe: Dll function calls are not called right Pin
toxcct13-Aug-08 23:30
toxcct13-Aug-08 23:30 
AnswerRe: Dll function calls are not called right Pin
Dan14-Aug-08 9:15
Dan14-Aug-08 9:15 
GeneralRe: Dll function calls are not called right Pin
dj440019-Aug-08 23:03
dj440019-Aug-08 23:03 
Hi all, thanks for your answers.
The problem was that i declared a function in the interface as an int, but the implementing class declared the same function with an enum.
So when calling the function from the dll (which was the implementing class) the function was not found and another function was called.

______________
|Interface |
|-x(int var);|
--------------
|
\/
______________
|dll class |
|-x(enum var)|
--------------

Wink | ;)
QuestionProcess manager Pin
tns_ranjith13-Aug-08 22:52
tns_ranjith13-Aug-08 22:52 
AnswerRe: Process manager Pin
_AnsHUMAN_ 13-Aug-08 23:06
_AnsHUMAN_ 13-Aug-08 23:06 
GeneralRe: Process manager Pin
tns_ranjith13-Aug-08 23:21
tns_ranjith13-Aug-08 23:21 
GeneralRe: Process manager Pin
Cedric Moonen13-Aug-08 23:35
Cedric Moonen13-Aug-08 23:35 
AnswerRe: Process manager Pin
Hamid_RT13-Aug-08 23:28
Hamid_RT13-Aug-08 23:28 
AnswerRe: Process manager Pin
Rajesh R Subramanian14-Aug-08 0:24
professionalRajesh R Subramanian14-Aug-08 0:24 
Questionstrlen question Pin
monsieur_jj13-Aug-08 22:06
monsieur_jj13-Aug-08 22:06 
AnswerRe: strlen question Pin
Jijo.Raj13-Aug-08 22:17
Jijo.Raj13-Aug-08 22:17 
AnswerRe: strlen question Pin
Cedric Moonen13-Aug-08 22:18
Cedric Moonen13-Aug-08 22:18 
QuestionRe: strlen question Pin
David Crow14-Aug-08 3:53
David Crow14-Aug-08 3:53 
AnswerRe: strlen question Pin
toxcct14-Aug-08 4:08
toxcct14-Aug-08 4:08 
QuestionHow to change the color of the border of a list-view control Pin
buihung13-Aug-08 21:31
buihung13-Aug-08 21:31 
AnswerRe: How to change the color of the border of a list-view control Pin
Hamid_RT13-Aug-08 23:30
Hamid_RT13-Aug-08 23:30 
QuestionHow can close .chm when application is terminated? Pin
Le@rner13-Aug-08 21:00
Le@rner13-Aug-08 21:00 
AnswerRe: How can close .chm when application is terminated? Pin
sashoalm13-Aug-08 21:08
sashoalm13-Aug-08 21:08 
GeneralRe: How can close .chm when application is terminated? Pin
Le@rner13-Aug-08 21:20
Le@rner13-Aug-08 21:20 
GeneralRe: How can close .chm when application is terminated? Pin
sashoalm13-Aug-08 21:26
sashoalm13-Aug-08 21:26 

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.