CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    linker error: inlining methods inside a .h file

    We have a midi.cpp which includes midi_synth.h
    this h file declares a class and this class inlines a open method

    Now the linker doesn't recognize this open method when called by another method inside midi.cpp
    What would I do?
    Thanks
    Jack

  2. #2
    Join Date
    Oct 2002
    Location
    Austria
    Posts
    1,284

    Re: linker error: inlining methods inside a .h file

    Show a minimal code example that shows the same error.
    Kurt

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