Outlook is 64 bit. Delphi app is 32 bit. Trouble with MAPIInitialize #81
Unanswered
BretBordwell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mapi32.dll loads and all procedure addresses are loaded using GetProc(). Each is confirmed Assigned().
OleCheck(MAPIInitialize(@MapiInit)) fails with Unknown Exception. My first guess is 32bit vs 64bit. Not sure what to look for after confirming all procedures are mapped using GetProc().
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions