Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows XP > Windows XP Embedded

Notices

Reply

How to add my application and hardware to run time image.

 

LinkBack Thread Tools Display Modes
Old 10-15-2003, 01:11 PM   #1 (permalink)
Default How to add my application and hardware to run time image.

Hi, my friends,

I want to change my application from XP pro to XP Embedded.

The application is for hardness test. I wrote the program using VC++ 6.0.
There is an A/D card in the computer to collect analog signal and change
it to digital signal. It provides driver for XP pro. It also has a dll
library I need to call in my c++ program.

It works fine in XP Pro. How do I add the hardware, application and library
to run time image.

Can I use tap to find my A/D ( analog to digital) card? If not how can I add
it to run time image?

Do I have to create a repository before I create a component for my
application?

Thank you ahead.

Best regards,

Larry



Larry
Guest
 
Posts: n/a
Reply With Quote  
Old 10-15-2003, 04:24 PM   #2 (permalink)
Default Re: How to add my application and hardware to run time image.

> Hi, my friends,
Quote:
>
> I want to change my application from XP pro to XP Embedded.
>
> The application is for hardness test. I wrote the program using VC++ 6.0.
> There is an A/D card in the computer to collect analog signal and change
> it to digital signal. It provides driver for XP pro. It also has a dll
> library I need to call in my c++ program.
>
> It works fine in XP Pro. How do I add the hardware, application and
library
Quote:
> to run time image.
Few different ways.
1. You can create components for driver, and application separately, there
are good explanation on how to do that.
2. Or you can just copy required files for program, and driver in
appropriate directories and let PNP do the rest.

First case is probably what most prefer.
Quote:
> Can I use tap to find my A/D ( analog to digital) card? If not how can I
add
Quote:
> it to run time image?
Yes, you can. But before you import results to CD or TD, you need to create
component for your driver.
Also you can add manualy component to TD, since you know that it is needed
so you don't need TAP.
Quote:
> Do I have to create a repository before I create a component for my
> application?
You can create repository from your component. In CD you can specify
repository that will be created whet you import your component.


Regards,
Slobodan


Slobodan Brcin
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
When should I copy the run-time image to mass devices? George Windows XP Embedded 1 10-09-2003 11:20 AM
tba.exe --- application error when boot first time Howard Hao Windows XP Embedded 2 09-23-2003 04:51 PM
How to make a Run-time image with to-disk EWF ???? saber Windows XP Embedded 0 08-26-2003 08:03 AM
The growing size of run-time image! Ann Windows XP Embedded 3 08-06-2003 05:46 AM
creating run-time image dan Windows XP Embedded 2 07-17-2003 06:04 AM


All times are GMT. The time now is 06:49 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90