Giter VIP home page Giter VIP logo

Comments (6)

mjkkirschner avatar mjkkirschner commented on July 29, 2024

2 do you mean sample with frequency related to the second derivative?

from verb.

pboyer avatar pboyer commented on July 29, 2024

Yes.

On Sat, Jun 25, 2016, 8:08 PM Michael Kirschner [email protected]
wrote:

  1. do you mean sample with frequency related to the second derivative?


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
#30 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AA37eZQSWk7a_DUc0Jr-O2aApXy3uYIOks5qPcMUgaJpZM4I-bRl
.

from verb.

briandiloreto avatar briandiloreto commented on July 29, 2024

Hi. I could really use some advice with your awesome library. I'm sorry I didn't know how else to contact you.

I'm trying to use the C# build of Verb for a game in Unity, which requires assemblies that target .Net 3.5 or older.

It seems that the Verb.dll that is generated from Haxe is targeting .Net 4.x, despite the fact that I've explicitly tried to target .Net 2.0 using the directive "-D net-ver=20" in buildcs.hxml, which is the default target anyway.

When I inspect the DLL, it is indeed targeting version 4.0 of mscorlib.
Can you give me any direction on how to create a DLL that actually targets version 2.0 of mscorlib so that I can use it in Unity?

Thanks so much for you help!
-Brian ([email protected])

Below is the stack trace of the actual error I receive:

MissingMethodException: Method not found: 'System.Type.op_Inequality'.
Array1[Array1[System.Double]].Array_cast[Object] ()
Array1[System.Object].__hx_cast[Object] (Array me) verb.eval.Eval.homogenize2d (.Array1 controlPoints, .Array1 weights) verb.geom.NurbsSurface.byKnotsControlPointsWeights (Int32 degreeU, Int32 degreeV, .Array1 knotsU, .Array1 knotsV, .Array1 controlPoints, .Array`1 weights)

from verb.

pboyer avatar pboyer commented on July 29, 2024

@briandiloreto I'm really not too sure about this one. I'm pretty sure @mjkkirschner managed to integrate it with unity.

from verb.

mjkkirschner avatar mjkkirschner commented on July 29, 2024

@briandiloreto I think you are confusing the.net target version and .net API version that haxe uses when compiling.
-D net-ver vs. -D net-target:

you can open a new issue and share your unity code and your haxe compile statement -

It's been multiple versions ago that I got this working though so things may have changed.

from verb.

briandiloreto avatar briandiloreto commented on July 29, 2024

from verb.

Related Issues (20)

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.