Coder Social home page Coder Social logo

Comments (6)

RevensofT avatar RevensofT commented on August 17, 2024

Remove namespace My will 'cause issue to MSBuilder when compile .il, if you can do it with out an error then fork and pull requests, I will merge them to master branch soon as posible. :)

from .net-anarchy.

surrealist avatar surrealist commented on August 17, 2024

Could you please try to build it using vbc and ilasm directly? I don't understand the purpose of .vb files, the real code is only the IL, isn't it?

from .net-anarchy.

RevensofT avatar RevensofT commented on August 17, 2024

VB part is for add reference by solution to other project, that make me can edit Anarchy project and effect on Example project without compile and reload Anarchy.dll on Example project(it's easy for anyone who clone project to edit and test on their own); If you use VS expression version I'm sure you will not ask me do that because VS will reject to add reference from any dll that not compile by VS(even you use msbuild to compile it, IDE won't support it), this is reason I'm move to VS Community version.

from .net-anarchy.

surrealist avatar surrealist commented on August 17, 2024

VS will reject to add reference from any dll that not compile by VS

I don't think so. I used to use csc.exe to compile .cs files for Dlls and it can be referenced by other projects via VS. I'd like to try ilasm.exe and vbc.exe on this project but I still don't understand all code enough to do it.

from .net-anarchy.

RevensofT avatar RevensofT commented on August 17, 2024

It's only when you use VS express version(I have this trouble with Vs VB.net Express 2012).
Other way to cut of namespace My is decompile a dll and remove all code under namespace My then recompile again; easily isn't it, so I leave to anyone who want to learn IL language do it for sake of training. 😇

from .net-anarchy.

surrealist avatar surrealist commented on August 17, 2024

Oh, just know that limitation of VS Express edition.

from .net-anarchy.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.