WilliamXIII / oscats

Automatically exported from code.google.com/p/oscats
Other
0 stars 0 forks source link

The specified procedure could not be found(libintl_setlocale) #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when libglibjni-0.dll is loaded
2.
3.

What is the expected output? What do you see instead?
am not able to run the ex02 program of OSCATS 0.6
showing 
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
java.lang.UnsatisfiedLinkError: no glibjni in java.library.path
java.lang.UnsatisfiedLinkError: D:\Oscats\libglibjni-0.dll: The specified 
procedure could not be found
    at oscats.bindings.Plumbing.<clinit>(Plumbing.java:89)
    at oscats.Space.<init>(Space.java:49)
    at oscats.ex02.main(ex02.java:94)
Java Result: 1

What version of the product are you using? On what operating system?
OSCATS 0.6 on windowsXP 32 bit

Please provide any additional information below.
libglibjni-0.dll internally calling libintl_setlocale procedure from MINGW. but 
it is not avialble in MINGW libintl-8.dll file.
please give me solution to resolve above problem as soon as possible.
Thanks in advance

Original issue reported on code.google.com by murukutl...@gmail.com on 15 Nov 2011 at 6:31

GoogleCodeExporter commented 8 years ago
The windows binaries were linked against the gettext library (libintl) provided 
by the GTK+ project:
http://www.gtk.org/download/win32.php
Try using their libintl-8.dll instead of the MingW DLL.

Original comment by michael....@gmail.com on 15 Nov 2011 at 5:03

GoogleCodeExporter commented 8 years ago
There is no libintl-8.dll file in GTK+ project.can you please tell where it is 
available.is there any other way to solve this problem?
Thanks in advance

Original comment by murukutl...@gmail.com on 16 Nov 2011 at 8:46

GoogleCodeExporter commented 8 years ago
Hmm, good point.  After some investigation, it looks like the OSCATS binaries 
also accidentally linked against the MinGW libintl and libiconv, which also 
require libgcc_s_dw2-1.dll.  I'll have to see if I can force OSCATS to link 
against intl.dll (from the GTK project) alone in the next release.

  In the mean time, I think this should work:
- Download the gettext runtime from the GTK project 
(http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime_0.18
.1.1-2_win32.zip)
- Make a copy of intl.dll named libintl-8.dll
- Be sure that libintl-8.dll is on the system path (and before MinGW's 
libintl-8.dll, if you also have that installed).

Original comment by michael....@gmail.com on 16 Nov 2011 at 7:02

GoogleCodeExporter commented 8 years ago
The above problem is solved by renaming intl.dll.But it is showing The 
specified procedure could not be found in

1) MSVCRT.dll (__CxxFrameHandler3, _except_handler4_common , _ftol2,_ftol2_sse)
2) kernel32.dll (GetApplicationRecoveryCallback,GetApplicationRestartSettings,  
      GetProductInfo, GetThreadPreferredUILanguages, 
GetThreadUILanguage,WerGetFlags,Wow64DisableWow64FsRedirection,Wow64RevertWow64F
sRedirection)
3) NTDLL.dll 
(NtAlpcConnectPort,NtAlpcSendWaitReceivePort,ShipAssert,WinSqmAddToStream,WinSqm
EventEnabled,WinSqmEventWrite)

can you plz tell me the way to solve above problem.
Thanks in advance

Original comment by murukutl...@gmail.com on 17 Nov 2011 at 8:49

GoogleCodeExporter commented 8 years ago
Did you download the 32-bit windows binaries or the 64-bit windows binaries?  
You said you're running on 32-bit windows XP, but those functions look like 
things that would only exist on 64-bit windows.

Original comment by michael....@gmail.com on 17 Nov 2011 at 2:01

GoogleCodeExporter commented 8 years ago
No,i downloaded 32-bit windows binaries only.
once agin i downloaded everything(32 bit binaries) and checked.but it showing 
same error(like above).
can you please tell me the way to solve the problem.
Thanks in advance

Original comment by murukutl...@gmail.com on 18 Nov 2011 at 5:53

GoogleCodeExporter commented 8 years ago
i am able to run the example program of OSCATS0.6.
Thanks for u r help.

Original comment by murukutl...@gmail.com on 18 Nov 2011 at 10:11

GoogleCodeExporter commented 8 years ago
Hello Michael,
             i want to conduct test using IRT 1 parameter model.for this i have an Item Bank with difficulty parameter ranges from(-2 to 2).what my problem is

1)i want to find Theta(ability) after each item is administered by examinee and 
based on that theta i want to display next item from the bank to examinee.
2)want to find Final Theta after exam is finished.
3)want to find index of item in the bank which is displayed to the examinee.

can you plz tell me which formula u r using to find Theta(ability) and 
probability of theta.

i am not able to understand the use of some classes like
1)covariates
2)AlgExposureCounter
and one more doubt is what is the difference between Simulated theta and 
Estimated theta and why u r finding simulated Theta?

please suggest me some procedure to conduct the Test
Thanks in advance

Original comment by murukutl...@gmail.com on 23 Nov 2011 at 6:08