Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime files problem . . .

Status
Not open for further replies.

ShyFox

Programmer
Mar 22, 2003
210
ES
Hy,
I saw a packer that can include the resources in the exe file one day on the net. But before I go and buy it I wanna know if a vfp exe would work if I integrate the runtimes dll's into it?
Has anyone tried before?
Regards
 
ShyFox

Has anyone tried before?

Can you explain what the product is? The name of it? Most installation products on the market (including InstallShield that comes with VFP7.0 or VFP setup in VFP6.0) allow you to include the runtime files that are required to run a VFP applicatioon.


Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Mike,
The name is wwpack32. And it packs those dll's directly into the main exe and not into the setup application.
Regards
 
ShyFox,
Remember that VFP .EXE's are really just data files with just enough startup code to find the VFP runtimes - which is where the "real" code is. (Nit-pickers, yes I know that it's a bit more complicated than this, but not much!)

Rick
 
ShyFox,

An addition to what Rick has said, many packer doesn't work with VFP executable.

-- AirCon --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top