G
Guest
Hi, can anybody help please!
I've got an app with a few dlls. When I run the app I get the following
message in a message box:
The procedure entry point
?GetAccessGroups@CThe500Database@PAC500DB@@SAAAV?$CEntityCollectionMap@VCAccessGroup@PAC500DB@@$00$0A@UUI_24@Bus2Types@@$OBPE@K@2@XZ
could not be located in the dynamic link library.
Looking at the library with dependancy walker I find the exported symbol is
?GetAccessGroups@CThe500Database@PAC500DB@@SAAAV?$CEntityCollectionMap@UCAccessGroup@PAC500DB@@$02$00$0A@UUI_24@Bus2Types@@$0BPE@K@2@XZ
The main difference I see here is that CAddessGroup is preceeded with a V in
the error message, but the symbol really has a U infront of it. I found a
posting that mentions U preceeds struct names. That seems to make sense.
But why do I get a V in the error message, what does V mean and why would I
be getting a difference between what my app in importing compared to what the
dll exports?
Any help would be really appreciated.
Thanks,
-Scott
I've got an app with a few dlls. When I run the app I get the following
message in a message box:
The procedure entry point
?GetAccessGroups@CThe500Database@PAC500DB@@SAAAV?$CEntityCollectionMap@VCAccessGroup@PAC500DB@@$00$0A@UUI_24@Bus2Types@@$OBPE@K@2@XZ
could not be located in the dynamic link library.
Looking at the library with dependancy walker I find the exported symbol is
?GetAccessGroups@CThe500Database@PAC500DB@@SAAAV?$CEntityCollectionMap@UCAccessGroup@PAC500DB@@$02$00$0A@UUI_24@Bus2Types@@$0BPE@K@2@XZ
The main difference I see here is that CAddessGroup is preceeded with a V in
the error message, but the symbol really has a U infront of it. I found a
posting that mentions U preceeds struct names. That seems to make sense.
But why do I get a V in the error message, what does V mean and why would I
be getting a difference between what my app in importing compared to what the
dll exports?
Any help would be really appreciated.
Thanks,
-Scott