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

Search:

Type: Posts; User: Ajay Vijay

Search: Search took 0.19 seconds.

  1. Replies
    16
    Views
    16,675

    Re: Fatal error C1047

    I infer from your reply:

    EXE links to ABC.LIB only, and no other libs.
    ABC.DLL statically links with SDK.LIB
    ../lib/SIPEvent.lib' - linked in ABC.DLL or the EXE? Or Both??
    Don't fiddle with...
  2. Replies
    16
    Views
    16,675

    Re: Fatal error C1047

    I am confused!

    '../lib/SIPEvent.lib'
    SDK.LIB, SDK.DLL
    ABC.DL
    Please explain! which of these are Static libs?
  3. Replies
    16
    Views
    16,675

    Re: Fatal error C1047

    That does not remove /LTCG. In General look at the last option named 'Whole Program Optimization.
  4. Replies
    16
    Views
    16,675

    Re: Fatal error C1047

    You do not need to same version .LIB to use in your application.
    Assume for example, you have DLL and LIB file which was built using VC8 (or say VC6). You still can use it in VC8, VC9, CV10.

    You...
  5. Replies
    16
    Views
    16,675

    Re: Fatal error C1047

    Try removing /LTGC.
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured