Click here to Skip to main content
15,914,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: wininet issue Pin
Lucky the code machine23-Feb-08 5:55
Lucky the code machine23-Feb-08 5:55 
QuestionProblems with Dialog Buttons Pin
kitty531-Jul-06 6:34
kitty531-Jul-06 6:34 
AnswerRe: Problems with Dialog Buttons Pin
toxcct31-Jul-06 6:40
toxcct31-Jul-06 6:40 
GeneralRe: Problems with Dialog Buttons Pin
Zac Howland31-Jul-06 6:45
Zac Howland31-Jul-06 6:45 
GeneralRe: Problems with Dialog Buttons Pin
toxcct31-Jul-06 6:47
toxcct31-Jul-06 6:47 
GeneralRe: Problems with Dialog Buttons Pin
kitty531-Jul-06 6:48
kitty531-Jul-06 6:48 
GeneralRe: Problems with Dialog Buttons Pin
toxcct31-Jul-06 6:56
toxcct31-Jul-06 6:56 
GeneralRe: Problems with Dialog Buttons Pin
Zac Howland31-Jul-06 8:04
Zac Howland31-Jul-06 8:04 
GeneralRe: Problems with Dialog Buttons Pin
kitty531-Jul-06 6:45
kitty531-Jul-06 6:45 
GeneralRe: Problems with Dialog Buttons Pin
toxcct31-Jul-06 6:52
toxcct31-Jul-06 6:52 
GeneralRe: Problems with Dialog Buttons Pin
Justin Tay31-Jul-06 7:15
Justin Tay31-Jul-06 7:15 
GeneralRe: Problems with Dialog Buttons Pin
David Crow31-Jul-06 8:31
David Crow31-Jul-06 8:31 
AnswerRe: Problems with Dialog Buttons Pin
valikac31-Jul-06 6:57
valikac31-Jul-06 6:57 
AnswerRe: Problems with Dialog Buttons Pin
kitty531-Jul-06 7:00
kitty531-Jul-06 7:00 
GeneralRe: Problems with Dialog Buttons Pin
Hamid_RT31-Jul-06 18:55
Hamid_RT31-Jul-06 18:55 
AnswerRe: Problems with Dialog Buttons Pin
RChin31-Jul-06 8:31
RChin31-Jul-06 8:31 
GeneralRe: Problems with Dialog Buttons Pin
Zac Howland31-Jul-06 8:47
Zac Howland31-Jul-06 8:47 
QuestionLVM_ENABLEGROUPVIEW breaks LVM_SOTITEMSEX Pin
peterchen31-Jul-06 6:31
peterchen31-Jul-06 6:31 
QuestionTooltip Pin
Manjunath S31-Jul-06 5:51
Manjunath S31-Jul-06 5:51 
AnswerRe: Tooltip Pin
Hans Dietrich31-Jul-06 9:53
mentorHans Dietrich31-Jul-06 9:53 
QuestionFlexgrid cell 0,0 (row=0,col=0) selection problem Pin
pc_dev31-Jul-06 5:37
pc_dev31-Jul-06 5:37 
QuestionRuntime error 48 calling C++ DLL from Access Pin
GaryDean31-Jul-06 5:23
GaryDean31-Jul-06 5:23 
Hello Everyone,

This is my first attempt at doing anything with C++.

I'm trying to create a C++ DLL using Visual C++ 2005 Express. The idea is to be able to call the functions in this DLL from an access application.

After trawling for days, I now have a DLL that compiles and seems to work fine on the PC where it was developed.

When I put my application on a different PC, I get a runtime error 48 when trying to load the DLL.

The error text is 'File not Found' when searching for my DLL, but my investigation has show that this is actually a DLL loading error. After adding debugging code, I find that the LoadLibrary error is 0.

I have tried rebuilding the DLL, rewriting it and receive the same error '48' every time whenever I try to run the DLL functions on other machines, despite everything being fine on the dev box.

Does anyone have any ideas?
Should I be shipping more than just the DLL to other machines?

Thanks in advance.

G Confused | :confused:
AnswerRe: Runtime error 48 calling C++ DLL from Access Pin
Hamid_RT31-Jul-06 5:44
Hamid_RT31-Jul-06 5:44 
AnswerRe: Runtime error 48 calling C++ DLL from Access Pin
Neil Van Eps31-Jul-06 5:55
Neil Van Eps31-Jul-06 5:55 
AnswerRe: Runtime error 48 calling C++ DLL from Access Pin
Hamid_RT31-Jul-06 6:45
Hamid_RT31-Jul-06 6:45 

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.