problems creating and using a sld.

J

Jan Mikkelsen

Hello good people.

I created a .sld from and .inf file. using the following guide.

http://msdn.microsoft.com/library/d.../cdtskImportingDataFromINFFileIntoSLDFile.asp
in step6 I chooses automatic.

but when adding the component in Target Designer it errors with the
following:

Info 101: Initializing new component: "GeneralTouch Touchscreen serial
interface [Version 1.0.0.0, R3]"
Warning 1116: Adding unreleased component to configuration: "GeneralTouch
Touchscreen serial interface [Version 1.0.0.0, R3]"
Warning 1121: Can not find the resource GenTouch.inf for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource Genstub.sys for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource GenTouch.sys for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource GenCalib.exe for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource GenTouch.cpl for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource UnInst.exe for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource Readme.txt for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource GenHelp.Chm for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Warning 1121: Can not find the resource RButton.exe for GeneralTouch
Touchscreen serial interface
Warning 1121: in the following search path:
\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}
Warning 1121: The estimated configuration size may not be accurate.
Info 101: Estimated footprint: 57344 Bytes

I did check the path in Component designer, and they are all accurate.

Should / can i manually copy all the files neede to the following folders

\\JM\Repositories\{022716D8-0CF0-4779-B94C-8E52EB36709C},
\\JM\Repositories\{347677C8-8935-4d30-8DDA-FB6D701ACF47},
\\JM\Repositories\{484C9D34-846E-40E2-A2E6-FF2771A303D5}


Any Advice ?

Thanks
Jan
 
G

Guest

Had the same problem, posted (see "Am I missing something?" about four posts
back) on it, and got a response. There is a checkbox at the bottom of the
dialog when you import the .inf which tells Component Designer to copy the
files into the repository. It's checked by default, so you probably have a
different problem. Mine was that the files detailed in the .inf file were
missing. Open your .inf file in notepad and get the list of files that it
requires. Make sure all these files are in the same directory as the .inf
file. Lastly, make sure that box is checked on the import dialog. If this
doesn't work, post back here.
 
G

Guest

Okay, I just did what I suggested and it doesn't work. The secret is that
you have to do some hooking up that isn't covered in the tutorials or in the
import process I've seen. You have to follow the instructions at
http://msdn.microsoft.com/embedded/community/community/tips/xp/thrdprty/default.aspx

In addition to importing the .inf, you have to create a package for your new
component, add a repository pointing to the directory containing the files
for your driver, then hook this repository to each component contained in the
SLD. Hope this helps.

Jan Mikkelsen said:
Hello good people.

I created a .sld from and .inf file. using the following guide.
{snippety}
 
K

KM

Jan,

You seem to not import the component repository properly.
....... >
Should / can i manually copy all the files neede to the following folders

Yes, you can. (the repository GUID has been created and registred with your component SLD)

KM
 
K

KM

William,

As soon as the repository has been created at least once, you can manipulate the files under the Repository folder as you wish.
You can copy/replace/delete (but then make sure the files not used in your current projects)/etc. the files there.
 
J

Jan Mikkelsen

Hey KM.and William Sullivan.

I was able to copy the files to the repository folder after the import
didnt copy the files automatically.

Thanks for all your help.

/Jan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top