Real Geek Forums  

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

Notices

Reply

porting an app to XPE

 

LinkBack Thread Tools Display Modes
Old 10-14-2003, 04:29 PM   #1 (permalink)
Default porting an app to XPE

Hi All,

I have an app that runs on 2000/XP that has been in production for a couple
of years. My customer wants to run it on a Wyse Winterm running XPe. I don't
know much about XPe, and so am asking for some help about where to get
started.

I didn't set up the Winterm box, it was handed to me preconfigured, so I
don't know much about how that was done. I can log on as an admin though.

The app is written in C++, using MFC, and uses the MFC CDatabase class to
store data, which in turn uses ODBC via Jet to read an MDB file. I looked on
the Winterm box and did not see any of the Jet DLL's, so I assume I need to
install Jet. Is there a free, redistributable version of ODBC/Jet for XPe?

Also, I'd like to be able to debug the app on the target device, but when I
go to install Visual Studio 6, the installer crashes shortly after it
starts. From the little poking around I have done, it seems like installing
VS^ would be ok, but it didn't work for me. How can I get the debugger
installed on the XPe box?

Thanks,

Chris




Cp
Guest
 
Posts: n/a
Reply With Quote  
Old 10-14-2003, 04:46 PM   #2 (permalink)
Default Re: porting an app to XPE

Cp,
It sounds like you may have to add some components:
1. Application Compatibility Core
2. Application Compatibility Support Tools
3. Application Compatibility User Interface

4. mfc and C++ libraries

These components do the following " The Application Compatibility Core
component provides the functionality to identify specific applications and
insert any of several hundred compatibility fixes. These compatibility fixes
provide the emulation and legacy behavior required by many older
applications for them to operate correctly on Windows XP. This component
also provides the functionality to extend the architecture of an application
and install custom application fixes."

I think this also affects oledb and jet.

hope this helps,

Sean Gahan


"Cp" <wally@no-spam-planetwho.com> wrote in message
news:LvVib.24219$3A6.5491@twister.austin.rr.com...
Quote:
> Hi All,
>
> I have an app that runs on 2000/XP that has been in production for a
couple
Quote:
> of years. My customer wants to run it on a Wyse Winterm running XPe. I
don't
Quote:
> know much about XPe, and so am asking for some help about where to get
> started.
>
> I didn't set up the Winterm box, it was handed to me preconfigured, so I
> don't know much about how that was done. I can log on as an admin though.
>
> The app is written in C++, using MFC, and uses the MFC CDatabase class to
> store data, which in turn uses ODBC via Jet to read an MDB file. I looked
on
Quote:
> the Winterm box and did not see any of the Jet DLL's, so I assume I need
to
Quote:
> install Jet. Is there a free, redistributable version of ODBC/Jet for XPe?
>
> Also, I'd like to be able to debug the app on the target device, but when
I
Quote:
> go to install Visual Studio 6, the installer crashes shortly after it
> starts. From the little poking around I have done, it seems like
installing
Quote:
> VS^ would be ok, but it didn't work for me. How can I get the debugger
> installed on the XPe box?
>
> Thanks,
>
> Chris
>
>
>
>

Sean Gahan
Guest
 
Posts: n/a
Reply With Quote  
Old 10-14-2003, 05:26 PM   #3 (permalink)
Default Re: porting an app to XPE

Chris,

XPE is a configurable version of the XP Pro OS. Being handed a system with
XPe and asked to add/create applications for it will be a challenge since
who ever created the XPe image may have left critical components out of the
system. Did Wyse provide any SLXs or SLDs so you can rebuild the XPe image?

If the system has network support, you may want to look into remote
debugging the applications with the Visual Studio Tools instead of install
VS on the target. The Visual Studio help has information on what files are
need to run on the target system.

Regards,

Sean Liming
www.a7eng.com
Author: Windows NT Embedded Step-by-Step and Windows XP Embedded Advanced



"Cp" <wally@no-spam-planetwho.com> wrote in message
news:LvVib.24219$3A6.5491@twister.austin.rr.com...
Quote:
> Hi All,
>
> I have an app that runs on 2000/XP that has been in production for a
couple
Quote:
> of years. My customer wants to run it on a Wyse Winterm running XPe. I
don't
Quote:
> know much about XPe, and so am asking for some help about where to get
> started.
>
> I didn't set up the Winterm box, it was handed to me preconfigured, so I
> don't know much about how that was done. I can log on as an admin though.
>
> The app is written in C++, using MFC, and uses the MFC CDatabase class to
> store data, which in turn uses ODBC via Jet to read an MDB file. I looked
on
Quote:
> the Winterm box and did not see any of the Jet DLL's, so I assume I need
to
Quote:
> install Jet. Is there a free, redistributable version of ODBC/Jet for XPe?
>
> Also, I'd like to be able to debug the app on the target device, but when
I
Quote:
> go to install Visual Studio 6, the installer crashes shortly after it
> starts. From the little poking around I have done, it seems like
installing
Quote:
> VS^ would be ok, but it didn't work for me. How can I get the debugger
> installed on the XPe box?
>
> Thanks,
>
> Chris
>
>
>
>

Sean Liming \(eMVP\)
Guest
 
Posts: n/a
Reply With Quote  
Old 10-15-2003, 01:48 AM   #4 (permalink)
Default Re: porting an app to XPE

I don't have anything from Wyse yet, but now I know a little more what to
ask for. I'll also check out the remote debugging option - thanks sounds
potentially helpful.

Also, is there a free, royalty free Jet/ODBC "component"?

Thanks,

Chris

"Sean Liming (eMVP)" <sean.liming@a7eng.com> wrote in message
news:uIJM%23gnkDHA.2160@TK2MSFTNGP10.phx.gbl...
Quote:
> Chris,
>
> XPE is a configurable version of the XP Pro OS. Being handed a system with
> XPe and asked to add/create applications for it will be a challenge since
> who ever created the XPe image may have left critical components out of
the
Quote:
> system. Did Wyse provide any SLXs or SLDs so you can rebuild the XPe
image?
Quote:
>
> If the system has network support, you may want to look into remote
> debugging the applications with the Visual Studio Tools instead of install
> VS on the target. The Visual Studio help has information on what files are
> need to run on the target system.
>
> Regards,
>
> Sean Liming
> www.a7eng.com
> Author: Windows NT Embedded Step-by-Step and Windows XP Embedded Advanced
>
>
>
> "Cp" <wally@no-spam-planetwho.com> wrote in message
> news:LvVib.24219$3A6.5491@twister.austin.rr.com...
Quote:
> > Hi All,
> >
> > I have an app that runs on 2000/XP that has been in production for a
> couple
Quote:
> > of years. My customer wants to run it on a Wyse Winterm running XPe. I
> don't
Quote:
> > know much about XPe, and so am asking for some help about where to get
> > started.
> >
> > I didn't set up the Winterm box, it was handed to me preconfigured, so I
> > don't know much about how that was done. I can log on as an admin
though.
Quote:
Quote:
> >
> > The app is written in C++, using MFC, and uses the MFC CDatabase class
to
Quote:
Quote:
> > store data, which in turn uses ODBC via Jet to read an MDB file. I
looked
Quote:
> on
Quote:
> > the Winterm box and did not see any of the Jet DLL's, so I assume I need
> to
Quote:
> > install Jet. Is there a free, redistributable version of ODBC/Jet for
XPe?
Quote:
Quote:
> >
> > Also, I'd like to be able to debug the app on the target device, but
when
Quote:
> I
Quote:
> > go to install Visual Studio 6, the installer crashes shortly after it
> > starts. From the little poking around I have done, it seems like
> installing
Quote:
> > VS^ would be ok, but it didn't work for me. How can I get the debugger
> > installed on the XPe box?
> >
> > Thanks,
> >
> > Chris
> >
> >
> >
> >
>
>

Cp
Guest
 
Posts: n/a
Reply With Quote  
Old 10-15-2003, 04:57 AM   #5 (permalink)
Default Re: porting an app to XPE

Cp,

Can you tll me the version of the Winterm.
The thinclient is customised according to the requirements of the
client and as common however keeping in mind of the common
requirements.
Well the OS if not wrong , has got Administrative CoreLibraries and
also includes Microsoft Foundation Libraries.The problem your are
facing probably should be concerned to the avaialability of concerned
space .Are you using a 512 meg flash?

In anycase do update in detail so we cna have you sorted out the
problem.

HTH,
kesavan






"Cp" <wally@no-spam-planetwho.com> wrote in message news:<kH1jb.24786$3A6.2177@twister.austin.rr.com>. ..
Quote:
> I don't have anything from Wyse yet, but now I know a little more what to
> ask for. I'll also check out the remote debugging option - thanks sounds
> potentially helpful.
>
> Also, is there a free, royalty free Jet/ODBC "component"?
>
> Thanks,
>
> Chris
>
> "Sean Liming (eMVP)" <sean.liming@a7eng.com> wrote in message
> news:uIJM%23gnkDHA.2160@TK2MSFTNGP10.phx.gbl...
Quote:
> > Chris,
> >
> > XPE is a configurable version of the XP Pro OS. Being handed a system with
> > XPe and asked to add/create applications for it will be a challenge since
> > who ever created the XPe image may have left critical components out of
> the
Quote:
> > system. Did Wyse provide any SLXs or SLDs so you can rebuild the XPe
> image?
Quote:
> >
> > If the system has network support, you may want to look into remote
> > debugging the applications with the Visual Studio Tools instead of install
> > VS on the target. The Visual Studio help has information on what files are
> > need to run on the target system.
> >
> > Regards,
> >
> > Sean Liming
> > www.a7eng.com
> > Author: Windows NT Embedded Step-by-Step and Windows XP Embedded Advanced
> >
> >
> >
> > "Cp" <wally@no-spam-planetwho.com> wrote in message
> > news:LvVib.24219$3A6.5491@twister.austin.rr.com...
Quote:
> > > Hi All,
> > >
> > > I have an app that runs on 2000/XP that has been in production for a
> couple
Quote:
Quote:
> > > of years. My customer wants to run it on a Wyse Winterm running XPe. I
> don't
Quote:
Quote:
> > > know much about XPe, and so am asking for some help about where to get
> > > started.
> > >
> > > I didn't set up the Winterm box, it was handed to me preconfigured, so I
> > > don't know much about how that was done. I can log on as an admin
> though.
Quote:
Quote:
> > >
> > > The app is written in C++, using MFC, and uses the MFC CDatabase class
> to
Quote:
Quote:
> > > store data, which in turn uses ODBC via Jet to read an MDB file. I
> looked
> on
Quote:
Quote:
> > > the Winterm box and did not see any of the Jet DLL's, so I assume I need
> to
Quote:
Quote:
> > > install Jet. Is there a free, redistributable version of ODBC/Jet for
> XPe?
Quote:
Quote:
> > >
> > > Also, I'd like to be able to debug the app on the target device, but
> when
> I
Quote:
Quote:
> > > go to install Visual Studio 6, the installer crashes shortly after it
> > > starts. From the little poking around I have done, it seems like
> installing
Quote:
Quote:
> > > VS^ would be ok, but it didn't work for me. How can I get the debugger
> > > installed on the XPe box?
> > >
> > > Thanks,
> > >
> > > Chris
> > >
> > >
> > >
> > >
> >
> >
Kesavan
Guest
 
Posts: n/a
Reply With Quote  
Old 10-15-2003, 09:44 AM   #6 (permalink)
Default Re: porting an app to XPE

Hello Chris,

I think XPe you have received is without Windows Installer support. If the
Windows installer support is not included, you cannot install any new
software.

if you need any details, we can help you out. We can send you terminal if
you need to test.


"Cp" <wally@no-spam-planetwho.com> wrote in message
news:kH1jb.24786$3A6.2177@twister.austin.rr.com...
Quote:
> I don't have anything from Wyse yet, but now I know a little more what to
> ask for. I'll also check out the remote debugging option - thanks sounds
> potentially helpful.
>
> Also, is there a free, royalty free Jet/ODBC "component"?
>
> Thanks,
>
> Chris
>
> "Sean Liming (eMVP)" <sean.liming@a7eng.com> wrote in message
> news:uIJM%23gnkDHA.2160@TK2MSFTNGP10.phx.gbl...
Quote:
> > Chris,
> >
> > XPE is a configurable version of the XP Pro OS. Being handed a system
with
Quote:
Quote:
> > XPe and asked to add/create applications for it will be a challenge
since
Quote:
Quote:
> > who ever created the XPe image may have left critical components out of
> the
Quote:
> > system. Did Wyse provide any SLXs or SLDs so you can rebuild the XPe
> image?
Quote:
> >
> > If the system has network support, you may want to look into remote
> > debugging the applications with the Visual Studio Tools instead of
install
Quote:
Quote:
> > VS on the target. The Visual Studio help has information on what files
are
Quote:
Quote:
> > need to run on the target system.
> >
> > Regards,
> >
> > Sean Liming
> > www.a7eng.com
> > Author: Windows NT Embedded Step-by-Step and Windows XP Embedded
Advanced
Quote:
Quote:
> >
> >
> >
> > "Cp" <wally@no-spam-planetwho.com> wrote in message
> > news:LvVib.24219$3A6.5491@twister.austin.rr.com...
Quote:
> > > Hi All,
> > >
> > > I have an app that runs on 2000/XP that has been in production for a
> > couple
Quote:
> > > of years. My customer wants to run it on a Wyse Winterm running XPe. I
> > don't
Quote:
> > > know much about XPe, and so am asking for some help about where to get
> > > started.
> > >
> > > I didn't set up the Winterm box, it was handed to me preconfigured, so
I
Quote:
Quote:
Quote:
> > > don't know much about how that was done. I can log on as an admin
> though.
Quote:
Quote:
> > >
> > > The app is written in C++, using MFC, and uses the MFC CDatabase class
> to
Quote:
Quote:
> > > store data, which in turn uses ODBC via Jet to read an MDB file. I
> looked
Quote:
> > on
Quote:
> > > the Winterm box and did not see any of the Jet DLL's, so I assume I
need
Quote:
Quote:
> > to
Quote:
> > > install Jet. Is there a free, redistributable version of ODBC/Jet for
> XPe?
Quote:
Quote:
> > >
> > > Also, I'd like to be able to debug the app on the target device, but
> when
Quote:
> > I
Quote:
> > > go to install Visual Studio 6, the installer crashes shortly after it
> > > starts. From the little poking around I have done, it seems like
> > installing
Quote:
> > > VS^ would be ok, but it didn't work for me. How can I get the debugger
> > > installed on the XPe box?
> > >
> > > Thanks,
> > >
> > > Chris
> > >
> > >
> > >
> > >
> >
> >
>
>

Magesh
Guest
 
Posts: n/a
Reply With Quote  
Old 10-15-2003, 03:24 PM   #7 (permalink)
Default Re: porting an app to XPE

From the "About" program:
9400 Series
Version 2.0 build 297
Windows XPe version 5.01
Flash 245MB
RAM Configuration: 253424 KB


"Kesavan" <kesavansajeev@hotmail.com> wrote in message
news:340a938c.0310142057.19d83969@posting.google.c om...
Quote:
> Cp,
>
> Can you tll me the version of the Winterm.
> The thinclient is customised according to the requirements of the
> client and as common however keeping in mind of the common
> requirements.
> Well the OS if not wrong , has got Administrative CoreLibraries and
> also includes Microsoft Foundation Libraries.The problem your are
> facing probably should be concerned to the avaialability of concerned
> space .Are you using a 512 meg flash?
>
> In anycase do update in detail so we cna have you sorted out the
> problem.
>
> HTH,
> kesavan
>
>
>
>
>
>
> "Cp" <wally@no-spam-planetwho.com> wrote in message
news:<kH1jb.24786$3A6.2177@twister.austin.rr.com>. ..
Quote:
Quote:
> > I don't have anything from Wyse yet, but now I know a little more what
to
Quote:
Quote:
> > ask for. I'll also check out the remote debugging option - thanks sounds
> > potentially helpful.
> >
> > Also, is there a free, royalty free Jet/ODBC "component"?
> >
> > Thanks,
> >
> > Chris
> >
> > "Sean Liming (eMVP)" <sean.liming@a7eng.com> wrote in message
> > news:uIJM%23gnkDHA.2160@TK2MSFTNGP10.phx.gbl...
Quote:
> > > Chris,
> > >
> > > XPE is a configurable version of the XP Pro OS. Being handed a system
with
Quote:
Quote:
Quote:
> > > XPe and asked to add/create applications for it will be a challenge
since
Quote:
Quote:
Quote:
> > > who ever created the XPe image may have left critical components out
of
Quote:
Quote:
> > the
Quote:
> > > system. Did Wyse provide any SLXs or SLDs so you can rebuild the XPe
> > image?
Quote:
> > >
> > > If the system has network support, you may want to look into remote
> > > debugging the applications with the Visual Studio Tools instead of
install
Quote:
Quote:
Quote:
> > > VS on the target. The Visual Studio help has information on what files
are
Quote:
Quote:
Quote:
> > > need to run on the target system.
> > >
> > > Regards,
> > >
> > > Sean Liming
> > > www.a7eng.com
> > > Author: Windows NT Embedded Step-by-Step and Windows XP Embedded
Advanced
Quote:
Quote:
Quote:
> > >
> > >
> > >
> > > "Cp" <wally@no-spam-planetwho.com> wrote in message
> > > news:LvVib.24219$3A6.5491@twister.austin.rr.com...
> > > > Hi All,
> > > >
> > > > I have an app that runs on 2000/XP that has been in production for a
> > couple
Quote:
> > > > of years. My customer wants to run it on a Wyse Winterm running XPe.
I
Quote:
Quote:
> > don't
Quote:
> > > > know much about XPe, and so am asking for some help about where to
get
Quote:
Quote:
Quote:
> > > > started.
> > > >
> > > > I didn't set up the Winterm box, it was handed to me preconfigured,
so I
Quote:
Quote:
Quote:
> > > > don't know much about how that was done. I can log on as an admin
> > though.
Quote:
> > > >
> > > > The app is written in C++, using MFC, and uses the MFC CDatabase
class
Quote:
Quote:
> > to
Quote:
> > > > store data, which in turn uses ODBC via Jet to read an MDB file. I
> > looked
> > on
Quote:
> > > > the Winterm box and did not see any of the Jet DLL's, so I assume I
need
Quote:
Quote:
> > to
Quote:
> > > > install Jet. Is there a free, redistributable version of ODBC/Jet
for
Quote:
Quote:
> > XPe?
Quote:
> > > >
> > > > Also, I'd like to be able to debug the app on the target device, but
> > when
> > I
Quote:
> > > > go to install Visual Studio 6, the installer crashes shortly after
it
Quote:
Quote:
Quote:
> > > > starts. From the little poking around I have done, it seems like
> > installing
Quote:
> > > > VS^ would be ok, but it didn't work for me. How can I get the
debugger
Quote:
Quote:
Quote:
> > > > installed on the XPe box?
> > > >
> > > > Thanks,
> > > >
> > > > Chris
> > > >
> > > >
> > > >
> > > >
> > >
> > >

Cp
Guest
 
Posts: n/a
Reply With Quote  
Old 10-15-2003, 03:24 PM   #8 (permalink)
Default Re: porting an app to XPE

I was able to install my own app use the installer; it is packaged as an msi
file.

Are you affiliated with Wyse?

Thanks,

Chris

"Magesh" <mageshp@vxl.net> wrote in message
news:eJtB7DwkDHA.2772@TK2MSFTNGP10.phx.gbl...
Quote:
> Hello Chris,
>
> I think XPe you have received is without Windows Installer support. If the
> Windows installer support is not included, you cannot install any new
> software.
>
> if you need any details, we can help you out. We can send you terminal if
> you need to test.
>
>
> "Cp" <wally@no-spam-planetwho.com> wrote in message
> news:kH1jb.24786$3A6.2177@twister.austin.rr.com...
Quote:
> > I don't have anything from Wyse yet, but now I know a little more what
to
Quote:
Quote:
> > ask for. I'll also check out the remote debugging option - thanks sounds
> > potentially helpful.
> >
> > Also, is there a free, royalty free Jet/ODBC "component"?
> >
> > Thanks,
> >
> > Chris
> >
> > "Sean Liming (eMVP)" <sean.liming@a7eng.com> wrote in message
> > news:uIJM%23gnkDHA.2160@TK2MSFTNGP10.phx.gbl...
Quote:
> > > Chris,
> > >
> > > XPE is a configurable version of the XP Pro OS. Being handed a system
> with
Quote:
Quote:
> > > XPe and asked to add/create applications for it will be a challenge
> since
Quote:
Quote:
> > > who ever created the XPe image may have left critical components out
of
Quote:
Quote:
> > the
Quote:
> > > system. Did Wyse provide any SLXs or SLDs so you can rebuild the XPe
> > image?
Quote:
> > >
> > > If the system has network support, you may want to look into remote
> > > debugging the applications with the Visual Studio Tools instead of
> install
Quote:
Quote:
> > > VS on the target. The Visual Studio help has information on what files
> are
Quote:
Quote:
> > > need to run on the target system.
> > >
> > > Regards,
> > >
> > > Sean Liming
> > > www.a7eng.com
> > > Author: Windows NT Embedded Step-by-Step and Windows XP Embedded
> Advanced
Quote:
Quote:
> > >
> > >
> > >
> > > "Cp" <wally@no-spam-planetwho.com> wrote in message
> > > news:LvVib.24219$3A6.5491@twister.austin.rr.com...
> > > > Hi All,
> > > >
> > > > I have an app that runs on 2000/XP that has been in production for a
> > > couple
> > > > of years. My customer wants to run it on a Wyse Winterm running XPe.
I
Quote:
Quote:
Quote:
> > > don't
> > > > know much about XPe, and so am asking for some help about where to
get
Quote:
Quote:
Quote:
> > > > started.
> > > >
> > > > I didn't set up the Winterm box, it was handed to me preconfigured,
so
Quote:
> I
Quote:
Quote:
> > > > don't know much about how that was done. I can log on as an admin
> > though.
Quote:
> > > >
> > > > The app is written in C++, using MFC, and uses the MFC CDatabase
class
Quote:
Quote:
> > to
Quote:
> > > > store data, which in turn uses ODBC via Jet to read an MDB file. I
> > looked
Quote:
> > > on
> > > > the Winterm box and did not see any of the Jet DLL's, so I assume I
> need
Quote:
Quote:
> > > to
> > > > install Jet. Is there a free, redistributable version of ODBC/Jet
for
Quote:
Quote:
> > XPe?
Quote:
> > > >
> > > > Also, I'd like to be able to debug the app on the target device, but
> > when
Quote:
> > > I
> > > > go to install Visual Studio 6, the installer crashes shortly after
it
Quote:
Quote:
Quote:
> > > > starts. From the little poking around I have done, it seems like
> > > installing
> > > > VS^ would be ok, but it didn't work for me. How can I get the
debugger
Quote:
Quote:
Quote:
> > > > installed on the XPe box?
> > > >
> > > > Thanks,
> > > >
> > > > Chris
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Cp
Guest
 
Posts: n/a
Reply With Quote  
Old 10-16-2003, 12:34 PM   #9 (permalink)
Default Re: porting an app to XPE

Chris,

Get in touch with the Retailer and tell them the problem .It shall
be sorted soon.However do get in touch if you want any help in getting
the right contact to have it done.you can use my id
kesavansajeev@hotmail.com.

Regards,
Kesavan



"Cp" <wally@no-spam-planetwho.com> wrote in message news:<2Fdjb.53187$7_1.46568@twister.austin.rr.com> ...
Quote:
> I was able to install my own app use the installer; it is packaged as an msi
> file.
>
> Are you affiliated with Wyse?
>
> Thanks,
>
> Chris
>
> "Magesh" <mageshp@vxl.net> wrote in message
> news:eJtB7DwkDHA.2772@TK2MSFTNGP10.phx.gbl...
Quote:
> > Hello Chris,
> >
> > I think XPe you have received is without Windows Installer support. If the
> > Windows installer support is not included, you cannot install any new
> > software.
> >
> > if you need any details, we can help you out. We can send you terminal if
> > you need to test.
> >
> >
> > "Cp" <wally@no-spam-planetwho.com> wrote in message
> > news:kH1jb.24786$3A6.2177@twister.austin.rr.com...
Quote:
> > > I don't have anything from Wyse yet, but now I know a little more what
> to
Quote:
Quote:
> > > ask for. I'll also check out the remote debugging option - thanks sounds
> > > potentially helpful.
> > >
> > > Also, is there a free, royalty free Jet/ODBC "component"?
> > >
> > > Thanks,
> > >
> > > Chris
> > >
> > > "Sean Liming (eMVP)" <sean.liming@a7eng.com> wrote in message
> > > news:uIJM%23gnkDHA.2160@TK2MSFTNGP10.phx.gbl...
> > > > Chris,
> > > >
> > > > XPE is a configurable version of the XP Pro OS. Being handed a system
> with
Quote:
Quote:
> > > > XPe and asked to add/create applications for it will be a challenge
> since
Quote:
Quote:
> > > > who ever created the XPe image may have left critical components out
> of
> the
Quote:
Quote:
> > > > system. Did Wyse provide any SLXs or SLDs so you can rebuild the XPe
> image?
Quote:
Quote:
> > > >
> > > > If the system has network support, you may want to look into remote
> > > > debugging the applications with the Visual Studio Tools instead of
> install
Quote:
Quote:
> > > > VS on the target. The Visual Studio help has information on what files
> are
Quote:
Quote:
> > > > need to run on the target system.
> > > >
> > > > Regards,
> > > >
> > > > Sean Liming
> > > > www.a7eng.com
> > > > Author: Windows NT Embedded Step-by-Step and Windows XP Embedded
> Advanced
Quote:
Quote:
> > > >
> > > >
> > > >
> > > > "Cp" <wally@no-spam-planetwho.com> wrote in message
> > > > news:LvVib.24219$3A6.5491@twister.austin.rr.com...
> > > > > Hi All,
> > > > >
> > > > > I have an app that runs on 2000/XP that has been in production for a
> couple
Quote:
Quote:
> > > > > of years. My customer wants to run it on a Wyse Winterm running XPe.
> I
> don't
Quote:
Quote:
> > > > > know much about XPe, and so am asking for some help about where to
> get
Quote:
Quote:
> > > > > started.
> > > > >
> > > > > I didn't set up the Winterm box, it was handed to me preconfigured,
> so
> I
Quote:
Quote:
> > > > > don't know much about how that was done. I can log on as an admin
> though.
Quote:
Quote:
> > > > >
> > > > > The app is written in C++, using MFC, and uses the MFC CDatabase
> class
> to
Quote:
Quote:
> > > > > store data, which in turn uses ODBC via Jet to read an MDB file. I
> looked
> on
Quote:
Quote:
> > > > > the Winterm box and did not see any of the Jet DLL's, so I assume I
> need
> to
Quote:
Quote:
> > > > > install Jet. Is there a free, redistributable version of ODBC/Jet
> for
> XPe?
Quote:
Quote:
> > > > >
> > > > > Also, I'd like to be able to debug the app on the target device, but
> when
> I
Quote:
Quote:
> > > > > go to install Visual Studio 6, the installer crashes shortly after
> it
Quote:
Quote:
> > > > > starts. From the little poking around I have done, it seems like
> installing
Quote:
Quote:
> > > > > VS^ would be ok, but it didn't work for me. How can I get the
> debugger
Quote:
Quote:
> > > > > installed on the XPe box?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Chris
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
Kesavan
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



All times are GMT. The time now is 02:14 AM.


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