CNTK/DataReader/UCIReaderClient
ascii991218 b5c41e6516 A large modification, allowing compilation of CNTK under linux g++
1. Add Common/Include/Platform.h for substitution of windows API and types
2. Fixed compile errors under g++, warning is not handled.
3. Compiles Readers into shared library, added code in *Reader/Export.cpp for dynamic linking and loading
4. Fixed msra::strfun::_strprintf to make it work under linux g++
5. Added makefiles for building (cpu and gpu)
2015-01-17 21:03:40 +08:00
..
ReadMe.txt First Release of CNTK 2014-08-29 16:21:42 -07:00
UCIReaderClient.cpp A large modification, allowing compilation of CNTK under linux g++ 2015-01-17 21:03:40 +08:00
UCIReaderClient.vcxproj First Release of CNTK 2014-08-29 16:21:42 -07:00
UCIReaderClient.vcxproj.vspscc First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.cpp First Release of CNTK 2014-08-29 16:21:42 -07:00
stdafx.h First Release of CNTK 2014-08-29 16:21:42 -07:00
targetver.h First Release of CNTK 2014-08-29 16:21:42 -07:00

ReadMe.txt

========================================================================
    CONSOLE APPLICATION : DataReaderClient Project Overview
========================================================================

AppWizard has created this DataReaderClient application for you.

This file contains a summary of what you will find in each of the files that
make up your DataReaderClient application.


DataReaderClient.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

DataReaderClient.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

DataReaderClient.cpp
    This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named DataReaderClient.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////