CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #6
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Converting a C Program to Compile with C++

    Quote Originally Posted by wdolson View Post
    Any ideas?

    Bill
    Code:
    short __cdecl CheckDupLists(struct HWND__ *,char *,void * *,short)
    The bottom line is that the linker cannot find a function with this definition.

    Look in your source code and post the declaration and definition of that function here.

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; July 13th, 2011 at 10:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured