Search found 7 matches

by zlobotan
Tue May 12, 2009 10:21 am
Forum: Advanced Help
Topic: How do I use Irrlicht + XCode + iPhone SDK ??
Replies: 47
Views: 9190

How things are going on?
by zlobotan
Fri Apr 24, 2009 1:39 pm
Forum: Advanced Help
Topic: How do I use Irrlicht + XCode + iPhone SDK ??
Replies: 47
Views: 9190

FuzzYspo0N, I hope you release it soon..
by zlobotan
Thu Apr 23, 2009 1:51 pm
Forum: Advanced Help
Topic: How do I use Irrlicht + XCode + iPhone SDK ??
Replies: 47
Views: 9190

So how did you resolve the black screen problem?
by zlobotan
Tue Apr 14, 2009 10:41 am
Forum: Advanced Help
Topic: iPhone
Replies: 8
Views: 5129

I think MacOSX project cannot be applied to compile any iPhone application at all. It's different platforms and frameworks.

I'm trying tuneup CIrrDeviceIPhone.h/cpp/m to make it working but still can't do it.
by zlobotan
Tue Apr 14, 2009 8:44 am
Forum: Advanced Help
Topic: iPhone
Replies: 8
Views: 5129

hybrid wrote:Did you create the iPhone device with an ogl-es driver? That one should handle the interfacing.
Absolutely.

Code: Select all

video::E_DRIVER_TYPE driverType = video::EDT_OGLES1;
But I cannot find the place where UIWindow object is created. So a little sample project would be very very welcome :) Thanks.
by zlobotan
Mon Apr 13, 2009 10:14 am
Forum: Advanced Help
Topic: iPhone
Replies: 8
Views: 5129

I've compiled Example 3, but got black screen and nothing else. Suppose, the same will be with other samples. I think, it's because of empty UIWindow but I can't understand how to and where initialize it.. Does anybody can help with it?
by zlobotan
Fri Apr 10, 2009 4:02 pm
Forum: Advanced Help
Topic: iPhone
Replies: 8
Views: 5129

I changed Base SDK in XCode project to iPhone SDK but still cannot compile library nor any sample. I created emply iPhone project and added engine source files manually - it complied successfully with small tuneup but I still cannot realize how to make a working sample.. :?: