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

Search:

Type: Posts; User: monarch_dodra

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    8,023

    Re: Can't compile; two source files

    That's what I told you, it does not matter if the file actually exits, if you don't tell your compiler to compile it. By adding the file to the project, it will be correctly compiled, and you won't...
  2. Replies
    8
    Views
    8,023

    Re: Can't compile; two source files

    Including files only tells the compiler the signature of functions so it can generate compiled code, even if it doesn't know the definition. It is the linker that then looks for the implementation,...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured