Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: List control size. Pin
PJ Arends10-Jan-06 15:26
professionalPJ Arends10-Jan-06 15:26 
QuestionChanging read to read/write Pin
Martin Marvinski10-Jan-06 7:00
Martin Marvinski10-Jan-06 7:00 
AnswerRe: Changing read to read/write Pin
Curtis Schlak.10-Jan-06 7:16
Curtis Schlak.10-Jan-06 7:16 
AnswerRe: Changing read to read/write Pin
Nish Nishant10-Jan-06 7:39
sitebuilderNish Nishant10-Jan-06 7:39 
GeneralRe: Changing read to read/write Pin
Martin Marvinski10-Jan-06 8:01
Martin Marvinski10-Jan-06 8:01 
QuestionAsk help for Microsoft CryptoAPI Pin
hanofee10-Jan-06 6:24
hanofee10-Jan-06 6:24 
AnswerRe: Ask help for Microsoft CryptoAPI Pin
Gavin Taylor10-Jan-06 7:24
professionalGavin Taylor10-Jan-06 7:24 
GeneralRe: Ask help for Microsoft CryptoAPI Pin
hanofee10-Jan-06 21:53
hanofee10-Jan-06 21:53 
Here are a parts my error (the first line, I'm using something from wincrypt - see at the end):
:\test crypto\certmanager\certificate manager v3.2.2\lcertcontext.h(24) : error C2146: syntax error : missing ';' before identifier 'CreateCardList'
d:\test crypto\certmanager\certificate manager v3.2.2\lcertcontext.h(24) : error C2501: 'PCCERT_CONTEXT' : missing storage-class or type specifiers
d:\test crypto\certmanager\certificate manager v3.2.2\lcertcontext.h(24) : error C2061: syntax error : identifier 'HCRYPTPROV'


I've tried to find in MSDN.com, but can't find it. Could you please give me more clue about how to find it (link, keywords, or whatever) ? I don't mind about the size Smile | :)

And here is a part of my code, including my define:

#define _WIN32_WINNT 0x0400
#include <stdio.h>
#include <windows.h>
#include <wincrypt.h>
#include "Resource.h"

#define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING)

class lCertContext
{
public:
BOOL FillListCtrl(CListCtrl *List,int *ListIndex);
PCCERT_CONTEXT CreateCardList(HCRYPTPROV hCSPCard,DWORD dwFlag, LPTSTR szCSPname);
}

GeneralRe: Ask help for Microsoft CryptoAPI Pin
hanofee10-Jan-06 21:55
hanofee10-Jan-06 21:55 
GeneralRe: Ask help for Microsoft CryptoAPI Pin
Gavin Taylor10-Jan-06 22:53
professionalGavin Taylor10-Jan-06 22:53 
GeneralRe: Ask help for Microsoft CryptoAPI Pin
hanofee12-Jan-06 5:17
hanofee12-Jan-06 5:17 
AnswerRe: Ask help for Microsoft CryptoAPI Pin
Nish Nishant10-Jan-06 7:30
sitebuilderNish Nishant10-Jan-06 7:30 
Questionget Message from other windows than my application Pin
desir10-Jan-06 5:28
desir10-Jan-06 5:28 
AnswerRe: get Message from other windows than my application Pin
Nish Nishant10-Jan-06 6:16
sitebuilderNish Nishant10-Jan-06 6:16 
QuestionHelp Windows XP Embedded Pin
picazo10-Jan-06 4:55
picazo10-Jan-06 4:55 
AnswerRe: Help Windows XP Embedded Pin
toxcct10-Jan-06 5:02
toxcct10-Jan-06 5:02 
GeneralRe: Help Windows XP Embedded Pin
picazo10-Jan-06 5:27
picazo10-Jan-06 5:27 
GeneralRe: Help Windows XP Embedded Pin
toxcct10-Jan-06 5:32
toxcct10-Jan-06 5:32 
GeneralRe: Help Windows XP Embedded Pin
picazo10-Jan-06 5:47
picazo10-Jan-06 5:47 
QuestionAn accessor witch show fields comes from many tables Pin
mikobi10-Jan-06 2:55
mikobi10-Jan-06 2:55 
AnswerRe: An accessor witch show fields comes from many tables Pin
Sebastian Schneider10-Jan-06 3:50
Sebastian Schneider10-Jan-06 3:50 
GeneralRe: An accessor witch show fields comes from many tables Pin
mikobi11-Jan-06 0:00
mikobi11-Jan-06 0:00 
QuestionMessage Queue Pin
Eytukan10-Jan-06 2:09
Eytukan10-Jan-06 2:09 
QuestionRe: Message Queue Pin
David Crow10-Jan-06 2:13
David Crow10-Jan-06 2:13 
AnswerRe: Message Queue Pin
Eytukan10-Jan-06 2:17
Eytukan10-Jan-06 2:17 

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.