About Qt and MFC
-
hello everybody :)
now, i am making some parts of program with Qt 5 (Qt creator 4.2.1)
but other parts of that are made of MFC Programming.....of course, this is my fault because i didn't check it..
Do i need to change all my code?
or
if there is a way to migrate Qt code to MFC, please tell me.thanks for reading.
-
hello everybody :)
now, i am making some parts of program with Qt 5 (Qt creator 4.2.1)
but other parts of that are made of MFC Programming.....of course, this is my fault because i didn't check it..
Do i need to change all my code?
or
if there is a way to migrate Qt code to MFC, please tell me.thanks for reading.
-
@jsulm
Thanks!
but, point is not 'from MFC to Qt'
'from Qt to MFC' is what i am thinking about.Anyhow, you mean that i need to rewrite every code right?
T.T Do you have any word for Diablo? because i think i will meet him
i can see hell-gate... even though it was from my fault...Kidding, Thanks again ;)
-
@jsulm
Thanks!
but, point is not 'from MFC to Qt'
'from Qt to MFC' is what i am thinking about.Anyhow, you mean that i need to rewrite every code right?
T.T Do you have any word for Diablo? because i think i will meet him
i can see hell-gate... even though it was from my fault...Kidding, Thanks again ;)
@Aleph Why did you mix Qt and MFC in the first place?
"Anyhow, you mean that i need to rewrite every code right?" - not every. Those using Qt. Depending on your design/architecture it will be more or less work (clear separation between UI and logic). -