- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the getting started documentation for the academic version there is the following beginning of the example C++ file:
#include "daal.h"
#include
using namespace daal;
using namespace daal::algorithms;
using namespace daal::data_management;
In visual studio, this will not compile without adding the following:
#include "stdafx.h"
using namespace daal::services;
It would beneficial to update the documentation to help people who might be having problems.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Aaron,
Intel(R) DAAL provides DAALExamples.sln solution for the library examples. Please, have a look at it and let us know, if you have any issue with building and running the examples.
Andrey
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page