_variant_t AND FieldPtr
-
-
hi... i was declared as _variant_t vc; FieldPtr fieldpointer; but the error is _variant_t undeclared identifier. FieldPtr undeclared identifier. should i add any header file? i think this is a silly question. but sorry... i don't know.
paulraj
-
hi... i was declared as _variant_t vc; FieldPtr fieldpointer; but the error is _variant_t undeclared identifier. FieldPtr undeclared identifier. should i add any header file? i think this is a silly question. but sorry... i don't know.
paulraj
_variant_t is defined is comutil.h and You should
import
before using FieldPtrA Chinese VC++ programmer
-
_variant_t is defined is comutil.h and You should
import
before using FieldPtrA Chinese VC++ programmer
-
_variant_t is defined is comutil.h and You should
import
before using FieldPtrA Chinese VC++ programmer