Hi,

I am trying to integrate the RILTELIT.DLL into my CE6.0 build. In
doing this I get the following error on execution.

4294852908 PID:400002 TID:c30002 OSAXST1: >>> Loading Module
'riltelit.dll' (0x833D4698) at address 0xC11A0000-0xC124B000 in
Process 'NK.EXE' (0x82505AA0)
4294854390 PID:400002 TID:c30002 DoImport Failed! Unable to import
from Library 'ossvcs.dll'
4294854390 PID:400002 TID:c30002 OSAXST1: <<< Unloading Module
'riltelit.dll' (0x833D4698) at address 0xC11A0000-0xC124B000 in
Process 'NK.EXE' (0x82505AA0)

I have searched my WINCE600 directory tree and can only find
OSSVCSSTUBS.H and a couple of references to ossvcs in a couple of
'sources' files, all of which are unused in my instalation.

Where can I get OSSVCS from?

Thanks
David Douglas

RE: OSSVCS.DLL? Where to get (source)? by LucaCalligaris

LucaCalligaris
Mon Dec 17 00:21:02 PST 2007

Is RILTELIT a 3rd party RIL driver (maybe from Telit)? you can use the
dependency walker tool to see if RILTELIT depends on OSSSVC module. Anyway,
the only references in the WINCE600 tree are related to directories as
%_WINCEROOT%\private\ossvcs\services\dll and %_WINCEROOT%\public\ossvcs which
are not available

"david.douglas@europa.com.au" wrote:

> Hi,
>
> I am trying to integrate the RILTELIT.DLL into my CE6.0 build. In
> doing this I get the following error on execution.
>
> 4294852908 PID:400002 TID:c30002 OSAXST1: >>> Loading Module
> 'riltelit.dll' (0x833D4698) at address 0xC11A0000-0xC124B000 in
> Process 'NK.EXE' (0x82505AA0)
> 4294854390 PID:400002 TID:c30002 DoImport Failed! Unable to import
> from Library 'ossvcs.dll'
> 4294854390 PID:400002 TID:c30002 OSAXST1: <<< Unloading Module
> 'riltelit.dll' (0x833D4698) at address 0xC11A0000-0xC124B000 in
> Process 'NK.EXE' (0x82505AA0)
>
> I have searched my WINCE600 directory tree and can only find
> OSSVCSSTUBS.H and a couple of references to ossvcs in a couple of
> 'sources' files, all of which are unused in my instalation.
>
> Where can I get OSSVCS from?
>
> Thanks
> David Douglas
>