From some ce device, I have ever copied some dll or exe files from windows
directory to other location.
And I know the files from modules section are removed with file header
information. So the files can't be handled as file. But the files of files
section from bib files are not removed with its file header.
So I think the dll or exe files from files section can be handled by file
i/o.
but it doesn't work as my thought.
How the exe or dll files from files section could be copied to other
directory using explorer shell?

Re: exe files from files section of bib file by Bruce

Bruce
Wed Jul 09 08:15:16 PDT 2008

I just copied a dll and an exe from \Windows to \ without any problem. Both
were in the FILES section of my bib file.

I think you need to give us more information about what you are doing.

What are the flags in the bib file for the files that you are copying?
What is the destination folder?
What is the error?

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

"daniel" <daniel@discussions.microsoft.com> wrote in message
news:D242D68B-05CF-4A67-BDDC-915D371DC97D@microsoft.com...
> From some ce device, I have ever copied some dll or exe files from windows
> directory to other location.
> And I know the files from modules section are removed with file header
> information. So the files can't be handled as file. But the files of files
> section from bib files are not removed with its file header.
> So I think the dll or exe files from files section can be handled by file
> i/o.
> but it doesn't work as my thought.
> How the exe or dll files from files section could be copied to other
> directory using explorer shell?
>



Re: exe files from files section of bib file by Paul

Paul
Wed Jul 09 08:17:39 PDT 2008

It's also possible that you have the same file listed in two BIB files, one
set in the modules section and one in the files section. I think it's the
last one used by the romimage tool that wins (kind of like duplicate
registry entries), so you have to avoid that situation or make sure you
change all references to the file.

Paul T.

"Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> wrote in
message news:%23qCBZad4IHA.3736@TK2MSFTNGP03.phx.gbl...
>I just copied a dll and an exe from \Windows to \ without any problem.
>Both were in the FILES section of my bib file.
>
> I think you need to give us more information about what you are doing.
>
> What are the flags in the bib file for the files that you are copying?
> What is the destination folder?
> What is the error?
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
> My BLOG http://geekswithblogs.net/bruceeitman
>
> EuroTech Inc.
> www.EuroTech.com
>
> "daniel" <daniel@discussions.microsoft.com> wrote in message
> news:D242D68B-05CF-4A67-BDDC-915D371DC97D@microsoft.com...
>> From some ce device, I have ever copied some dll or exe files from
>> windows
>> directory to other location.
>> And I know the files from modules section are removed with file header
>> information. So the files can't be handled as file. But the files of
>> files
>> section from bib files are not removed with its file header.
>> So I think the dll or exe files from files section can be handled by file
>> i/o.
>> but it doesn't work as my thought.
>> How the exe or dll files from files section could be copied to other
>> directory using explorer shell?
>>
>
>



Re: exe files from files section of bib file by Dean

Dean
Wed Jul 09 11:01:41 PDT 2008

I think I remember seeing a statement along the lines of "duplicate entry
ignored", and the last one was dropped (first one wins). This would be
opposite of what happens with reg entries. But my memory is failing, so
don't count on it...

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:e4dxmbd4IHA.3784@TK2MSFTNGP06.phx.gbl...
> It's also possible that you have the same file listed in two BIB files,
> one set in the modules section and one in the files section. I think it's
> the last one used by the romimage tool that wins (kind of like duplicate
> registry entries), so you have to avoid that situation or make sure you
> change all references to the file.
>
> Paul T.
>
> "Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> wrote in
> message news:%23qCBZad4IHA.3736@TK2MSFTNGP03.phx.gbl...
>>I just copied a dll and an exe from \Windows to \ without any problem.
>>Both were in the FILES section of my bib file.
>>
>> I think you need to give us more information about what you are doing.
>>
>> What are the flags in the bib file for the files that you are copying?
>> What is the destination folder?
>> What is the error?
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> Bruce.Eitman AT EuroTech DOT com
>> My BLOG http://geekswithblogs.net/bruceeitman
>>
>> EuroTech Inc.
>> www.EuroTech.com
>>
>> "daniel" <daniel@discussions.microsoft.com> wrote in message
>> news:D242D68B-05CF-4A67-BDDC-915D371DC97D@microsoft.com...
>>> From some ce device, I have ever copied some dll or exe files from
>>> windows
>>> directory to other location.
>>> And I know the files from modules section are removed with file header
>>> information. So the files can't be handled as file. But the files of
>>> files
>>> section from bib files are not removed with its file header.
>>> So I think the dll or exe files from files section can be handled by
>>> file
>>> i/o.
>>> but it doesn't work as my thought.
>>> How the exe or dll files from files section could be copied to other
>>> directory using explorer shell?
>>>
>>
>>
>
>



Re: exe files from files section of bib file by Bruce

Bruce
Wed Jul 09 11:51:46 PDT 2008

That is the behavior that I recall as well, but it has been a long time
since I had that.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

"Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
news:e7nGd2e4IHA.1428@TK2MSFTNGP06.phx.gbl...
>I think I remember seeing a statement along the lines of "duplicate entry
>ignored", and the last one was dropped (first one wins). This would be
>opposite of what happens with reg entries. But my memory is failing, so
>don't count on it...
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> wrote in message news:e4dxmbd4IHA.3784@TK2MSFTNGP06.phx.gbl...
>> It's also possible that you have the same file listed in two BIB files,
>> one set in the modules section and one in the files section. I think
>> it's the last one used by the romimage tool that wins (kind of like
>> duplicate registry entries), so you have to avoid that situation or make
>> sure you change all references to the file.
>>
>> Paul T.
>>
>> "Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> wrote in
>> message news:%23qCBZad4IHA.3736@TK2MSFTNGP03.phx.gbl...
>>>I just copied a dll and an exe from \Windows to \ without any problem.
>>>Both were in the FILES section of my bib file.
>>>
>>> I think you need to give us more information about what you are doing.
>>>
>>> What are the flags in the bib file for the files that you are copying?
>>> What is the destination folder?
>>> What is the error?
>>>
>>> --
>>> Bruce Eitman (eMVP)
>>> Senior Engineer
>>> Bruce.Eitman AT EuroTech DOT com
>>> My BLOG http://geekswithblogs.net/bruceeitman
>>>
>>> EuroTech Inc.
>>> www.EuroTech.com
>>>
>>> "daniel" <daniel@discussions.microsoft.com> wrote in message
>>> news:D242D68B-05CF-4A67-BDDC-915D371DC97D@microsoft.com...
>>>> From some ce device, I have ever copied some dll or exe files from
>>>> windows
>>>> directory to other location.
>>>> And I know the files from modules section are removed with file header
>>>> information. So the files can't be handled as file. But the files of
>>>> files
>>>> section from bib files are not removed with its file header.
>>>> So I think the dll or exe files from files section can be handled by
>>>> file
>>>> i/o.
>>>> but it doesn't work as my thought.
>>>> How the exe or dll files from files section could be copied to other
>>>> directory using explorer shell?
>>>>
>>>
>>>
>>
>>
>
>



Re: exe files from files section of bib file by Paul

Paul
Wed Jul 09 12:06:31 PDT 2008

A quick test indicates that, in CE5, at least, you're both right. You get
the following error:

Warning: Found duplicate entry '<filename> <sourcefilename> <setting>
00000807' ... skipping

It seems that the first instance in ce.bib will be the one that is used.

Paul T.

"Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> wrote in
message news:O%23wNUTf4IHA.3368@TK2MSFTNGP04.phx.gbl...
> That is the behavior that I recall as well, but it has been a long time
> since I had that.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
> My BLOG http://geekswithblogs.net/bruceeitman
>
> EuroTech Inc.
> www.EuroTech.com
>
> "Dean Ramsier" <ramsiernospam@nospam.com> wrote in message
> news:e7nGd2e4IHA.1428@TK2MSFTNGP06.phx.gbl...
>>I think I remember seeing a statement along the lines of "duplicate entry
>>ignored", and the last one was dropped (first one wins). This would be
>>opposite of what happens with reg entries. But my memory is failing, so
>>don't count on it...
>>
>> --
>> Dean Ramsier - eMVP
>> BSQUARE Corporation
>>
>>
>> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
>> DOT com> wrote in message news:e4dxmbd4IHA.3784@TK2MSFTNGP06.phx.gbl...
>>> It's also possible that you have the same file listed in two BIB files,
>>> one set in the modules section and one in the files section. I think
>>> it's the last one used by the romimage tool that wins (kind of like
>>> duplicate registry entries), so you have to avoid that situation or make
>>> sure you change all references to the file.
>>>
>>> Paul T.
>>>
>>> "Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> wrote in
>>> message news:%23qCBZad4IHA.3736@TK2MSFTNGP03.phx.gbl...
>>>>I just copied a dll and an exe from \Windows to \ without any problem.
>>>>Both were in the FILES section of my bib file.
>>>>
>>>> I think you need to give us more information about what you are doing.
>>>>
>>>> What are the flags in the bib file for the files that you are copying?
>>>> What is the destination folder?
>>>> What is the error?
>>>>
>>>> --
>>>> Bruce Eitman (eMVP)
>>>> Senior Engineer
>>>> Bruce.Eitman AT EuroTech DOT com
>>>> My BLOG http://geekswithblogs.net/bruceeitman
>>>>
>>>> EuroTech Inc.
>>>> www.EuroTech.com
>>>>
>>>> "daniel" <daniel@discussions.microsoft.com> wrote in message
>>>> news:D242D68B-05CF-4A67-BDDC-915D371DC97D@microsoft.com...
>>>>> From some ce device, I have ever copied some dll or exe files from
>>>>> windows
>>>>> directory to other location.
>>>>> And I know the files from modules section are removed with file header
>>>>> information. So the files can't be handled as file. But the files of
>>>>> files
>>>>> section from bib files are not removed with its file header.
>>>>> So I think the dll or exe files from files section can be handled by
>>>>> file
>>>>> i/o.
>>>>> but it doesn't work as my thought.
>>>>> How the exe or dll files from files section could be copied to other
>>>>> directory using explorer shell?
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>