You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
hi, guys. I want to compile this latest avmplus under windows. I can't find any manuals about this. I find there are a lot vs solution files under platform\win32. However, I try to load the avm2010.sln into vs 2010. And when i compile the project, the error C2220 saying no object file is generated occurs. There are only lots of .obj file in the output folder. Is this a successful compilation? How can I make a avmplus.lib or avmplus.dll? Thanks
The text was updated successfully, but these errors were encountered:
also as an alternative you can also check a full Windows setup for Redtamarin
redtamarin extend avmplus, so if you can compile it, it should help compiling avmplus itself
I was able to build the project in VS2013 using \avmplus\platform\win32\avm2011.sln and Debug_Debugger / Win32 configuration. Several changes are necessary to be made into the project before it can link exe file successfully, multiple cpp files are missing in the solution, though they exist in the repository. I've attached my vcproj for those who don't want to repeat my adventure. avm2011.zip
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi, guys. I want to compile this latest avmplus under windows. I can't find any manuals about this. I find there are a lot vs solution files under platform\win32. However, I try to load the avm2010.sln into vs 2010. And when i compile the project, the error C2220 saying no object file is generated occurs. There are only lots of .obj file in the output folder. Is this a successful compilation? How can I make a avmplus.lib or avmplus.dll? Thanks
The text was updated successfully, but these errors were encountered: