Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalthe windows ui question Pin
boyboy8-Jun-04 1:55
boyboy8-Jun-04 1:55 
GeneralRe: the windows ui question Pin
ohadp8-Jun-04 5:06
ohadp8-Jun-04 5:06 
GeneralPassing the address of an object in to a Function Pin
bhangie8-Jun-04 1:51
bhangie8-Jun-04 1:51 
GeneralRe: Passing the address of an object in to a Function Pin
Jnewg58-Jun-04 5:38
Jnewg58-Jun-04 5:38 
QuestionHow to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 1:27
anderslundsgard8-Jun-04 1:27 
AnswerRe: How to “overregistrate” an already registerd dll? Pin
David Crow8-Jun-04 2:28
David Crow8-Jun-04 2:28 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:36
anderslundsgard8-Jun-04 2:36 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
David Crow8-Jun-04 2:45
David Crow8-Jun-04 2:45 
d00_ape wrote:
It crashes, when the program (should) call the dll

Technically, DLLs don't get called. They get loaded into the address space of an application, and then exported functions get called. So, is it crashing on the LoadLibrary() or GetProcAddress() call? If neither of these functions are being used, are you implicitly linking instead.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:52
anderslundsgard8-Jun-04 2:52 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
David Crow8-Jun-04 3:28
David Crow8-Jun-04 3:28 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 20:34
anderslundsgard8-Jun-04 20:34 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
David Crow9-Jun-04 2:27
David Crow9-Jun-04 2:27 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
Antony M Kancidrowski8-Jun-04 2:50
Antony M Kancidrowski8-Jun-04 2:50 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:55
anderslundsgard8-Jun-04 2:55 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
Antony M Kancidrowski8-Jun-04 3:26
Antony M Kancidrowski8-Jun-04 3:26 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 20:13
anderslundsgard8-Jun-04 20:13 
AnswerRe: How to “overregistrate” an already registerd dll? Pin
Rodrigo Pinto Pereira de Souza8-Jun-04 2:32
Rodrigo Pinto Pereira de Souza8-Jun-04 2:32 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:47
anderslundsgard8-Jun-04 2:47 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
Rodrigo Pinto Pereira de Souza8-Jun-04 2:51
Rodrigo Pinto Pereira de Souza8-Jun-04 2:51 
AnswerRe: How to “overregistrate” an already registerd dll? Pin
Antony M Kancidrowski8-Jun-04 2:39
Antony M Kancidrowski8-Jun-04 2:39 
GeneralRe: How to “overregistrate” an already registerd dll? Pin
anderslundsgard8-Jun-04 2:43
anderslundsgard8-Jun-04 2:43 
Generalconnection to remote machine and creating a scheduled task in the remote machine using vc++ Pin
jillellamudi8-Jun-04 1:20
jillellamudi8-Jun-04 1:20 
GeneralRe: connection to remote machine and creating a scheduled task in the remote machine using vc++ Pin
Renjith Ramachandran8-Jun-04 1:40
Renjith Ramachandran8-Jun-04 1:40 
GeneralRe: connection to remote machine and creating a scheduled task in the remote machine using vc++ Pin
jillellamudi8-Jun-04 2:47
jillellamudi8-Jun-04 2:47 
GeneralRe: connection to remote machine and creating a scheduled task in the remote machine using vc++ Pin
David Crow8-Jun-04 2:30
David Crow8-Jun-04 2:30 

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.