Error EnableXdslFormat()

The engine.
Post Reply
edimilsonbatista
Posts: 2
Joined: Mon Mar 23, 2009 5:52 pm

Error EnableXdslFormat()

Post by edimilsonbatista »

Hi,
I'm trying to compile the code found in tutorial 4 of smile learning documentation on learning of naive Bayes in VC 6.0. After hitting the linkagens the library, came across the following error:
"error C2065: 'EnableXdslFormat': undeclared identifier."

Somebody help me, please?
Thanks.
Attachments
Naive.cpp
(670 Bytes) Downloaded 419 times
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Error EnableXdslFormat()

Post by shooltz[BayesFusion] »

The function you're trying to call is obsolete - it was removed when we merged SmileXML into core SMILE. Delete the call and you should be OK.
Post Reply