Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: select the home directory for the .ini files Pin
David Crow9-Aug-10 5:46
David Crow9-Aug-10 5:46 
GeneralRe: select the home directory for the .ini files Pin
dilara semerci9-Aug-10 20:12
dilara semerci9-Aug-10 20:12 
AnswerRe: select the home directory for the .ini files Pin
David Crow10-Aug-10 3:30
David Crow10-Aug-10 3:30 
Question[Solved]How to parse a URL in C++ using sscanf() [modified] Pin
Elsie9-Aug-10 4:05
Elsie9-Aug-10 4:05 
AnswerRe: How to parse a URL in C++ using sscanf() Pin
Maximilien9-Aug-10 4:10
Maximilien9-Aug-10 4:10 
QuestionRe: How to parse a URL in C++ using sscanf() Pin
David Crow9-Aug-10 4:12
David Crow9-Aug-10 4:12 
AnswerRe: How to parse a URL in C++ using sscanf() Pin
Elsie9-Aug-10 4:16
Elsie9-Aug-10 4:16 
QuestionStub dll fails to find entry point [modified] Pin
VentsyV9-Aug-10 4:04
VentsyV9-Aug-10 4:04 
I've written a stub dll that I would like to use for testing purposes. I would like to replace the full-feature dll with the stub and be able to run the program without re-compiling.

I have written the stub dll and a little driver program that builds against the full-feature lib but when it runs, it loads the stub dll. Unfortunately that does not work, as it complains it can't find the entry point for the functions.
I ran depends on the driver and I can see that its loading the stub dll as expected, but the calls do not resolve. The calls are listed as "unbound" entry point, but the functions from the dll are being exported.

When I compare the full-feature dll and the stub dll in depends I can see that the entry points for the functions are not the same.

Any ideas what I need to do to make it work?


Thanks.

modified on Monday, August 9, 2010 10:49 AM

AnswerRe: Stub dll fails to find entry point Pin
Richard MacCutchan9-Aug-10 22:16
mveRichard MacCutchan9-Aug-10 22:16 
QuestionCascading specific windows in a MFC MDI application Pin
Elsie9-Aug-10 3:56
Elsie9-Aug-10 3:56 
AnswerRe: Cascading specific windows in a MFC MDI application Pin
Niklas L9-Aug-10 8:09
Niklas L9-Aug-10 8:09 
QuestionCombo Box Pin
dilara semerci9-Aug-10 3:03
dilara semerci9-Aug-10 3:03 
AnswerRe: Combo Box Pin
Maximilien9-Aug-10 4:08
Maximilien9-Aug-10 4:08 
GeneralRe: Combo Box Pin
dilara semerci9-Aug-10 4:19
dilara semerci9-Aug-10 4:19 
GeneralRe: Combo Box Pin
Maximilien9-Aug-10 5:29
Maximilien9-Aug-10 5:29 
QuestionUsing Activex controls (Designed in vb6) in vc++ Pin
rrthangavel9-Aug-10 2:30
rrthangavel9-Aug-10 2:30 
AnswerRe: Using Activex controls (Designed in vb6) in vc++ Pin
Elsie9-Aug-10 3:59
Elsie9-Aug-10 3:59 
GeneralRe: Using Activex controls (Designed in vb6) in vc++ Pin
rrthangavel9-Aug-10 5:51
rrthangavel9-Aug-10 5:51 
QuestionSMBus Pin
mab099-Aug-10 1:23
mab099-Aug-10 1:23 
QuestionGetLastInputInfo error Pin
Pryabu8-Aug-10 21:44
Pryabu8-Aug-10 21:44 
AnswerRe: GetLastInputInfo error Pin
_AnsHUMAN_ 8-Aug-10 22:12
_AnsHUMAN_ 8-Aug-10 22:12 
GeneralRe: GetLastInputInfo error Pin
Pryabu8-Aug-10 22:17
Pryabu8-Aug-10 22:17 
AnswerRe: GetLastInputInfo error Pin
Niklas L8-Aug-10 23:07
Niklas L8-Aug-10 23:07 
AnswerRe: GetLastInputInfo error Pin
KingsGambit8-Aug-10 23:10
KingsGambit8-Aug-10 23:10 
QuestionCloseHandle() freezes the program... Pin
learningvisualc8-Aug-10 19:27
learningvisualc8-Aug-10 19:27 

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.