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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

win32 valid application

Status
Not open for further replies.

martintxo

Programmer
Joined
Jun 1, 2005
Messages
3
Location
BR
I have written a code with builder c++. I have tested it in my computer a it works. Now, I wanted to list the .dll and .bpl files that it needs when I use it on any computer. To do this I have executed my program on a windows xp and a windows 2000 that have not builder installed, and then I´d must receive messages asking for dll and bpl files, but I receive an error saying it is not a win32 valid application. What can be my problem? What I have to do?
Thanks
Martintxo
 
I generally byte the bullet so to speak and build
my projects so as not to require the runtime files.

my app is larger but I dont have to worry so much
about the additional file dependencies. why I dont
like the BDE. the acompanying files are 5 or more meg
to install the BDE.

tomcruz.net
 
Look at the FAQ for this section, esp. at the section entitled Stand-alone Program. faq101-187 might be what you are looking for.

James P. Cottingham
-----------------------------------------
I'm number 1,229!
I'm number 1,229!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top