Click here to Skip to main content
15,881,588 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Henry Minute21-May-09 8:57
Henry Minute21-May-09 8:57 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy21-May-09 9:06
Hypermommy21-May-09 9:06 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Henry Minute21-May-09 9:18
Henry Minute21-May-09 9:18 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy21-May-09 10:17
Hypermommy21-May-09 10:17 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Henry Minute21-May-09 10:22
Henry Minute21-May-09 10:22 
Question.NET C# TreeView, checkbox, TreeNode checked bug PinPopular
John Kaminski20-May-09 7:44
John Kaminski20-May-09 7:44 
AnswerRe: .NET C# TreeView, checkbox, TreeNode checked bug Pin
John Kaminski1-Jun-09 7:57
John Kaminski1-Jun-09 7:57 
Questionfatal error C1083: Cannot open source file: '.\hello.cpp': No such file or directory Pin
mike73319-May-09 22:40
mike73319-May-09 22:40 
If this is the wrong category for my problem, please direct me to the correct place to post my question.

Recently, I have been unable to build any of my C++ projects in Visual Studio .NET 2003 The error is always of the form:
fatal error C1083: Cannot open source file: '.\hello.cpp': No such file or directory

I received the same error when I created a brand new c++ project (empty project, Win32 Console) of Hello World!

#include "stdafx.h"
#include "iostream.h"
using namespace std;
void main()
{
cout << "Hello World!";
}

I have found the following information: http://msdn.microsoft.com/en-us/library/et4zwx34%28VS.80%29.aspx but I don't know how to check and correct all the possibilities
- My include environment variable is set to "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\include"
- It does not make a difference to use the syntax: #include <stdafx.h>

I was previously able to write and compile programs without a problem, is there a setting that has been changed somehow?

Appreciate any ideas/suggestions; thanks for your time.
AnswerRe: fatal error C1083: Cannot open source file: '.\hello.cpp': No such file or directory Pin
Dave Kreskowiak20-May-09 2:08
mveDave Kreskowiak20-May-09 2:08 
QuestionEncapsulating Excel Document in Custom Application Pin
Member 319930419-May-09 6:16
Member 319930419-May-09 6:16 
AnswerRe: Encapsulating Excel Document in Custom Application Pin
led mike19-May-09 6:43
led mike19-May-09 6:43 
QuestionRe: Encapsulating Excel Document in Custom Application Pin
Member 319930419-May-09 7:32
Member 319930419-May-09 7:32 
AnswerRe: Encapsulating Excel Document in Custom Application Pin
led mike19-May-09 7:49
led mike19-May-09 7:49 
AnswerRe: Encapsulating Excel Document in Custom Application Pin
syntax28uk21-May-09 5:08
syntax28uk21-May-09 5:08 
QuestionDirectSound doesn't work under Vista? Pin
Andrey U19-May-09 1:26
Andrey U19-May-09 1:26 
AnswerRe: DirectSound doesn't work under Vista? Pin
Mark Salsbery19-May-09 6:06
Mark Salsbery19-May-09 6:06 
GeneralRe: DirectSound doesn't work under Vista? Pin
molesworth19-May-09 22:14
molesworth19-May-09 22:14 
GeneralRe: DirectSound doesn't work under Vista? Pin
Mark Salsbery20-May-09 5:16
Mark Salsbery20-May-09 5:16 
GeneralRe: DirectSound doesn't work under Vista? Pin
led mike20-May-09 5:23
led mike20-May-09 5:23 
GeneralRe: DirectSound doesn't work under Vista? Pin
Mark Salsbery20-May-09 5:41
Mark Salsbery20-May-09 5:41 
GeneralRe: DirectSound doesn't work under Vista? Pin
molesworth20-May-09 5:40
molesworth20-May-09 5:40 
GeneralRe: DirectSound doesn't work under Vista? Pin
Mark Salsbery20-May-09 5:42
Mark Salsbery20-May-09 5:42 
AnswerRe: DirectSound doesn't work under Vista? Pin
musefan20-May-09 0:08
musefan20-May-09 0:08 
AnswerRe: DirectSound doesn't work under Vista? Pin
Andrey U23-May-09 6:44
Andrey U23-May-09 6:44 
QuestionCOMException when getting custom data from system clipboard [modified] Pin
Mike_Finch18-May-09 14:07
Mike_Finch18-May-09 14:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.