code completion in borland c++ mobile

Login to reply to this topic.
Tue, 2005-09-06 09:04
Joined: 2005-07-19
Forum posts: 37
I've a problem with auto-code-completion in borland c++ mobile ide.

It is right in a standard framework file like basic_appui, basic_appview
But if I create a new cpp file for example an implementation of CEikDialog the code completion isn't right!

why?

Wed, 2005-09-07 11:58
Joined: 2004-06-06
Forum posts: 205
Re: code completion in borland c++ mobile
i was having same problem. it something with orged of include files. try to add e32svr.h as 1st include file in your header files.

Best regards,
Michal Laskowski

  • Login to reply to this topic.