CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sudheerdara

Search: Search took 0.03 seconds.

  1. Replies
    15
    Views
    53,373

    Re: error LNK2019: unresolved external symbol

    Hi
    In actual h-file i don't have typedef's....but when i compile cpp file in which i included these header file i m getting errors so i wrote these typedef's .I don't know how to compile without...
  2. Replies
    15
    Views
    53,373

    Re: error LNK2019: unresolved external symbol

    Hi
    I dont know how to re-edit my post.
    does any one help me to know how to see source code from an exe or dll file
    thanks
  3. Replies
    15
    Views
    53,373

    Re: error LNK2019: unresolved external symbol

    Hi
    The total header file what they provided me is................................

    #ifndef _ICM330_0170DLL_H_
    #define _ICM330_0170DLL_H_


    #ifdef WIN32
    #include <windows.h>
    #include...
  4. Replies
    15
    Views
    53,373

    Re: error LNK2019: unresolved external symbol

    Hi
    I am having ICM330_0170DLL.h,ICM330_0170DLL.dll and ICM330_0170DLL.lib files given by my customer now to get a new dll based on these files.I worte a new cpp file as .....
    #define NOMINMAX
    ...
  5. Replies
    15
    Views
    53,373

    Re: error LNK2019: unresolved external symbol

    Thanks
    in my header file i declared as
    typedef public char *LPCSTR; // 1byte
    typedef char *DWORD; //4bytes

    DLL_API VOID ConnectDevice( LPCSTR, DWORD);
    DLL_API VOID DisconnectDevice(...
  6. Replies
    15
    Views
    53,373

    error LNK2019: unresolved external symbol

    Hi Friends,

    I am new to C++,I am creating a dll to use in JAVA.
    when i am creating a dll file at compilation i am getting the following error....
    Any one please help me in this regard.............
Results 1 to 6 of 7





Click Here to Expand Forum to Full Width

Featured