Questions tagged as 'delphi-6'

2
answers

AVG Accuses Infection in Windows Service Application If Add Command to Windows Firewall Is Present

I have an application that is a Windows Service (Windows Service) and per feature account I'm looking for to add a method to add it to Windows So: procedure AddInFirewall(cApplicationName, cEntryName: string); var cAppName: string...
asked by 15.05.2014 / 15:54
1
answer

Error in SOAP communication. Lack of tag termination character in XML

It took some time to implement communication with SOAP WebServices in legacy applications written in Delphi 6 . The WebServices that I needed to communicate with these systems were written in Delphi (newer versions with unicode) and C # (asa...
asked by 25.04.2015 / 01:59
1
answer

Print OleObject ("word.application") with delphi

I'm trying to print a range of pages from objeto co_de OleObject to ("word.application") and I'm not getting it. Using delphi 6 I can print successfully, but I want to print a range of pages. Thank you very much...
asked by 24.06.2014 / 20:55
1
answer

How to implement a process queue in Delphi 6?

How to implement a process queue in Delphi 6 as the TThread.Queue of the newer versions? What I need is to implement a queue for logging with Delphi 6. In newer versions I have the ability to use: procedure TFormClient.QueueLogMs...
asked by 25.06.2014 / 15:53
2
answers

Thread containing database connection components throws exception when they are released from memory

I needed to add some threads to perform certain processes in the background. This thread accesses the methods of a WebService and also performs operations on the database. I create all the objects I need to use in this thread within itself to...
asked by 06.10.2014 / 18:59
1
answer

How to know if Lan IP was set manually or dynamically?

Maybe WMI or using another technique, find out if a computer is LAN or dynamically (usually by DHCP) ? How?     
asked by 07.05.2014 / 15:03
1
answer

Windows Service and auto-update process being accused of viruses by Avast

My Windows Service application in Delphi 6 is being accused as a virus by Avast in the auto-update process. Soon after the build process of building the executable, Avast already has a virus. He accuses the Win32: Evo-gen [Susp] . T...
asked by 27.05.2014 / 16:59
0
answers

Return image (BLOB) in UDF Firebird / Delphi

I'm looking for a file (JPEG) and trying to return it in a Firebird UDF, through a BLOB field. It is running for small files, but large files the image is sent cut off. Anyone have any ideas? function LoadPicture(AFilePath: PAnsiChar; ABlob: P...
asked by 13.03.2018 / 21:09
1
answer

MySQL Connection with Delphi6

I need to connect to MySQL database using DELPHI6 . Does anyone have a solution?     
asked by 22.06.2015 / 03:08