Win32 typedefs

General questions regarding the usage of CodeLite
yes9111
CodeLite Curious
Posts: 5
Joined: Sun Mar 22, 2009 1:23 pm
Contact:

Win32 typedefs

Post by yes9111 »

Hi!
Codelite seems to not pick up the typedefs that Win32 uses. For example, when I declare a WNDCLASSEX variable, the autocomplete suggestion doesn't come up for its members when I type the dot after the variable name, whereas if I declare the variable to be of type WNDCLASSEXW or WNDCLASSEXA, it recognizes the type correctly and the autocomplete suggestion box comes up.
Thanks in advance for the awesome IDE!
nemesis
CodeLite Enthusiast
Posts: 37
Joined: Fri Oct 01, 2010 8:32 pm
Genuine User: Yes
IDE Question: all
Contact:

Re: Win32 typedefs

Post by nemesis »

hej!

since this remained unanswered for some time now i'll take a shot. i'm not very familiar with windows libraries/headers, though a very wild guess would be that certain directories aren't searched by the codecompletionparser (consequently missing in the paths). but i may be mistaken since some classes/structs seem to be working.
however a few more details about your codelite version, overall coding environment or codesnippets might help other people understand your problem better.

regards,
nem
Post Reply