Eclipse is presenting an error with chooser(). This is the error:
invalid conversion from ‘Victor*’ to ‘uint32_t {aka unsigned int}’ -fpermissive]
I tried several things, and none of them seem to be working. Any help is appreciated. Thanks.
Eclipse is presenting an error with chooser(). This is the error:
invalid conversion from ‘Victor*’ to ‘uint32_t {aka unsigned int}’ -fpermissive]
I tried several things, and none of them seem to be working. Any help is appreciated. Thanks.
You need to post your code, or no one is going to be able to help you with that. We have no idea from what you’ve said what you’re trying to do with that Victor* object that’s causing the invalid cast.
I agree with Kevin Sevcik. You need to post your code, or no one is going to be able to help you with that. We have no idea from what you’ve said what you’re ending goal with that Victor* that’s causing the error.