The MASM Forum Archive 2004 to 2012

Specialised Projects => Compiler Based Assembler => Assembler With Microsoft Visual C => Topic started by: fushiyun on June 26, 2006, 02:19:43 PM

Title: Visual C++ problem
Post by: fushiyun on June 26, 2006, 02:19:43 PM
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.
Title: Re: Visual C++ problem
Post by: gwapo on June 27, 2006, 04:02:25 AM
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
Title: Re: Visual C++ problem
Post by: fushiyun on June 27, 2006, 05:37:58 AM
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:[email protected]/temp/1.jpg