how to convert _variant_t to char*?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I've tried the follwing code. everything works fine except conversion from _variant_t to char*. Any idea of how to do it? Many thanks for your advice. int yy = 4; int zz = 1024; float ff = 13589.025; char* chh = "MyString"; _variant_t** test = new _variant_t*[4]; for(int i= 0; i
-
Hello, I've tried the follwing code. everything works fine except conversion from _variant_t to char*. Any idea of how to do it? Many thanks for your advice. int yy = 4; int zz = 1024; float ff = 13589.025; char* chh = "MyString"; _variant_t** test = new _variant_t*[4]; for(int i= 0; i