Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
For now, the answer is going to be that loading/unloading from a file is not 
going to work. Instead, Windows support will have to be limited to the "raw" 
modes:

Instead of CLD2::loadDataFromFile, use CLD2::loadDataFromRawAddress. It is up 
to the caller to figure out how to get that raw pointer to point to the correct 
thing, presumably using CreateFileMapping and associate functions.

Internally, these methods will be disabled for win32:
CLD2DynamicDataLoader::loadDataFile
CLD2DynamicDataLoader::unloadDataFile

Instead, use these if needed:
CLD2DynamicDataLoader::loadDataRaw
CLD2DynamicDataLoader::unloadDataRaw

Original comment by [email protected] on 13 Aug 2014 at 12:00

from cld2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
We should really also have an MSVC project file for building CLD2 on Windows. 
Contributions welcome, as I have no experience with MSVC.

Original comment by [email protected] on 13 Aug 2014 at 12:09

from cld2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Windows support for data file disabled in r166. Use raw modes instead, as 
described above. This should keep windows compilers happy.

Original comment by [email protected] on 13 Aug 2014 at 12:38

from cld2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Clarifying subject, since raw mode SHOULD work on Windows. It's only file mode 
that is disabled.

Original comment by [email protected] on 13 Aug 2014 at 12:50

  • Changed title: Support file-based dynamic data loading properly on win32

from cld2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024

Original comment by [email protected] on 27 Oct 2014 at 8:44

  • Changed title: Support mmap-ing dynamic data on win32

from cld2.

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.