Oct 23, 2003 #1 VCPro Programmer Joined Feb 3, 2003 Messages 30 Location US Hi All, I have a VC++ project source code. How do I find out all the APIs that have been used in the project? How are the WINAPIs declared in VC++6.0? Any pointers would help. Thanks
Hi All, I have a VC++ project source code. How do I find out all the APIs that have been used in the project? How are the WINAPIs declared in VC++6.0? Any pointers would help. Thanks
Oct 24, 2003 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB take a look in header files, and you will see. Ion Filipski ICQ: 95034075 AIM: IonFilipski filipski@excite.com Upvote 0 Downvote
take a look in header files, and you will see. Ion Filipski ICQ: 95034075 AIM: IonFilipski filipski@excite.com
Oct 24, 2003 #3 Skute Programmer Joined Jul 21, 2003 Messages 272 Location GB Any function calls that arent listed in your source code are probably API calls. Right click the function and goto "Definition", or click F1 over it. Upvote 0 Downvote
Any function calls that arent listed in your source code are probably API calls. Right click the function and goto "Definition", or click F1 over it.