Oct 23, 2003 #1 VCPro Programmer Feb 3, 2003 30 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 Sep 13, 2000 4,226 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 Jul 21, 2003 272 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.