'mType' was not declared in this scope

Ask for help regarding any technical issue or report any bug or OS independent issues.
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: 'mType' was not declared in this scope

Post by trapdoor »

Theres quite a bit to it, I create a new framework project in XCode, I add all the required source files, change the settings so its Universal and installs to @executable_path/../Frameworks so that it can be bundled inside the .app and a few other things I have probably forgotten.

I did a guichan 0.8 framework before, but took it down when you said you were building 0.0.24 which requires guichan 0.7.

Branch 0.0 in SVN has already been updated to use guichan 0.8, and I can put up the framework for it if you like.

--
trapdoor
allenmoatallen
Peon
Peon
Posts: 32
Joined: 10 Apr 2008, 17:39

Re: 'mType' was not declared in this scope

Post by allenmoatallen »

Thats ok, I have had some success with building frameworks myself, having them output the headers into different folders (within /Headers) I haven't figured out yet :-)

The project he and I are working on is still using 0.6 (I believe) so hopefully he will work on getting the source updated to 0.8 :-)
Post Reply