engine

Login to reply to this topic.
Tue, 2008-05-20 05:41
Joined: 2008-04-23
Forum posts: 37

Hi,
Can any boday tell me how to creat the engine.
Means when we writing the code if any body can tell me
plz explain or give me link.
thanks,


ravinder singh rawat


Tue, 2008-05-20 07:13
Joined: 2008-03-13
Forum posts: 16
Re: engine


Hi,

Creating an engine means creating a class with all major functionality in it. This class contains its own header file.
The instance of this class can be created in the View class. The functions of the engine class can then be called in View class
using the instance created.

Regards,
Pallavi

Tue, 2008-05-20 11:31
Joined: 2008-04-23
Forum posts: 37
Re: engine

Hi...
Pallavi thanks,
i will do work on that.


ravinder singh rawat

Tue, 2008-05-20 18:39
Joined: 2005-04-13
Forum posts: 121
Re: engine

You can explore much on Client Server architecture on Symbian. and for making a general utility engine, you can write your server (ie CServer2 class derivative).


Jupitar

Wed, 2008-05-21 09:10
Joined: 2003-12-05
Forum posts: 672
Re: engine

An engine doesn't have to be a server. It can also be a dll. And actually the engine can be also only a logical separation of the application user interface and can be built to reside within the application binary. The solution you want to use depends on many issues. I have implemented tens of engines, all dlls and am now considering to build one engine as a server, for the first time.

  • Login to reply to this topic.