Can we port MFC Application in Symbian????????

Login to reply to this topic.
Wed, 2005-06-08 11:14
Joined: 2005-06-08
Forum posts: 2
Can we port MFC Application to Symbian?HuhHuh?

I am new to Symbian. I have made an application(TTS) in VC++. I have used MFC classes. Is there any way by which I can port this appl. to Symbian with minimum change in code. Thanks in advance.


-Rajneesh   

Wed, 2005-06-08 12:10
Joined: 2005-04-17
Forum posts: 57
Re: Can we port MFC Application in Symbian????????
You can only reuse the Logic and some utlity classes which is not dependent on platform, for example an implementation of LinkedList/Stack/Queue. The UI part , you cannot reuse, u have to go with the symbian framework. any console applications which doesn't have any calls to MFC or other windows library can be easily ported by just changing the header files. pure C++ , like if u have try, catch in your code, then u can't use those code in symbian as it doesn't support try,catch mechanism.

----------------------------
Razeeth

Explore beyond the limits

Wed, 2005-06-08 13:50
Joined: 2005-06-08
Forum posts: 2
Re: Can we port MFC Application in Symbian????????
Thanks Razeeth for ur reply.

Can u pls give me some more information about porting console applications to Symbian. It would be great help for me If u can refer any website or u can send me any example. My email ID is rajneesh_1979@yahoo.com .

-Rajneesh
Sun, 2005-08-14 09:28
Joined: 2005-07-14
Forum posts: 19
Re: Can we port MFC Application in Symbian????????
hi rajnee
i asked u for a paper or any thing to help me to do a TTS or to send me your application
thanks
byeeeeeeee

fathi_el3ashery@yahoo.com
  • Login to reply to this topic.