DOCUMENT:Q135709 13-AUG-1999 [foxpro] TITLE :PRB: Visual C++ Link Error LNK2001: unresolved external symbol PRODUCT :Microsoft FoxPro PROD/VER: OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual FoxPro for Windows, version 3.0 ------------------------------------------------------------------------------- SYMPTOMS ======== When trying to build a dynamic link library (DLL) (Hello.dll or another .dll file) using Visual C++, 32-bit Edition, and following the instructions in the Professional Features Guide on page 188. You could receive the following errors: Linking .. Linking error LNK2001: unresolved external symbol "__PutStr" WinRel/YourDll.dll ; error LNK1120: 1 unresolved externals Error executing link.exe CAUSE ===== The problem is that you have not set the Calling Convention to _fastcall. It may still be set to __cdedl*. In the Project Settings of Visual C++, 32-bit Edition, if you do not set the C/C++ Tabs Category "Code Generation" Calling Convention: to _fastcall You will receive these errors. This is covered on page 188 in the "To establish project settings" section. NOTE: In the Project Settings Dialog Box, you can give the setting for either or both projects (Win32 Debug or the Win32 Release). To set the settings for both, select one and drag to highlight all others under the Settings For: area of the Project Settings. Additional query words: VFoxWin ====================================================================== Keywords : Technology : kbVFPsearch kbAudDeveloper kbVFP300 ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 1999.