Search found 10 matches

by sjin
Mon Jun 08, 2009 6:18 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

Thank you, shooltz! I installed the service pack 1, and there's no compiling or runtime error anymore. Thank you so much for your help!

I'm sorry to hear that. It seems that I have to give up the linux try and get back to VS.

Linux would be an option on Intel x86 or x64 architecture. If you ...
by sjin
Tue Jun 02, 2009 11:38 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

Sorry - your Linux system is Itanium-based and we don't have the binaries for this platform.

I'm sorry to hear that. It seems that I have to give up the linux try and get back to VS.

I started over and tried again:

1) downloaded smile_1_1_windows_vc8 and saved all the extracted files in the ...
by sjin
Tue Jun 02, 2009 10:28 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

/usr/bin/ld: skipping incompatible ./lib/libsmilearn.a when searching for -lsmilearn

What's the output from the following two commands?
uname -a
gcc --version

[host ~/GCC]$ uname -a
Linux hnj 2.6.9-pnnlkf03smp #1 SMP Mon Sep 26 14:10:51 PDT 2005 ia64 ia64 ia64 GNU/Linux
[host ~/GCC]$ gcc ...
by sjin
Tue Jun 02, 2009 9:43 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

Thanks, but which one in the following is for VS 2005 on your downloading page?

VS 2005 contains Visual C++ 8.0.

and I tried Linux (x86): gcc 4.1.1 [1.39 MB] (April 16, 2009) as well. I uncompressed the file smile_1_1_linux_gcc_4_1_1.tar.gz, and compile the code with the following command:

g ...
by sjin
Tue Jun 02, 2009 8:34 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

Hi, Shooltz, I didn't install VS 2005 SP1. The size of the smile*.lib files is 73.4 MB. I downloaded the VC 9.0 SP1 [12.1 MB] (April 16, 2009) version.

VC 9.0 is included in Visual Studio 2008. You need either to install that version of the IDE, or download SMILE for VS 2005. Since our binaries ...
by sjin
Tue Jun 02, 2009 1:26 am
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

The project builds correctly - I just had to comment out four calls to SetTemporalEvidence with std::string as 2nd argument.

Do you have VS 2005 SP1 installed? What are the sizes/timestamps of the smile*.lib files?

Hi, Shooltz, I didn't install VS 2005 SP1. The size of the smile*.lib files is ...
by sjin
Mon Jun 01, 2009 11:51 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

Thanks for your help. But I did try to remove the smile.lib and set the run time library to Mult-threaded Debug DLL. But I got more errors though it's different. Can you help me again to find out the problem?

1>------ Rebuild All started: Project: TailEvent, Configuration: Debug Win32 ------
1 ...
by sjin
Mon Jun 01, 2009 11:33 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

my .vcproj file?

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="TailEvent"
ProjectGUID="{18C35B55-A279-4F5B-A444-A05CBB6DC8A7}"
RootNamespace="TailEvent"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles ...
by sjin
Mon Jun 01, 2009 10:54 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

Re: library conflicts?

Actually, I tested my code several times, and found out that it seemed not to be the runtime library problem. The real problem is it doesn't allow me to do "theNet.ReadFile("myNetwork.xdsl");". If I just replace .xdsl to .dsl file for example "theNet.ReadFile("myNetwork.dsl"), there're no more ...
by sjin
Wed May 27, 2009 11:37 pm
Forum: SMILE
Topic: library conflicts?
Replies: 18
Views: 48395

library conflicts?

Hi, I'm using Visual Studio C++ to run my SMILE application. I get runtime errors when I load my network after reading data from a text file. Could you please take take a look at my source code to see any possible erros? The compiling information is attached below as well. Any comments are highly ...