Click here to Skip to main content
15,886,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCDaoRecordset Problem.. Pin
jadhavjitendrar15-Sep-09 1:19
jadhavjitendrar15-Sep-09 1:19 
AnswerRe: CDaoRecordset Problem.. Pin
CPallini15-Sep-09 2:11
mveCPallini15-Sep-09 2:11 
AnswerRe: CDaoRecordset Problem.. Pin
ramana.g15-Sep-09 21:59
ramana.g15-Sep-09 21:59 
Question_variant_t to CString Pin
rdop15-Sep-09 0:05
rdop15-Sep-09 0:05 
AnswerRe: _variant_t to CString Pin
CPallini15-Sep-09 0:21
mveCPallini15-Sep-09 0:21 
GeneralRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 0:30
professionalStuart Dootson15-Sep-09 0:30 
QuestionRe: _variant_t to CString Pin
CPallini15-Sep-09 2:07
mveCPallini15-Sep-09 2:07 
AnswerRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 2:43
professionalStuart Dootson15-Sep-09 2:43 
CPallini wrote:
What about _variant_t containing arrays?


Use CComSafeArray[^].

_variant_t v;
// Assign a SAFEARRAY value to v
CComSafeArray<char, VT_UI1> sa(V_ARRAY(&v));
// Now we can access the SAFEARRAY using sa.


Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: _variant_t to CString Pin
rdop15-Sep-09 0:33
rdop15-Sep-09 0:33 
QuestionRe: _variant_t to CString Pin
CPallini15-Sep-09 2:08
mveCPallini15-Sep-09 2:08 
AnswerRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 0:28
professionalStuart Dootson15-Sep-09 0:28 
GeneralRe: _variant_t to CString Pin
rdop15-Sep-09 1:09
rdop15-Sep-09 1:09 
GeneralRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 1:53
professionalStuart Dootson15-Sep-09 1:53 
GeneralRe: _variant_t to CString Pin
rdop15-Sep-09 2:07
rdop15-Sep-09 2:07 
GeneralRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 2:27
professionalStuart Dootson15-Sep-09 2:27 
GeneralRe: _variant_t to CString Pin
Randor 15-Sep-09 3:50
professional Randor 15-Sep-09 3:50 
GeneralRe: _variant_t to CString Pin
Stuart Dootson15-Sep-09 4:44
professionalStuart Dootson15-Sep-09 4:44 
GeneralRe: _variant_t to CString Pin
rdop15-Sep-09 18:07
rdop15-Sep-09 18:07 
AnswerRe: _variant_t to CString Pin
Randor 15-Sep-09 1:23
professional Randor 15-Sep-09 1:23 
Questionfwstsrv.obj : error LNK2019: unresolved external symbol "public: int Pin
Vetukuri Raju14-Sep-09 23:48
Vetukuri Raju14-Sep-09 23:48 
AnswerRe: fwstsrv.obj : error LNK2019: unresolved external symbol "public: int Pin
Stuart Dootson15-Sep-09 0:33
professionalStuart Dootson15-Sep-09 0:33 
GeneralRe: fwstsrv.obj : error LNK2019: unresolved external symbol "public: int [modified] Pin
Vetukuri Raju15-Sep-09 0:58
Vetukuri Raju15-Sep-09 0:58 
GeneralRe: fwstsrv.obj : error LNK2019: unresolved external symbol "public: int Pin
Stuart Dootson15-Sep-09 1:07
professionalStuart Dootson15-Sep-09 1:07 
GeneralRe: fwstsrv.obj : error LNK2019: unresolved external symbol "public: int Pin
Vetukuri Raju15-Sep-09 1:30
Vetukuri Raju15-Sep-09 1:30 
QuestionBasic Question : Displaying Alphabets Pin
UKM_Student14-Sep-09 23:39
UKM_Student14-Sep-09 23:39 

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.