[Vortex] RE: Error running the profile example
Yourch, Chris
chris at replicus.com
Tue Aug 28 19:33:10 CEST 2007
I solved my problem! I added the following line before calling
vortex_init() and now vortex_init() succeeds.
vortex_support_add_search_path("C:\\Program
Files\\VortexLibraryW32\\bin");
I recommend adding updating the DOC's to mention that
vortex_support_add_search_path() needs to be called.
________________________________
From: Yourch, Chris
Sent: Monday, August 27, 2007 5:01 PM
To: vortex at lists.aspl.es
Subject: Error running the profile example
I am working with the profile example
http://www.aspl.es/fact/files/af-arch/vortex/html/profile_example.html
and when I run it I get the following error:
(proc 3392): (debug)vortex: init winsocket for windows
(proc 3392): (debug)vortex-win32: winsock initialization ok
(proc 3392): (debug)vortex-support: unable to find file channel.dtd on
channel.dtd
VORTEX_ERROR: unable to load channel.dtd file.
VORTEX_ERROR: unable to load dtd files (this means some DTD (or all)
file wasn't possible to be loaded.
I have copied the contents of the vortex BIN directory to my project's
bin directory and still get the same error. 'Channel.dtd' is definitely
there!
I am using Windows XP SP2, Visual Studio 2005 with a C++ console project
and finally, using vortex-installer-1.0.6.1-w32.exe of Vortex.
On similar note, I downloaded the Vortex source (to try and find out why
vortext_init() fails) and cannot compile the project. The compiler is
looking for <netdb.h> which is included from 'vortex.h' which then
pointed me edit the following macros in axl_config.h as follows:
//#define AXL_OS_UNIX (1)
#define AXL_OS_WIN32 (1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.aspl.es/pipermail/vortex/attachments/20070828/3e98dfc8/attachment.htm
More information about the Vortex
mailing list