PRG3D
Member
|
CodeEditor blank build Result
Hi,
Why when I press F7 build Result is empty? I set Visual Studio 2010 patch, and load sample project.
|
|
06-09-2011 10:22 AM |
|
Esenthel
Administrator
|
RE: CodeEditor blank build Result
Post more details. Screens. Project. Vs path. Etc
|
|
06-09-2011 10:28 AM |
|
PRG3D
Member
|
RE: CodeEditor blank build Result
path: "C:\Program Files\Microsoft Visual Studio 10.0\"
project: "Tutorials - Esenthel Script\Learning the Language\Project.esproj"
Open in Visual Studio doesn't work too, probably path is bad, but how set it correctly?
EDIT: In project folder (Learning the Language\_C++ Build_\Application) when I manually run VC++ and compile project work, but when I back to Code Editor I can't play, build, and open in VS..
(This post was last modified: 06-09-2011 10:44 AM by PRG3D.)
|
|
06-09-2011 10:35 AM |
|
Esenthel
Administrator
|
RE: CodeEditor blank build Result
Do you have any messages when building ?
Can you make video of the issue?
When you select path for VS does auto detect button work?
Which VS you have? Pro / express?
|
|
06-09-2011 10:49 AM |
|
PRG3D
Member
|
RE: CodeEditor blank build Result
(This post was last modified: 06-09-2011 11:26 AM by PRG3D.)
|
|
06-09-2011 11:00 AM |
|
Esenthel
Administrator
|
RE: CodeEditor blank build Result
1. run task manager
2. run "build"
3. does the "devenv.exe" visual studio process get activated during build?
4. does "build_log.txt" gets created inside "_C++_Build_" folder? (this will be created only at start of build process, when build finishes, this file should get deleted)
5. can you show the image of conents of "_C++_Build_" after REBUILD (not BUILD) ?
|
|
06-10-2011 03:39 PM |
|
Esenthel
Administrator
|
RE: CodeEditor blank build Result
6. maybe you just need to wait a few seconds until VS 2010 starts? (2010 can take long time for 1st startup, 10-15 seconds)
|
|
06-10-2011 03:43 PM |
|