Thanks for the good advices!
I will try it out now.
best regards
ML
--
Martin Lechner Bakk. techn.
SW Team, A. Kroepfl
FREQUENTIS GmbH
Postal Address: A-1120 Wien, Spittelbreitengasse 34
Office Address: A-8010 Graz, Pluedemanngasse 104
(e-mail address removed)
Tel. +43/316/429082-18, Fax -1555
Martin,
I tried to start a Visual basic 6 application on an embedded system.
But it didnt run.
What errors? What happens?
I tried the following:
- installed vbruntime
Why did you have to do that?
"Visual Basic 6.0 Runtime Library" is in the XPe Repository.
- used setup by package and deploy wizard.
What else do I need???
Any suggestions?
A couple of hints (one of them may help):
- Add "Dos Windows on Windows Support" component.
- Use Dependency Walker (don't forget to turn on Profiling) to analyze all the application (setup in first) static and dynamic
dependencies
- Use Regmon/Filemon (
www.sysinternals.com) to monitor the installation to see what's missing from your runtime
- Use tools like InCtrl5 or better RegSnap to capture all registry entries from the installation on XP Pro. then include all the
registry required to your image.
- Test the installation on XPProEmulation.slx huge image (virtually any software component from XPE Repository). You can find it
on
www.xpefiles.com (Development Utilities/Main)