Best starting point to write a new import module
Happy new year!
What is the best way to start writing a new import module?
I think about writing an import module for the San Andreas Press Score program.
Many thanks in advance and regards,
Felix
Happy new year!
What is the best way to start writing a new import module?
I think about writing an import module for the San Andreas Press Score program.
Many thanks in advance and regards,
Felix
Do you still have an unanswered question? Please log in first to post your question.
Comments
Add it to mscore.
Have a look at capella or any of the importxxx files
In reply to Add it to mscore. Have a… by jeetee
Thanks for the hint!
I started to setup the Windows environment and I got it to run. :-)
Then I wanted to setup the UnitTest, but I fail miserably.
I run "msvc_build.bat debug" and I get a bunch of errors of the kind: "error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100')" which is a bit weard because I set the VS2017 environment :-|
Then I tried to add the previously created capella test project file to the exiting mscore solution, but here I get a bunch further errors like unknown compiler flags, etc.
Anyone an idea?
Thanks and regards, Felix
In reply to Thanks for the hint! I… by felix@petriconi.net
I don't think anyone got mtests running under Visual Studio yet. They seem to still run under mingw
In reply to I don't think anyone got… by jeetee
I see. Thanks for the hint. Then I will probably go on Mac.