Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to set Cursor Pin
prasad_som3-Jan-07 0:00
prasad_som3-Jan-07 0:00 
AnswerRe: How to set Cursor Pin
Cristian Amarie3-Jan-07 10:30
Cristian Amarie3-Jan-07 10:30 
QuestionWhat is alternative function for atof() in unicoding ? Pin
Atul232-Jan-07 20:15
Atul232-Jan-07 20:15 
AnswerRe: What is alternative function for atof() in unicoding ? Pin
CPallini2-Jan-07 20:32
mveCPallini2-Jan-07 20:32 
QuestionRe: What is alternative function for atof() in unicoding ? Pin
David Crow3-Jan-07 5:40
David Crow3-Jan-07 5:40 
AnswerSorry, ... Pin
CPallini3-Jan-07 7:51
mveCPallini3-Jan-07 7:51 
AnswerRe: What is alternative function for atof() in unicoding ? Pin
Mark Salsbery3-Jan-07 7:14
Mark Salsbery3-Jan-07 7:14 
Questiondll problem Pin
manu_22052-Jan-07 20:03
manu_22052-Jan-07 20:03 
Hi I want to add a com dll in my c++ project. I also post this query before and one experts suggets me to use explicit linking
and i follow the suggested steps.But now object of dll has been created but it disply exception.
i psate the code here

#import "Redemption.dll" no_namespace
HRESULT In=CoInitialize(NULL);
if ( SUCCEEDED ( In ) )
{

IRDOSession* Session=NULL;
iRDOStoresPtr ptr;
HRESULT hr =CoCreateInstance( __uuidof(RDOSession),
NULL,
CLSCTX_INPROC_SERVER,
//CLSCTX_LOCAL_SERVER,
__uuidof(IRDOSession),
(void**) &Session
);

if ( SUCCEEDED ( hr ) )
{
// Call methods using pISL here.
//Session->Logon(" ",NULL,NULL,NULL,NULL,NULL);
ptr=Session->Stores->AddPSTStore("c:\w.pst",NULL,"New");

}
Session->Release();
CoUninitialize();
}


the object is accessing all members but when called it display exception.
Plz tell what the prblem is.I got confused.



manu

AnswerRe: dll problem Pin
kakan2-Jan-07 20:15
professionalkakan2-Jan-07 20:15 
QuestionRe: dll problem Pin
manu_22052-Jan-07 20:22
manu_22052-Jan-07 20:22 
GeneralRe: dll problem Pin
manu_22052-Jan-07 20:27
manu_22052-Jan-07 20:27 
AnswerRe: dll problem Pin
guestcat3-Jan-07 13:33
guestcat3-Jan-07 13:33 
AnswerRe: dll problem Pin
Hamid_RT3-Jan-07 17:52
Hamid_RT3-Jan-07 17:52 
Questionabout MCIERROR err = mciSendCommand(....) function Pin
Raja Bose C Leo2-Jan-07 19:09
Raja Bose C Leo2-Jan-07 19:09 
QuestionRe: about MCIERROR err = mciSendCommand(....) function Pin
kakan2-Jan-07 19:15
professionalkakan2-Jan-07 19:15 
AnswerRe: about MCIERROR err = mciSendCommand(....) function Pin
Raja Bose C Leo3-Jan-07 1:38
Raja Bose C Leo3-Jan-07 1:38 
GeneralRe: about MCIERROR err = mciSendCommand(....) function Pin
kakan3-Jan-07 2:22
professionalkakan3-Jan-07 2:22 
AnswerRe: about MCIERROR err = mciSendCommand(....) function Pin
Mark Salsbery3-Jan-07 7:24
Mark Salsbery3-Jan-07 7:24 
GeneralRe: about MCIERROR err = mciSendCommand(....) function [modified] Pin
Raja Bose C Leo4-Jan-07 0:34
Raja Bose C Leo4-Jan-07 0:34 
GeneralRe: about MCIERROR err = mciSendCommand(....) function Pin
Mark Salsbery4-Jan-07 5:10
Mark Salsbery4-Jan-07 5:10 
AnswerRe: about MCIERROR err = mciSendCommand(....) function Pin
Hamid_RT3-Jan-07 17:48
Hamid_RT3-Jan-07 17:48 
Questionstore certain amount of total number Pin
davvid2-Jan-07 19:02
davvid2-Jan-07 19:02 
AnswerRe: store certain amount of total number Pin
Christian Graus2-Jan-07 19:12
protectorChristian Graus2-Jan-07 19:12 
GeneralRe: store certain amount of total number Pin
davvid2-Jan-07 20:10
davvid2-Jan-07 20:10 
GeneralRe: store certain amount of total number Pin
Christian Graus2-Jan-07 22:15
protectorChristian Graus2-Jan-07 22:15 

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.