Re: Error while enrolling a digital certificate with our custom CSP
From: Doug Barlow (soft_pedal_at_hotmail.com)
Date: 12/28/04
- Next message: shiva: "Re: Error while enrolling a digital certificate with our custom CS"
- Previous message: shiva: "Error while enrolling a digital certificate with our custom CSP"
- In reply to: shiva: "Error while enrolling a digital certificate with our custom CSP"
- Next in thread: shiva: "Re: Error while enrolling a digital certificate with our custom CS"
- Reply: shiva: "Re: Error while enrolling a digital certificate with our custom CS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 28 Dec 2004 18:17:45 GMT
All CSP entry points should be declared using the "WINAPI" calling
convention. For example,
EXTERN_C BOOL WINAPI
CPAcquireContext(...)
Doug Barlow
The Soft Pedal Shop
CSP Design & Development Consulting
http://www.SoftPedal.net
-- "shiva" <shiva@discussions.microsoft.com> wrote in message news:48F1E417-70C4-4F7B-860E-204CA7DEC1A2@microsoft.com... >I am involved in Custom CSP creation... and I need to be clarified > i had succesfully created the my csp.dll and registered that successfully > in > the registry. > when iam trying to enroll a digital certificate using that custom csp iam > getting the follwing error > > DEBUG ERROR! > > Program:c:\Program Files\InternetExplorer\iexplore.exe > Module: > File:i386\chkesp.c > Line:42 > > The Value of ESP was not properly saved across a function call .This is > usually a result of calling a function declared with one calling > convention > with a function pointer declared with a different calling convention > > when i ignore this error it showing > > Error:5 > > Please help in this to resolve > > > >
- Next message: shiva: "Re: Error while enrolling a digital certificate with our custom CS"
- Previous message: shiva: "Error while enrolling a digital certificate with our custom CSP"
- In reply to: shiva: "Error while enrolling a digital certificate with our custom CSP"
- Next in thread: shiva: "Re: Error while enrolling a digital certificate with our custom CS"
- Reply: shiva: "Re: Error while enrolling a digital certificate with our custom CS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|