About Store Forum Documentation Contact



Post Reply 
CodeEditor blank build Result
Author Message
PRG3D Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #2
RE: CodeEditor blank build Result
Post more details. Screens. Project. Vs path. Etc
06-09-2011 10:28 AM
Find all posts by this user Quote this message in a reply
PRG3D Offline
Member

Post: #3
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?

[Image: 64802133.png]

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
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #4
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
Find all posts by this user Quote this message in a reply
PRG3D Offline
Member

Post: #5
RE: CodeEditor blank build Result
1. No.
2. Give me a 30 min smile
3. Yes.
4. Pro.

EDIT: 2. http://www.sendspace.com/file/gay21g sorry for quality.
(This post was last modified: 06-09-2011 11:26 AM by PRG3D.)
06-09-2011 11:00 AM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #6
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
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #7
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
Find all posts by this user Quote this message in a reply
Post Reply