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

Make EXE

Status
Not open for further replies.

ahmshahab

Programmer
Oct 11, 2002
3
IN
hi,
i am new to delphi. i have to make exe of the project, i have the source code. Project uses TNMHTTP and TNMURL classes.
but when i open project in delhpi7, 'class not found' error comes.
can i have some help, that how to load these classes and make exe successfully?
 
Use Delphi 5 (Developer/Enterprise?) that includes the (lousy, buggy) TNM??? components. From D6 and up, the WinShoes/Indy components ('bulletproof' ;-) ) are included instead, but they are not replacements for TNM???. Migration/conversion may take some time...
HTH, TonHu
 
Hi.

It seems that you have a problem with your Delphi installation.

Try install Indy components... http/ (i Thinkl). They are freeware, and I have used them without problems...

//Nordlund
 
ok this means i have to use Delphi5 to load classes successfully and make exe, no way using Delphi7?
 
AFAIK they quit bundling the Fastnet stuff with Delphi 7. Check the companion CD and see if it's there but I don't think it is. If not, you'll have to go back to at least Delphi 6. (Which does have the Fastnet stuff.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top