Re: OS image will not load driver.



I'm using PB4.2 to build the image, not using build.exe.

I couldn't find the SOURCES file. I have no source code of my driver.
just the dll and rel files. Plus the modifiction to the Platform.reg
file specifiying my driver.

Any other idea?

John

On Mon, 11 Jul 2005 09:40:08 +0200, "Olivier BLOCH"
<nospam@xxxxxxxxxx> wrote:

>Hello
>
>The main difference in the build process using a dual processor desktop may
>be the build order.
>
>Check about SYNCHRONIZE_DRAIN and SYNCHRONIZE_BLOCK environment variables in
>PB help and in your SOURCES files.
>When using these macros, you enable the different build tools (build.Exe)
>thread to run simultaneously, and the directories build order is affected.
>You have to be careful because of build dependencies (an exe or dll needing
>a specific lib to be build first, ...).
>
>What I find strange in your case is that the build process seems to have
>performed without problems.
>Did you check the differences between the designs nad between the binaries
>generated ?
>Any strange and unusual build warning ?
>
>Regards

.



Relevant Pages

  • Re: Question about PCIbus.dll in Windows CE 6.0
    ... combination in driver DLL 'PCIDriver.dll' ... "Dean Ramsier" wrote: ... So now I have this DLL. ... INCLUDES in the sources file. ...
    (microsoft.public.windowsce.embedded)
  • Re: Question about PCIbus.dll in Windows CE 6.0
    ... I'd also simplify the sources file for the driver, ... Just build the dll directly. ... Might as well build the dll directory instead of making it be two steps. ... DLLENTRY macro to point to _DllMainCRTStartup in the sources file. ...
    (microsoft.public.windowsce.embedded)
  • Re: Question about PCIbus.dll in Windows CE 6.0
    ... "Dean Ramsier" wrote: ... your driver has to match the three letter prefix used on your functions. ... So now I have this DLL. ... INCLUDES in the sources file. ...
    (microsoft.public.windowsce.embedded)
  • Obtain DLL for driver component not in catalog
    ... I happened across the thread entitled "Problem with DLL Build Part II" ... this component to be built into the OS image like other driver ... why does the TARGETTYPE entry in the sources file for NE2000 ... but for the modified Passthru it has ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Unable to load stream interface driver
    ... And specify it in the registry if it is different from the default. ... Interface Drivers, ie. export Stream Interface Driver functions. ... Here is what my modified sources file looks like (Note. ...
    (microsoft.public.windowsce.platbuilder)

Loading