Posted on Sep 12, 2008 by
Massive Rabbit
What steps will reproduce the problem? 1. extract libofa-0.9.3-win32.zip 2. open example in visual studio 2005 3. try compile.
What is the expected output? What do you see instead? I expect it to compile, i get "cannot find expat.h" error
What version of the product are you using? On what operating system? visual studio 2005 libofa-0.9.3-win32 winxp
Please provide any additional information below. The problem seems to be in example/protocol.cpp in lines
include <expat.h>
include <curl/curl.h>
include <curl/types.h>
include <curl/easy.h>
they seem to need to be ..
include "expat/expat.h"
include "curl/curl.h"
include "curl/types.h"
include "curl/easy.h"
Thanks.
Status: New
Labels:
Type-Defect
Priority-Medium