Giter Site home page Giter Site logo

erldokan's Introduction

ErlDokan -- Erlang binding for Dokan

Dokan is a user mode file system library for Windows. This Erlang application
provides the bindings to create a user mode file system with Erlang using
Dokan.

== Building ==

Dependencies:

	* MSVC compiler (e.g. from Visual Studio 2010 Express)
	* Dokan Library (http://dokan-dev.net/en/)
	* Rebar (https://github.com/basho/rebar)

Start a Visual Studio shell (or execute vcvarsall.bat) and make sure that
Erlang and rebar are in your %PATH%. The Dokan library is assumed to be
installed in %ProgramFiles%\Dokan\DokanLibrary\. To compile just do a

	$ rebar compile

== Compiler and Erlang versions ==

It is essential that the erldokan library and the Erlang emulator are built
against the same MSVCRT lib (C run time library) version:

  R14: MSVCR80.dll (Visual Studio 2005)
  R15: MSVCR100.dll (Visual Stutio 2010)

Even though mixing the versions is generally possible it is known to hang the
emulator when being run as a service, that is without console. The root cause
is that each version of the C runtime library has its own state and
initialization and loading the erldokan_drv.dll with another runtime version
than the emulator triggers a deadlock on Windows XP. On Windows 7 it doesn't
seem to cause any problems, though.

erldokan's People

Contributors

jkloetzke avatar dirker avatar

Watchers

 avatar James Cloos avatar  avatar

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.