Re: "No .rel file found for module "
- From: AD <AD@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Jan 2008 12:38:02 -0800
Thanks. I did see the information on the web, but nothing gives a real good
explanation for certain of what the problem is.
I thought maybe it was the registry data too, but it is pretty basic:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\I2C]
"Prefix"="I2C"
"Dll"="i2c.dll"
"Index"=dword:1
"Order"=dword:30
The driver is straight from freescale and is supposedly good, looking at the
source it looks pretty straight-forward.
For my call to ActivateDeviceEx, I simply passed the dll name and then zeros
for the rest. I would prefer to not even have to make the call though, I
would prefer the OS loads it automatically. It appears to be trying to
(there is a gap in the number sequence of "Active" in the registry when this
device is present, but it never actually gets loaded.
Any other ideas or clues as to what I can look at?
"Bruce Eitman [eMVP]" wrote:
A quick google groups search would give you tell you about that message..
http://groups.google.com/groups?as_q=No+.rel+file+found+for+module&num=10&scoring=r&hl=en&as_epq=&as_oq=&as_eq=&as_ugroup=microsoft.public.windowsce.*&as_usubject=&as_uauthors=&lr=&as_drrb=q&as_qdr=&as_mind=1&as_minm=1&as_miny=1981&as_maxd=28&as_maxm=1&as_maxy=2008&safe=off
So since that information is available, I will give you the short answer.
That is not the problem. The problem is probably the information in the
registry, if we assume that the driver is good then it could also be your
code for ActivateDeviceEx. Have you contacted the vendor?
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"AD" <AD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E0A51B6C-6EEE-42F1-80BE-C062128197E7@xxxxxxxxxxxxxxxx
I am trying to build a platform with a new driver file for which I only
have
the binary. I created a CEC file and all and was able to get the driver
added to the registry in the "builtin" folder, but cannot get WindowsCE
(5.0)
to load the driver and place it in "Active". I tried doing it manually
with
a call to "ActivateDeviceEx", and get a return of 1610 (bad
configuration).
Going back through my platform builder warnings, I found one that says "No
.rel file found for module i2c.dll", which is the driver I'm having
problems
with.
Does anyone know what this means and how to fix it?
Thanks in advance for any suggestions.
Adam
- Follow-Ups:
- Re: "No .rel file found for module "
- From: Dean Ramsier
- Re: "No .rel file found for module "
- References:
- Re: "No .rel file found for module "
- From: Bruce Eitman [eMVP]
- Re: "No .rel file found for module "
- Prev by Date: Re: "No .rel file found for module "
- Next by Date: Re: "No .rel file found for module "
- Previous by thread: Re: "No .rel file found for module "
- Next by thread: Re: "No .rel file found for module "
- Index(es):
Relevant Pages
|