include smile library in C program

The engine.
Post Reply
kiara_madrid
Posts: 6
Joined: Wed Jul 22, 2009 11:37 am

include smile library in C program

Post by kiara_madrid »

hi everybody

i'm writing a C program,
how can i include the smile library?
do i need to declare each function or just include the library and call them?

thanx
kiara
Attachments
smile_rsem_ssem.c
(1.16 KiB) Downloaded 391 times
shooltz[BayesFusion]
Site Admin
Posts: 1441
Joined: Mon Nov 26, 2007 5:51 pm

Re: include smile library in C program

Post by shooltz[BayesFusion] »

kiara_madrid wrote:i'm writing a C program,
how can i include the smile library?
You can't use SMILE library unless you're writing C++ program.
kiara_madrid
Posts: 6
Joined: Wed Jul 22, 2009 11:37 am

Post by kiara_madrid »

ok, great! thankx

now i'm writing the c++ program,
i looked at the tutorials but i couldnt manage to download again the source code (i've got some prints i did two months ago)
do you know the web direction where i can find 'em?

i would like to see how to call the library
and if the library needs to be exectuted before being called into the code

thank you very much
kiara
shooltz[BayesFusion]
Site Admin
Posts: 1441
Joined: Mon Nov 26, 2007 5:51 pm

Post by shooltz[BayesFusion] »

kiara_madrid wrote:i looked at the tutorials but i couldnt manage to download again the source code (i've got some prints i did two months ago) do you know the web direction where i can find 'em?
This is the link to SMILE documentation TOC, see section 6.1 for tutorials:
http://genie.sis.pitt.edu/wiki/SMILE_Documentation
Post Reply