Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: msnp 15 contact management source code Pin
Chandrasekharan P20-Feb-09 0:08
Chandrasekharan P20-Feb-09 0:08 
Questionread binary image-skip header ? Pin
tom4_2519-Feb-09 14:51
tom4_2519-Feb-09 14:51 
AnswerRe: read binary image-skip header ? Pin
Maxwell Chen19-Feb-09 15:21
Maxwell Chen19-Feb-09 15:21 
Questioncreating error or loading DLL error? Pin
homikaC19-Feb-09 13:34
homikaC19-Feb-09 13:34 
AnswerRe: creating error or loading DLL error? Pin
Nishad S19-Feb-09 18:54
Nishad S19-Feb-09 18:54 
AnswerRe: creating error or loading DLL error? [modified] Pin
Frank K19-Feb-09 19:56
Frank K19-Feb-09 19:56 
AnswerRe: creating error or loading DLL error? Pin
CPallini19-Feb-09 22:53
mveCPallini19-Feb-09 22:53 
QuestionAfter all, this problem persists :sigh: Pin
homikaC20-Feb-09 8:47
homikaC20-Feb-09 8:47 
In first, I want to thank all help.

- ns ami - : I already tryed that.
Debug stops on line:
"result=loadedFcn(30);"
I think that is when this command tries
to access to function into DLL.


Frank: Your tip was very fine. I did that.
"Depency Walker" didn´t get to read the DLL.

The problem seems to me, that is in DLL.
Now i'm trying to fix it. ...Another problem Smile | :) .

I made some alterations, and next I run "Depency Walker".
This time get to read the DLL.

But when I run debug, that code above,it occur the same error:

First-chance exception at 0x00000000 in useDLL1.exe: 0xC0000005:
Access violation reading location 0x00000000.
Unhandled exception at 0x00000000 in useDLL1.exe: 0xC0000005:
Access violation reading location 0x00000000.


CPallini:
I have tried your tip, and I added this line of code below

DWORD err = GetLastError();

it appears err = 127 ?? ( this meants it can't find the file ?? why? )

Could you help me?
Anyway, thanks for your concern.
AnswerRESOLVED creating error or loading DLL error? Pin
homikaC20-Feb-09 15:36
homikaC20-Feb-09 15:36 
QuestionHow to find if two region (made by CRgn) have intersection or not? Pin
A&Ms19-Feb-09 12:06
A&Ms19-Feb-09 12:06 
AnswerRe: How to find if two region (made by CRgn) have intersection or not? Pin
Stuart Dootson19-Feb-09 12:09
professionalStuart Dootson19-Feb-09 12:09 
GeneralRe: How to find if two region (made by CRgn) have intersection or not? Pin
A&Ms25-Feb-09 21:33
A&Ms25-Feb-09 21:33 
QuestionWebcam and Line tracking Pin
sebogawa19-Feb-09 11:51
sebogawa19-Feb-09 11:51 
AnswerRe: Webcam and Line tracking Pin
Stuart Dootson19-Feb-09 12:06
professionalStuart Dootson19-Feb-09 12:06 
QuestionHow To Execute Raw Binary From Within A Binary Pin
V3RO19-Feb-09 11:04
V3RO19-Feb-09 11:04 
GeneralRe: How To Execute Raw Binary From Within A Binary Pin
Luc Pattyn19-Feb-09 11:39
sitebuilderLuc Pattyn19-Feb-09 11:39 
AnswerRe: How To Execute Raw Binary From Within A Binary Pin
Stuart Dootson19-Feb-09 12:00
professionalStuart Dootson19-Feb-09 12:00 
AnswerRe: How To Execute Raw Binary From Within A Binary Pin
Rick York19-Feb-09 12:51
mveRick York19-Feb-09 12:51 
GeneralRe: How To Execute Raw Binary From Within A Binary Pin
V3RO19-Feb-09 13:30
V3RO19-Feb-09 13:30 
QuestionPlease please help with this simple Q from a C++ newbie Pin
meixiang619-Feb-09 10:11
meixiang619-Feb-09 10:11 
AnswerRe: Please please help with this simple Q from a C++ newbie Pin
Stuart Dootson19-Feb-09 10:35
professionalStuart Dootson19-Feb-09 10:35 
GeneralRe: Please please help with this simple Q from a C++ newbie Pin
meixiang619-Feb-09 10:53
meixiang619-Feb-09 10:53 
GeneralRe: Please please help with this simple Q from a C++ newbie Pin
Stuart Dootson19-Feb-09 11:42
professionalStuart Dootson19-Feb-09 11:42 
GeneralRe: Please please help with this simple Q from a C++ newbie Pin
meixiang619-Feb-09 12:00
meixiang619-Feb-09 12:00 
GeneralRe: Please please help with this simple Q from a C++ newbie Pin
Stuart Dootson19-Feb-09 12:17
professionalStuart Dootson19-Feb-09 12:17 

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.