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

Search:

Type: Posts; User: shaunakde

Search: Search took 0.07 seconds.

  1. Re: MFC project - remove extra options created by the wizard

    I created a new test project to understand how to to this. I delete the files, before using the "Find all references" command and commenting out all references.

    It works fine on the test project...
  2. Re: MFC project - remove extra options created by the wizard

    Error 256 error LNK1120: 2 unresolved externals H:\shaunak\Projects\Sar_CCD_fork_18July\Debug\Sar_CCD.exe Sar_CCD

    Error 255 error LNK2019: unresolved external symbol "public: __thiscall...
  3. Re: MFC project - remove extra options created by the wizard

    I removed the .cpp n .h files. At compile I only get linker errors. How do I solve that?
  4. [SOLVED] MFC project - remove extra options created by the wizard

    Hi,

    I am new to MFC and trying to make some extensions on an existing MFC project.

    I am using VS 2010. The programmer used the MFC wizard to create this project and kept the options of visual...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured