May i know if i can put the c codes into c++ application for Nokia 7650? Now , i have a animation engine which is wrote in c and i want to call it when the phone goes into idle mode. Is that possible to achieve that ?
Thanks
May i know if i can put the c codes into c++ application for Nokia 7650? Now , i have a animation engine which is wrote in c and i want to call it when the phone goes into idle mode. Is that possible to achieve that ?
Thanks
It depends. Things should work as long as your C code is also valid C++ (it usually is) & is not using any functions/libraries not available on the phone (in which case modification is required).
Without seeing the code, it is hard to say anything more definite. If you have actual problems, then come back with specific questions. See also the newsgroups at news://publicnews.symbiandevnet.com/
thanks a lot ...