Visual C++ problem

Started by fushiyun, June 26, 2006, 02:19:43 PM

Previous topic - Next topic

fushiyun

In the MS Visual C++, when i edit CPP file and type some Win23 API function, the VC++ will show function list to let me select.
my problem is how to append new function to VC++ so that it can show this function name that i append.

gwapo

You mean add an entry to intellisense? Why not declare your functions in header files, and then when you #include your header file to the source file, then intellisense will find it for you.

Regards,

-chris

fushiyun

thank gwapo to responding.

for function list, it is like following image.
i will like to add some function name to this list so that i can see this function name that i append.
can anybody tell me how to do that.

ftp://jpg:jpg@140.125.31.218/temp/1.jpg