Re: Visual Basic on xp embedded?
From: KM (konstmor_at_nospam_yahoo.com)
Date: 10/13/04
- Next message: KM: "Re: How to write program for Serial and USB which connect to hardware?"
- Previous message: Benjamin Madsen: "Re: Can One Make an XPe Device Appear As a Firewire Device?"
- In reply to: Martin LECHNER: "help: Visual Basic on xp embedded?"
- Next in thread: Martin LECHNER: "Re: Visual Basic on xp embedded?"
- Reply: Martin LECHNER: "Re: Visual Basic on xp embedded?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 11:06:56 -0700
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)
--
Regards,
KM, BSquare Corp.
- Next message: KM: "Re: How to write program for Serial and USB which connect to hardware?"
- Previous message: Benjamin Madsen: "Re: Can One Make an XPe Device Appear As a Firewire Device?"
- In reply to: Martin LECHNER: "help: Visual Basic on xp embedded?"
- Next in thread: Martin LECHNER: "Re: Visual Basic on xp embedded?"
- Reply: Martin LECHNER: "Re: Visual Basic on xp embedded?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|