Click here to Skip to main content
15,913,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRegarding Modeless dialog Pin
balajeedurai24-Oct-04 20:31
balajeedurai24-Oct-04 20:31 
GeneralRe: Regarding Modeless dialog Pin
GDavy24-Oct-04 20:37
GDavy24-Oct-04 20:37 
GeneralRe: Regarding Modeless dialog Pin
balajeedurai24-Oct-04 20:50
balajeedurai24-Oct-04 20:50 
GeneralRe: Regarding Modeless dialog Pin
balajeedurai24-Oct-04 20:51
balajeedurai24-Oct-04 20:51 
GeneralRe: Regarding Modeless dialog Pin
GDavy24-Oct-04 20:58
GDavy24-Oct-04 20:58 
GeneralRe: Regarding Modeless dialog Pin
balajeedurai24-Oct-04 21:08
balajeedurai24-Oct-04 21:08 
GeneralRe: Regarding Modeless dialog Pin
Sujan Christo24-Oct-04 22:47
Sujan Christo24-Oct-04 22:47 
GeneralRe: Regarding Modeless dialog Pin
dharani26-Oct-04 22:02
dharani26-Oct-04 22:02 
Generalfading text out Pin
bektek24-Oct-04 19:16
bektek24-Oct-04 19:16 
GeneralRe: fading text out Pin
Blake Miller25-Oct-04 5:20
Blake Miller25-Oct-04 5:20 
GeneralRe: fading text out Pin
bektek25-Oct-04 7:35
bektek25-Oct-04 7:35 
GeneralRe: fading text out Pin
Blake Miller25-Oct-04 8:54
Blake Miller25-Oct-04 8:54 
GeneralRe: fading text out Pin
bektek25-Oct-04 9:20
bektek25-Oct-04 9:20 
GeneralRe: fading text out Pin
bektek25-Oct-04 9:21
bektek25-Oct-04 9:21 
QuestionC++ debuggin question - detect change in variable? Pin
Indrawati24-Oct-04 19:16
Indrawati24-Oct-04 19:16 
AnswerRe: C++ debuggin question - detect change in variable? Pin
Lim Bio Liong24-Oct-04 21:21
Lim Bio Liong24-Oct-04 21:21 
GeneralRe: C++ debuggin question - detect change in variable? Pin
dharani26-Oct-04 22:04
dharani26-Oct-04 22:04 
GeneralActiveX and Japanese Pin
phuna24-Oct-04 19:02
phuna24-Oct-04 19:02 
GeneralP310 Encoder Pin
Anonymous24-Oct-04 17:56
Anonymous24-Oct-04 17:56 
I just buy a P310C Model. This model has encoder inside. I have been
order to build a encoder application to encode 500 units smart card. I
need help on build the application because I am beginner in C++/MFC. I have been supply with cst25110.h and cst25110.dll

The application story:
The Application will read a text file to encode all cards. The txt file
name CADID_listing.txt contains:
CAD_PIN=22222
CARD_TYPE=01000000
CAD_ID
1234567800
4587452600
5412288400
...

Explaination: CARD_ID will be write to the card, and each card has
CAD_PIN and CARD TYPE written inside. Let say the first card is encode,
so the card will be CARD_PIN=22222, CARD_TYPE=01000000 and
CARD_ID=1234567800 and the second card will be CARD_PIN=22222,
CARD_TYPE=01000000 and CARD_ID=4587452600....and so on until the card is
finished encode.

I have do some research and i only can completed until here,

#include <cst25110.h>

// P310C Smart Card Encoder

ctOpen();
ctEngageCard(); // engage contact station
ctColdReset(); // for SLE 4428 cards.


// actual encoding tasks here!


ctDeactivate(); // power down smartcard
ctDisengageCard(); // disengage contact station
ctClose();


I need urgent help
GeneralRe: P310 Encoder Pin
newgirls24-Oct-04 19:16
newgirls24-Oct-04 19:16 
GeneralAccess violation error. Pin
pmahindrakar24-Oct-04 16:36
pmahindrakar24-Oct-04 16:36 
GeneralRe: Access violation error. Pin
bryce24-Oct-04 19:20
bryce24-Oct-04 19:20 
GeneralRe: Access violation error. Pin
pmahindrakar25-Oct-04 20:52
pmahindrakar25-Oct-04 20:52 
GeneralFile Version Pin
picasso224-Oct-04 16:33
picasso224-Oct-04 16:33 
GeneralRe: File Version Pin
bryce24-Oct-04 16:40
bryce24-Oct-04 16:40 

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.