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

Search:

Type: Posts; User: VictorN

Search: Search took 0.26 seconds.

  1. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    What does
    "include" vb have to do with the VC? :confused:
  2. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    well, then try to #include this file using its actual full path name with "".

    And, BTW, why do you place any non-Microsoft files/folders within Microsoft VC directory? :confused:

    Again: your...
  3. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    What did you try? :confused:
    Does the folder "bzscmn" exist within the VC "Include" directory?
    Does the file "file.h" exist within "bzscmn" folder?
    Did you try
    #include <bzscmn\file.h>or...
  4. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    Well, I tried to test one of your projects () in VS2010 (after project converting, of course!) In your postyou messed to show the exact #include directive causing the error. I'm doing it now for you:...
  5. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    Well, the third time:

    What type of project/solution is it (Microsoft VC++6.0, Microsoft VS2002/2003, Microsoft VS2005, Microsoft VS2008, Microsoft VS2010, not a Microsoft) ?
    What IDE did you...
  6. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    Well, the projects you have posted in the attached archive are not the VC++6.0 projects. they are created in some more recent than VC++6.0 IDE (since I only have the old VC++6.0 on my home laptop I...
  7. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    Where "Above"? i don't see any. :rolleyes:
    Besides, please don't post the "links" to the project. Instead, attach the project (in zip archive) to your post. Please don't include .aps, .ncb files nor...
  8. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    Which file is present and in which directory?
    In the same as the compiled .cpp is?
    In the project directory?

    And did you try to open the "file" bzscmn/file.h in Windows Explorer?
  9. Replies
    26
    Views
    27,562

    Re: [C++] Build Error? Please Help!

    Well, scripts are not discussed on this Forum. This is

    What IDE are you using?
    Show the exact and full error message.
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured