News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Add GMP library functions to code-completition

Started by gygabyte017, June 11, 2010, 03:06:53 PM

Previous topic - Next topic

gygabyte017

Hi, I've successfully downloaded and compiled GMP library in Windows, and I'm able to compile without problems.
Now I'd like to add the new functions exported from GMP to code-completition, so that when I start to type a new function's name, the code-completition recognise it and suggest function name and arguments.

How can I do that?

Thanks

oBFusCATed

Including a header from the lib should do it, but if the lib uses some complex constructs (templates, macros) it won't work.
The parser in the CC has some missing features...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]