Page 1 of 1
could i use cegui in VC6.0?
Posted: Fri Sep 13, 2013 06:33
by silentyears
Hi! I have a question as title, basically, i want to use cegui in vc6.0, but i find that it can't compile because something wrong occur like "ptrdiff_t is not member of std".
so i want to confirm if cegui supports developing in VC6.0 ?
Thanks!
Re: could i use cegui in VC6.0?
Posted: Fri Sep 13, 2013 07:10
by silentyears
Anybody knows? please help me. thanks!
Re: could i use cegui in VC6.0?
Posted: Fri Sep 13, 2013 11:09
by Kulik
You can if you can make it work. VC6 is from 1998 and we consider it too archaic to support.
Re: could i use cegui in VC6.0?
Posted: Sun Sep 15, 2013 06:30
by silentyears
Kulik wrote:You can if you can make it work. VC6 is from 1998 and we consider it too archaic to support.
Thanks for your answer!
What do you mean that i make it work ? what do i need to do, can you descripe it simplely?
Re: could i use cegui in VC6.0?
Posted: Tue Sep 17, 2013 09:21
by Kulik
WE DO NOT SUPPORT VC6, WE DO NOT TEST WITH IT.
Hell, I haven't seen any VC6 or Windows 95 anywhere for at least a decade. So the final answer is that if you can patch CEGUI to make it build via VC6, sure, use it. But we cannot help you.
Re: could i use cegui in VC6.0?
Posted: Tue Sep 17, 2013 09:50
by kornerr
There are newer FREE versions of VisualStudio called Express edition. You can use them to compile CEGUI.
Re: could i use cegui in VC6.0?
Posted: Tue Sep 17, 2013 09:53
by timotei
You can also get FREE newer Visual Studio version if you are a student, through the MSDNAA (DreamSpark Premium) or DreamSpark (if you have an ISIC card or your school is "recognised" and enrolled).
Re: could i use cegui in VC6.0?
Posted: Sun Sep 22, 2013 14:43
by silentyears
thans ! All of you!