Skip to content
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

Can't run in studio 2012 #1

Open
FairSite2C opened this issue Dec 28, 2014 · 3 comments
Open

Can't run in studio 2012 #1

FairSite2C opened this issue Dec 28, 2014 · 3 comments

Comments

@FairSite2C
Copy link

Can't believe I am the first to comment on this project. I have several dot.net projects I want to run on mono and this code seems to get me a long way to get there. I was impressed it was used to solve mono compatibility with the tesseract project.

Anyway it compiles but when I run I get this error.

The program can't start because MSVCR120D.dll is missing from your
computer. Try reinstalling the program to fix this problem.

Doing my due diligence googling I found that dll is for debugging in 2013 and not part of the runtime distribution package so I can't get it on my machine. No one without vs 2013 would be able to run it? I figured I could solve the error by compiling the native dll in 2012. Needed to do that anyhow since there was no dll to test again. Still getting the error.

I am a little perplexed with where it is getting the reference to vs 2013 debug.

@AndreyAkinshin
Copy link
Owner

Hi, @FairSite2C. Thank you for your feedback.

Unfortunately, I don't have Visual Studio 2012 right now. However, I think, it is a minor trouble and it would be easy to fix. First of all, try to install Visual C++ Redistributable Packages for Visual Studio 2013. I hope, it will solve the issue.

Anyway, could you provide more information about the problem?

@FairSite2C
Copy link
Author

Thanks for the feedback. I did install that package but the download page says the MSVCR120D.DLL is not part of the package since it is for debug and only needed for VS.

I think too it isn't a major big deal.

I don't know what other info I have to give. I think what I will try next is to start 2012 projects and add your individual files in directly since I can't find what in particular makes the program go look for that debug dll.

If I get it going I'll come back and post my solution to this thread.

@AndreyAkinshin
Copy link
Owner

Great, thanks. And I will try to check out the project in the visual studio 2012 in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants