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

Zxing on .Net framework 4.3 for gadgeeter #8

Closed
FrancescoPolitano opened this issue Apr 2, 2017 · 3 comments
Closed

Zxing on .Net framework 4.3 for gadgeeter #8

FrancescoPolitano opened this issue Apr 2, 2017 · 3 comments
Labels

Comments

@FrancescoPolitano
Copy link

Hi, I'm stuck with a problem i hope u can help me to solve.
I want to use your incredible good library on my FEZ SPIDER using 4.3 version of .net framework but i can't build it! How can I use your lib with this versione of the fw?
Thank you so much

@micjahn
Copy link
Owner

micjahn commented Apr 2, 2017

There is a ZXing.Net repository for .Net MF:
https://github.com/micjahn/ZXing.Net-NETMF
Did you try the sample within the repo?

@FrancescoPolitano
Copy link
Author

Yes i found the repo but i don't know how to include that in my gadgeteer project on VS, this is not in form of a tipical library, sorry I'm a newbie!

@micjahn
Copy link
Owner

micjahn commented Apr 2, 2017

  1. make a local repository from the ZXing.Net-NETMF
  2. edit the .csproj files, change v4.2 to v4.3 (I build it 5 minutes ago with v4.4)
  3. open the solution in your visual studio IDE
  4. build the solution
  5. you will find the assemblies in the Build directory
  6. reference the assemblies in your project

Worked like a charm for me.
If it doesn't for you I need more detailed information, what you tried and what went wrong (error messages, sample project, etc.)

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

No branches or pull requests

2 participants