Raghunandhan
June 7th, 1999, 05:38 AM
hi ,
while developing a mapi application , i have included mapi.h header file which is having function declerations.
mapi32.dll is exporting function MAPISendMail().In file mapi.h header file MAPISendMail()function is declared inside extern "C" block.But my application is searching for _MAPISendMail@20 i.e, with name decorations.Can u please help me to solve the problem.
Software : VC6 & NT4
while developing a mapi application , i have included mapi.h header file which is having function declerations.
mapi32.dll is exporting function MAPISendMail().In file mapi.h header file MAPISendMail()function is declared inside extern "C" block.But my application is searching for _MAPISendMail@20 i.e, with name decorations.Can u please help me to solve the problem.
Software : VC6 & NT4