Home > Back-end >  Demon elder brother, Indy10 for help
Demon elder brother, Indy10 for help

Time:09-25

I downloaded the demon elder brother used to provide indy10 version, in strict accordance with the steps to install, everything is fine, also installed, I would like to try, has built a project, put a form idhttp, wrote a words: AnsiString s;
S=IdHTTP1 - & gt; Get (" http://hq.sinajs.cn/list=sh601006 ");
Compile time tip: [would Error] Unresolved external '__fastcall Idhttp: : TIdHTTP: : Get (System: : AnsiString)' referenced from D: \ \ PROGRAM FILES \ BORLAND \ CBUILDER6 \ PROJECTS \ UNIT1 OBJ
I got half a day to make uncertain, help you a great god, thank you, points is not much, thank you,

CodePudding user response:

Lib path set ok?

CodePudding user response:

reference 1st floor silverpot response:
lib path set ok?

B: no problem!

CodePudding user response:

Tried it on, do have this problem, is looking for a reason

CodePudding user response:

Delete the old version is clean, measurement is feasible

CodePudding user response:

CodePudding user response:

reference 4 floor silverpot response:
delete the old version is clean, kiss feasible measurement

Thank you very much, really need to delete the old version, but now it is come out two new problems:
1 each open CB6, run the default blank application will prompt the lack of [would Fatal Error] Fatal: Unable to open file 'INDYCORE60. BPI'
Every time, I can only put the runtime packages of manual cross out, very troublesome,
2 the problem is very strange, indy I clearly installed, program can be run, once I close the CB6, then open the CB6, indy on the component palette control is lost, need to manually add it again, why is this?

CodePudding user response:

This kind of circumstance I also met, not fine research,
I'm win10, so I let the BCB to administrator privileges to run, has not met, at least with the current component installation works,

CodePudding user response:

The
reference 7 floor silverpot response:
I also encountered this kind of situation, no fine study,
I am now win10, I let the BCB to administrator privileges to run, has not met, at least with the current component installation works,

thank you

CodePudding user response:

The
reference 7 floor silverpot response:
I also encountered this kind of situation, no fine study,
I am now win10, I let the BCB to administrator privileges to run, has not met, at least with the current component installation works,

Trouble ask, I want to learn with indy send mail, get along while also didn't succeed, can you give me a simple email code,
I see online said a post by IdSMTP1, IdMessage1 the two control can be achieved, and sincerely thank!!!!!!

CodePudding user response:

references 9 f qq_31653739 response:
Quote: refer to 7th floor silverpot response:

This kind of circumstance I also met, not fine research,
I am now win10, I let the BCB to administrator privileges to run, has not met, at least with the current component installation works,

Trouble ask, I want to learn with indy send mail, get along while also didn't succeed, can you give me a simple email code,
I see online said a post by IdSMTP1, IdMessage1 the two control can be achieved, and sincerely thank!!!!!!

 
IdSMTP1 - & gt; The Host="valid Host name";
IdSMTP1 - & gt; Port=25;

IdMessage1 - & gt; The Clear ();
IdMessage1 - & gt; The From - & gt; Address="valid email Address";
IdMessage1 - & gt; Recipients - & gt; EMailAddresses="another valid email address";
IdMessage1 - & gt; Body - & gt; Add (" This is the first line. ");
IdMessage1 - & gt; Body - & gt; Add (" This is the second line. ");
IdMessage1 - & gt; Subject="This is Only a Test";

Try
{
IdSMTP1 - & gt; Connect (1000);
Try
{
IdSMTP1 - & gt; Send (IdMessage1);
}
__finally
{
IdSMTP1 - & gt; Disconnect ();
}
}
The catch (const Exception & amp; E)
{
MessageDlg (E.M essage mtError, TMsgDlgButtons () & lt; }

CodePudding user response:

I didn't do it email application, if you can read English, there is a problem, we can see here
http://bcbjournal.org/forums/viewtopic.php? F=5 & amp; T=657

CodePudding user response:

If you can access the tubing, here's a video teaching

https://www.youtube.com/watch? V=Wa - lNd82X8Y

CodePudding user response:

refer to 12 floor silverpot reply:
if you can access the tubing, here's a video teaching

https://www.youtube.com/watch? V=Wa - lNd82X8Y


Thank you very much for your reply,
Indy installation problem I met again today, that day, the success of the installation to me today at indy installed on another computer, can be installed successfully for the first time, can also run indy controls, but once closed CB6, restart CB6, indy control is lost, the last time also is such, but this is not the same, I from the install commpnetn there cannot be added manually, had at the click of a button tips ".bpl your computer not install indysystem60 ", I fell apart,
  • Related