Hi,
I've been dabbling all day trying to implement a a diagnosis in jSMILE. That is, get a list of all "targets," set them all to be faultStates, and then pursue them (see what observations are selected).
Am I wrong when I say that there's a difference in capability between SMILE and jSMILE? jSMILE ...
Search found 4 matches
- Fri Oct 24, 2008 3:38 am
- Forum: SMILE
- Topic: jSMILE diagnosis
- Replies: 1
- Views: 6180
- Thu Oct 23, 2008 1:54 pm
- Forum: SMILE
- Topic: Windows DLL registration
- Replies: 2
- Views: 8863
- Thu Oct 23, 2008 1:47 pm
- Forum: SMILE
- Topic: Windows DLL registration
- Replies: 2
- Views: 8863
Windows DLL registration
Hi,
I was able to use jSMILE in Unix environment, but I cannot do so in Windows.
I tried registering the DLL using:
regsvr32 c:\Windows\System32\jsmile.dll
but I get the following error:
C:Windows\System32\jsmile.dll was loaded, but the DllRegisterServer entry point was not found. This file can ...
I was able to use jSMILE in Unix environment, but I cannot do so in Windows.
I tried registering the DLL using:
regsvr32 c:\Windows\System32\jsmile.dll
but I get the following error:
C:Windows\System32\jsmile.dll was loaded, but the DllRegisterServer entry point was not found. This file can ...
- Tue Aug 26, 2008 9:37 pm
- Forum: SMILE
- Topic: Performance and Scalability of SMILE
- Replies: 17
- Views: 45832
Re: Performance and Scalability of SMILE
ii. Is the application multithreaded so that multiple threads can access without interfering with other thread's data?
I assume you're asking about using SMILE (which is a library, not an application) in multi-threaded environment. It's possible, as long as you use any DSL_network from one ...
I assume you're asking about using SMILE (which is a library, not an application) in multi-threaded environment. It's possible, as long as you use any DSL_network from one ...