Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help on DLL export Pin
CPallini2-Jan-08 22:29
mveCPallini2-Jan-08 22:29 
GeneralRe: Help on DLL export Pin
tiwal2-Jan-08 23:49
tiwal2-Jan-08 23:49 
GeneralRe: Help on DLL export Pin
CPallini3-Jan-08 0:04
mveCPallini3-Jan-08 0:04 
GeneralRe: Help on DLL export Pin
tiwal3-Jan-08 21:31
tiwal3-Jan-08 21:31 
GeneralRe: Help on DLL export Pin
CPallini3-Jan-08 21:49
mveCPallini3-Jan-08 21:49 
GeneralRe: Help on DLL export Pin
led mike2-Jan-08 5:36
led mike2-Jan-08 5:36 
GeneralRe: Help on DLL export Pin
tiwal2-Jan-08 22:00
tiwal2-Jan-08 22:00 
GeneralRe: Help on DLL export Pin
Matthew Faithfull2-Jan-08 5:43
Matthew Faithfull2-Jan-08 5:43 
Hmm, I'd start by looking at the exporting Dll with some tools like Depends.exe for example that can examine the headers for exports. PEViewer is knocking around which can dig really deep if you need to. If it's not a calling convention issue it could be name mangling, some calling conventions add all sorts of goo to export names and it's different on different Compilers. Also make sure that all the types in the function interfaces are present and identical on both sides of the call otherwise nasty things will happen to your stack. Ouch!

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Help on DLL export Pin
tiwal2-Jan-08 22:13
tiwal2-Jan-08 22:13 
GeneralRe: Help on DLL export Pin
CPallini2-Jan-08 22:33
mveCPallini2-Jan-08 22:33 
QuestionRe: Help on DLL export Pin
David Crow2-Jan-08 8:45
David Crow2-Jan-08 8:45 
GeneralRe: Help on DLL export Pin
tiwal2-Jan-08 22:19
tiwal2-Jan-08 22:19 
QuestionRe: Help on DLL export Pin
David Crow3-Jan-08 6:53
David Crow3-Jan-08 6:53 
GeneralRe: Help on DLL export Pin
tiwal3-Jan-08 21:49
tiwal3-Jan-08 21:49 
GeneralHi David Pin
Hamid_RT3-Jan-08 6:09
Hamid_RT3-Jan-08 6:09 
GeneralRe: Hi David Pin
David Crow3-Jan-08 6:45
David Crow3-Jan-08 6:45 
GeneralRe: Help on DLL export Pin
Hamid_RT2-Jan-08 18:16
Hamid_RT2-Jan-08 18:16 
GeneralRe: Help on DLL export Pin
tiwal2-Jan-08 22:21
tiwal2-Jan-08 22:21 
GeneralFile map performance Pin
George_George2-Jan-08 5:03
George_George2-Jan-08 5:03 
GeneralRe: File map performance Pin
CPallini2-Jan-08 5:10
mveCPallini2-Jan-08 5:10 
GeneralRe: File map performance Pin
Matthew Faithfull2-Jan-08 5:16
Matthew Faithfull2-Jan-08 5:16 
GeneralSockets and multithreading - doubt Pin
Raj Prathap2-Jan-08 4:02
Raj Prathap2-Jan-08 4:02 
GeneralRe: Sockets and multithreading - doubt Pin
led mike2-Jan-08 4:27
led mike2-Jan-08 4:27 
GeneralRe: Sockets and multithreading - doubt Pin
Matthew Faithfull2-Jan-08 5:10
Matthew Faithfull2-Jan-08 5:10 
GeneralBarycentric Coordinates Pin
Lea Hayes2-Jan-08 2:18
Lea Hayes2-Jan-08 2:18 

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.