-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DECLARE_SLOTS_FileClass is undefined #54
Comments
assuming you followed Windows Setup the build is meant to run from the command line, The problem you see in VS must be related to something that is not used/needed anymore |
see in avmshell.h see also src/shell/manifest.mk
|
Thank you. I was trying to build using the avm2010.vcxproj which still had the FileClass.cpp source. Is this an indication that the sln/vcxproj should not be used any more, but rather use makefiles? |
Assuming yes to my question, perhaps the obsolete project files should be removed too. |
VS solutions, Xcode projects etc are kept for reference but not used for compilation |
OK, that makes sense. |
Trying to build the avm2010.sln/vcxproj on Windows 8.1:
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\projects-download\redtamarin\src\shell\FileClass.h 49
(DECLARE_SLOTS_FileClass is undefined)
The text was updated successfully, but these errors were encountered: