I am using vc++ 2005 express and mysql. i am reading items in from a db which returns type Char* and i need to add the items to a listbox, if i do :
listBox1->Items->Add(row[i]);
i get error C2440: 'type cast' : cannot convert from 'char *' to 'System::Object ^'
what is the best way round...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.