Subject: Re: [Seqan-dev] Building project outside of sandbox environment
Hi Manuel,
Please find attached the program and list of errors.
Any help much appreciated.
Paul
On Wednesday, 24 September 2014, 7:45, "Holtgrewe, Manuel" <manuel.holtgrewe@fu-berlin.de> wrote:
Without showing us the errors, we cannot help you.
From: Paul Darbyshire [pmdarbyshire2003@yahoo.co.uk] Sent: Tuesday, September 23, 2014 9:44 PM To: seqan-dev@lists.fu-berlin.de Subject: [Seqan-dev] Building project outside of sandbox environment
Dear Members,
I’m trying to build a simple sequence algorithm for matching ‘tutorial’ against a string of text in VSE 2012 has a new console project. I’ve got the example working in the usual set up within the sandbox environment but wanted to develop
my own applications outside of this environment.
I have included the header file directory to locate the following .h files in my VS project:
#include<iostream>
#include<seqan\file.h>
#include<seqan\sequence.h>
#include<seqan\score.h>
But when compiling I get numerous errors (32). Is there something I’m missing that Ive not included in the project or is it not possible to
build your own projects in VS outside of the standard SeqAn development environment?