Coder Social home page Coder Social logo

eselinq's Introduction

CAD bloke

aka Ewen Wallace

  • https://www.CADtoNetbox.com automates CAD wiring drawings syncing with Netbox...

    • CAD to Netbox also includes my C# .NET Netbox API client generated from multiple versions of Netbox, not just from the YAML and not with SwaggerGen because that made an unholy mess. It is refined with info parsed from the Netbox source code.
  • https://www.CableSchedules.com automates the boring bits of broadcast system design - cable schedules, offsheets, labels...

  • https://www.CADreplace.com - AutoCAD and BricsCAD FIND but good. Replaces multiple things in multiple drawings in one step

  • ๐Ÿ“บ Broadcast Systems Design and Documentation since last century

  • ๐Ÿ’ป Developing: AutoCAD plugins & CAD apps since 2005, in C#, Lisp & VBA (yeahnah)

  • past lives include ๐ŸŽฅ, ๐Ÿ“ท, ๐ŸŽ๏ธ+๐Ÿ“น, ๐Ÿ’ป in the 80s

on StackOverflow

profile for CAD bloke at Stack Overflow, Q&A for professional and enthusiast programmers

https://www.linkedin.com/in/cadbloke

๐Ÿ’ฌ Ask me about

  • ๐Ÿ“บ Broadcast systems
  • ๐Ÿ’ป software development
    • .NET C#
    • WPF
    • AutoCAD, BricsCAD, OpenDesign platforms
    • Lisp, VBA

๐Ÿก home is

๐Ÿจ ๐Ÿฌ ๐Ÿณ ๐Ÿท Newcastle, NSW, Australia

๐Ÿบ ๐Ÿป ๐Ÿบ

eselinq's People

Watchers

 avatar

eselinq's Issues

Implement callbacks

Callbacks are not implemented. These calls are from ESE into unmanaged 
function pointers and named exports from a DLL.

The biggest problem with this is that many of the callback functions do not
provide enough context to pass off the call to a .NET delegate. Some
combination of a manual multiplexing method with multiple entry points for
each function (to support multiple concurrent instances), or finding ways
to sneak in the required context. Also, some callbacks are persistent to
symbols that can't really be found from EseObjects.

ESE functions that require callbacks:

JetCreateTableColumnIndex2 JET_TABLECREATE2::szCallback requires a
module!function

JetInit3 uses a function pointer for status updates and recovery control

There are probably other things that need them as well.

Original issue reported on code.google.com by [email protected] on 30 Dec 2009 at 11:37

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.