dida55
Member
|
Tutorials doesn't work
Hey,
I've just downloaded Esenthel (free version), and when I open the tutorials in Visual C++ Express 2010 it want's to convert it and it can't load the tutorial successfully. Could anyone please help?
|
|
11-05-2010 04:35 PM |
|
Esenthel
Administrator
|
RE: Tutorials doesn't work
it is possible that the express 2010 has problems with x64 platform project configuration
could you try using vs 2008 (express/pro) or 2010 pro?
|
|
11-05-2010 04:44 PM |
|
dida55
Member
|
RE: Tutorials doesn't work
i try downloading 2008 express, then post a reply
by the way thanks for the fast reply
(This post was last modified: 11-05-2010 05:00 PM by dida55.)
|
|
11-05-2010 04:57 PM |
|
Chris
Member
|
RE: Tutorials doesn't work
There's two errors:
1. With 2010 express, you can't convert the x64 build settings (the XML parser breaks - great going microsoft). - so you need to manually edit the Tutorials.vcproj to remove all x64 entries (recursively).
2. With 2010 pro (and if you manually remove all x64 configurations from the Tutorials.vcproj in 2010 express) you get a "Unable to start program: C:\ blah blah \ Tutorials.exe The System Cannot find the file specified. - this ones easy to fix, just right click the project, click "Properties", then change the Congifurations drop-down box to "All Configurations", then replace the output directory from "$(SolutionDir)$(Configuration)\" to "$(SolutionDir)"
PS, Esenthel - anyway you could fix these two errors by providing (additional?) vcprojs which work in 2010 express and pro? - solving those two problems?
|
|
11-05-2010 04:57 PM |
|
dida55
Member
|
RE: Tutorials doesn't work
Ahamm. And what entries do I have to edit from Tutorials.vcproj?
Edit: I'm just installing Visual C++ 2008 express in order to try it with that too
(This post was last modified: 11-05-2010 05:03 PM by dida55.)
|
|
11-05-2010 05:02 PM |
|
Chris
Member
|
RE: Tutorials doesn't work
Try this one:
http://www.cwkx.com/storage/Tutorials.vcproj
I uploaded it back when italiencrazy had the same problem and haven't yet deleted it from the webserver. It should fix both problems, but mean you can't do x64 builds.
|
|
11-05-2010 05:04 PM |
|
dida55
Member
|
RE: Tutorials doesn't work
Cool, thank you. So, i simply replace that, with the old .vcproj file?
I got it working with 2008 Thanks for the help guys! Esenthel will probably help me a lot in the future
(This post was last modified: 11-05-2010 05:08 PM by dida55.)
|
|
11-05-2010 05:06 PM |
|
Chris
Member
|
RE: Tutorials doesn't work
Try it, but yes - it should work in 2008 express/pro and 2010 express/pro (following a conversion which should be successful in both 2010 cases).
But I haven't checked it for 2 months (only using pro versions here).
|
|
11-05-2010 05:08 PM |
|
dida55
Member
|
RE: Tutorials doesn't work
Oops build error:
Quote:1>c:\__data\marci\esenthel\esenthelenginesdk\tutorials\stdafx.h(2) : fatal error C1083: Cannot open include file: 'EsenthelEngine/EsenthelEngine.h': No such file or directory
Shall I place the file there or what to do?
(This post was last modified: 11-05-2010 05:11 PM by dida55.)
|
|
11-05-2010 05:10 PM |
|
Esenthel
Administrator
|
RE: Tutorials doesn't work
|
|
11-05-2010 05:17 PM |
|
dida55
Member
|
RE: Tutorials doesn't work
I've already done that. The problem is that, there's no EsenthelEngine.h anywhere
Edit: i found the file where should i copy it?
Oh damn, i didn't install it for the 2008 version. SORRY
Checked in visual C++ 2010 works fantastic.
Thanks for the support, Esenthel you're really helpful and you're a great programmer
Just a last question: If i build a tutorial, what type of result will I get? Cause I didn't find any .exe files
(This post was last modified: 11-05-2010 05:43 PM by dida55.)
|
|
11-05-2010 05:18 PM |
|
Esenthel
Administrator
|
RE: Tutorials doesn't work
(11-05-2010 04:57 PM)Chris Wrote: PS, Esenthel - anyway you could fix these two errors by providing (additional?) vcprojs which work in 2010 express and pro? - solving those two problems?
I'm looking into this right now.
|
|
11-07-2010 04:46 PM |
|
Chris
Member
|
RE: Tutorials doesn't work
Great
|
|
11-07-2010 05:05 PM |
|
Esenthel
Administrator
|
RE: Tutorials doesn't work
done, will be in the next release
|
|
11-07-2010 05:20 PM |
|
Driklyn
Member
|
RE: Tutorials doesn't work
Awesome.
|
|
11-07-2010 07:45 PM |
|