Click here to Skip to main content
15,905,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVirtual memory usage ? How ? Pin
Sakthiu12-Dec-06 18:16
Sakthiu12-Dec-06 18:16 
AnswerRe: Virtual memory usage ? How ? Pin
CPallini12-Dec-06 19:48
mveCPallini12-Dec-06 19:48 
AnswerRe: Virtual memory usage ? How ? Pin
kakan12-Dec-06 20:33
professionalkakan12-Dec-06 20:33 
QuestionRegSetValueEx cant figure it out Pin
locoone12-Dec-06 17:30
locoone12-Dec-06 17:30 
AnswerRe: RegSetValueEx cant figure it out Pin
«_Superman_»12-Dec-06 18:19
professional«_Superman_»12-Dec-06 18:19 
AnswerRe: RegSetValueEx cant read documentation Pin
led mike12-Dec-06 18:27
led mike12-Dec-06 18:27 
AnswerRe: RegSetValueEx cant figure it out Pin
prasad_som12-Dec-06 18:53
prasad_som12-Dec-06 18:53 
Questioncalling function...dll Pin
With_problem12-Dec-06 17:17
With_problem12-Dec-06 17:17 
//This is dll function which i am calling to insert data
<br />
short setQuoteToDB(BSTR* strDateTimeStamp, short* intMarketNo, BSTR* strMarketName, BSTR* strBid, BSTR* strAsk, short* intMarketState);<br />


// This is function from which i am getting data fom remote server
 <br />
void CArielProjectVer2Dlg::OnPriceChangeArielapictrl1(LPCTSTR SessionId, LPCTSTR RequestId, short MarketNo, LPCTSTR Market, LPCTSTR Bid, short BidDirection, LPCTSTR Ask, short AskDirection, LPCTSTR High, LPCTSTR Low, short MarketState, LPCTSTR Timestamp) <br />


Now when i call this dll function....setQuotetoDB...by passing parameter i got error
<br />
setQuoteToDB(Timestamp,marketno,Market,ask_d,bid_d,marketstate);<br />

What should i do so that i can insert data...in database...any help...
QuestionRe: calling function...dll Pin
prasad_som12-Dec-06 18:08
prasad_som12-Dec-06 18:08 
AnswerRe: calling function...dll Pin
With_problem12-Dec-06 18:09
With_problem12-Dec-06 18:09 
GeneralRe: calling function...dll Pin
prasad_som12-Dec-06 18:25
prasad_som12-Dec-06 18:25 
GeneralRe: calling function...dll Pin
With_problem12-Dec-06 18:31
With_problem12-Dec-06 18:31 
AnswerRe: calling function...dll Pin
prasad_som12-Dec-06 18:42
prasad_som12-Dec-06 18:42 
GeneralRe: calling function...dll Pin
With_problem12-Dec-06 18:54
With_problem12-Dec-06 18:54 
GeneralRe: calling function...dll Pin
With_problem12-Dec-06 18:57
With_problem12-Dec-06 18:57 
GeneralRe: calling function...dll Pin
With_problem12-Dec-06 19:36
With_problem12-Dec-06 19:36 
GeneralRe: calling function...dll Pin
prasad_som12-Dec-06 20:26
prasad_som12-Dec-06 20:26 
GeneralRe: calling function...dll Pin
With_problem12-Dec-06 20:42
With_problem12-Dec-06 20:42 
GeneralRe: calling function...dll Pin
prasad_som12-Dec-06 21:56
prasad_som12-Dec-06 21:56 
GeneralRe: calling function...dll Pin
With_problem12-Dec-06 22:01
With_problem12-Dec-06 22:01 
QuestionCString to int..problem Pin
With_problem12-Dec-06 16:55
With_problem12-Dec-06 16:55 
QuestionRe: CString to int..problem Pin
prasad_som12-Dec-06 18:06
prasad_som12-Dec-06 18:06 
AnswerRe: CString to int..problem Pin
Michael Dunn12-Dec-06 18:38
sitebuilderMichael Dunn12-Dec-06 18:38 
AnswerRe: CString to int..problem Pin
S Douglas12-Dec-06 21:30
professionalS Douglas12-Dec-06 21:30 
Questionfunction to convert char to char* Pin
With_problem12-Dec-06 16:15
With_problem12-Dec-06 16: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.