About Store Forum Documentation Contact



Post Reply 
Editor 1.0 Missing project files
Author Message
mystara Offline
Member

Post: #1
Editor 1.0 Missing project files
Hi,

The source code for editor 1.0 does not include any project file for XCode on Mac OS.
02-26-2013 03:05 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Missing project files
Hi,

Thanks for reporting this, I'll look into this very soon.
02-27-2013 03:39 PM
Find all posts by this user Quote this message in a reply
mystara Offline
Member

Post: #3
RE: Missing project files
Thanks. Can you please let us know when it's fixed?
02-27-2013 08:03 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Missing project files
I've just uploaded this.
Drag and drop the sources to any EE compatible xcode project.
Link it with included *.CPP files, *.A library and with CG framework.
02-28-2013 05:57 PM
Find all posts by this user Quote this message in a reply
mystara Offline
Member

Post: #5
RE: Missing project files
Okay, it's taken me about 4 hours of fiddling with file locations and so on, but I finally managed to make it start compiling by manually adding each .cpp file to the project.

....and I have 83 errors, mostly things like "EditObjParticles has not been declared" and "particles was not declared in this scope".

Any chance you could just update the zip file to include an XCode project? I hate having to guess at exactly what files need adding where in XCode.
02-28-2013 09:48 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Missing project files
Only the *.cpp files and the *.a library need to be included, plus standard Esenthel stuff (EE headers and libs)
Just drag and drop the whole source package that I've included into xcode

the 'EditObjParticles' is defined in "Src/World Editor Custom/*.cpp" files, looks like you haven't included those files in your project.
03-01-2013 10:14 AM
Find all posts by this user Quote this message in a reply
mystara Offline
Member

Post: #7
RE: Editor 1.0 Missing project files
Ah!

Sorry, I hadn't realised you were being literal smile

I simply dragged the entire "Editor Mac" folder into the tutorials project, deleted the contents of the "Source" folder (the "Hello World" source code file) and voila!

Thanks.
03-02-2013 10:52 AM
Find all posts by this user Quote this message in a reply
Post Reply