This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP-L138 Direct3d mobile fail

Other Parts Discussed in Thread: OMAP-L138

Hi all , 

We are porting a simulation program to omap-L138 wince6.0 platform.

The simple program is the demos from WINCE6.0. these program is OK when we are under x86( CEPC ) and arm simulator.

After open the default Osdesigns project , we add all component about d3d , direct show and COM ,DCOM 

But we always get fail under OMAP-L138 platform. when execute 

              g_hRefDLL = (HMODULE)LoadLibrary(TEXT("d3dmref.dll"));

by the way we have already configure project.bib to 

MODULES

;  Name            Path                                           Memory Type

;  --------------  ---------------------------------------------  -----------

    dsplinkk.dll            $(_FLATRELEASEDIR)\dsplinkk.dll                             NK SHK

    d3dmref.dll             $(_FLATRELEASEDIR)\d3dmref.dll              NK SHK

    ramdrvr.dll             $(_FLATRELEASEDIR)\ramdrvr.dll              NK SHK

 

so can any one tell me , how to configure the OS design to run a direct3d mobile program