Evening!
I'm new to C++ programming in xCode and I've been trying to work my way through a couple of programs in an attempt to convert them to the Mac. So far, the process hasn't been too painful. Hopefully this won't change.
Anyway, one thing that I can't seem to find a work around for (I'm sure that I've jus suffering from a mental block here) is converting VC++ COLORREF (this is just a constant integer value that defines colors with the MFC).
Is there an equivalent in xCode? If not, what is the work around? Or, is this a case where I should be working with the OpenGL/GLUT frameworks?
Many thanks in advance!!
Larry -
I'm new to C++ programming in xCode and I've been trying to work my way through a couple of programs in an attempt to convert them to the Mac. So far, the process hasn't been too painful. Hopefully this won't change.
Anyway, one thing that I can't seem to find a work around for (I'm sure that I've jus suffering from a mental block here) is converting VC++ COLORREF (this is just a constant integer value that defines colors with the MFC).
Is there an equivalent in xCode? If not, what is the work around? Or, is this a case where I should be working with the OpenGL/GLUT frameworks?
Many thanks in advance!!
Larry -