Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

ask help about compile avmplus under windows #1

Open
BBqteddy opened this issue Dec 28, 2016 · 3 comments
Open

ask help about compile avmplus under windows #1

BBqteddy opened this issue Dec 28, 2016 · 3 comments

Comments

@BBqteddy
Copy link

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

@zwetan
Copy link

zwetan commented Dec 28, 2016

my advice would be to avoid the sln and use the command-line

check out the old documentation
Tamarin build documentation
(avmplus was named tamarin before)

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

@BBqteddy
Copy link
Author

Really thanks to zwetan and i will try the command-line.

@AntonKukoba1
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants