I had missed to removed "indy*.bpl" and changed the following according to a post I found.
"open full_c6.bat in your Editor and change this lines:
%NDC6%\bin\tlib.exe Indy60.lib /P32 @IndyWin32.rsp >nul
to
%NDC6%\bin\tlib.exe Indy60.lib /P32 @IndyWin32.rsp
or
%NDC6%\bin\tlib.exe...
Hello,
I go crazy.... At work I managed to install Indy Indy_9_00_17 into our Borland C++ Builder 6 and built several programs.
When I try to install the same package on my computer at home I get an error:
"Det går inte att hitta procedurstartadressen @Idresourcestring@_RSBindingAny i...
I added the command "Application->ProcessMessages();" in my loop that moves the files...
This forces the GUI to update each iteration of the loop and prevents the freeze.
Anyone know where I can download Indy 10 to upgrade?
I've looked at "http://www.atozed.com/indy/Plus/install.EN.aspx" but it only contains a link to "http://www.indyproject.org/index.en.aspx"
And I can't find anything useful to download there...
Is there a "finished" version of 10 out there?
I have a strange problem with a program that uses the Indy component "IdFTP".
OS: Windows XP
Description: The program moves files from the local network to another network via FTP.
Problem: If I switches from this program to another during the movement of several files it freezes.
Tried: I...
Hello!
I'm wondering if it's possible to find files on the local network (for example \\server04\picures\today\1L822002.TIF) with _dos_findfirst() or FindFirst() ?
I have the reading rights to the folder but haven't got it mapped as a unit. (ie Z: or something)
I'm building a mailer class that uses Indy "TIdSMPT" to send mail.
Is it possible to dynamicly create a TIdSMPT?
in .h I've got "TIdSMTP* smtp;" and in the constructor I want to create a TIdSMTP dynamivly using new:
smtp = new TIdSMPT;
But I get errors:
[C++ Error] mailer.cpp(10): E2034...
How can I capture the TAB key if it's pressed inside an editbox?
I try to capture it in OnKeyPress, but when I press TAB it doesn't even enter that code...
I have tabstop = false because I want to treat the TAB in my own way. But where can I do that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.