Delphi

Error 'Could Not Load SSL Library' when using Indy SSL components

Author: Embarcadero USA Problem: When using the Indy SSL components, an error ‘Could Not Load SSL Library’ is raised. Answer: This error is raised because you must have OpenSSL installed on your machine in order to use the IndySSL components. At runtime, Indy attempts to load libeay32.dll and ssleay32.dll. Due to restrictions on exporting SSL technology, these .dll’s are…
Read more
C++

Kylix 3 Open Edition available for download

Author: Anders Ohlsson With Kylix 3 Open Edition now available for download, here are the top 5 reasons get it: Exercise the freedom to choose: use C/C++ or Delphi languages Develop Linux. open-source GPL applications faster Visually create high-performance Linux GUI…
Delphi

Working with cookies

Author: Embarcadero USA Technical Information Database TI4523D.txt - Working with cookies Category :Internet/WEB Platform :All-32Bit Product :All32Bit, Description: The purpose of this document is not to explain what a cookie is or what it is used for. Instead…
C++

Oracle user functions, ORA-06553 expression of of wrong type

Author: Embarcadero USA Question and Answer Database FAQ: FAQ4561B - Oracle user functions, ORA-06553 expression of of wrong type Category: Database (Oracle) Platform: All-32Bit Product: All-CBuilder, C++Builder1.0, C++Builder3.x, C++Builder4.x, Delphi2.x, Delphi3.x, Delphi4.x, VdBase7.x, Question: When using my user functions I receive the error: ORA-06553 expression…
Read more
C++

How do I produce a .hpp file from a .pas file in C++Builder

Author: Embarcadero USA Question and Answer Database FAQ4334C.txt :How do I produce a .hpp file from a .pas file in C++Builder Category :Command Line Tools Platform :Win95/NT Product :C++Builder1.0, C++Builder3.x, C++Builder4.x, Question: How do I produce a .hpp file from a .pas file in C++Builder? Answer: The Delphi compiler incorporates this functionality in the following…
Read more
C++

Unknown Internal Operating System Error

Author: quinn Question and Answer Database FAQ3749B.txt Unknown Internal Operating System Error Category :BDE Platform :Win95/NT Product : BC++5.x C++Builder1.0 C++Builder3.x Delphi2.x Delphi3.x Delphi4.x Question: Why am I getting an Unknown…
Delphi

Custom InPlace Editor in StringGrid

Author: Embarcadero USA Question and Answer Database FAQ2434D.txt Custom InPlace Editor in StringGrid Category :VCL Platform :All Product :Delphi 3.x Question: How can I popup my own inplace editor (such as a combobox) in a string grid cell? Answer: The…
C++

Writing a VCL component in C++ which defines its own events

Author: Embarcadero USA Question and Answer Database FAQ2369C.txt Writing a VCL component in C++ which defines its own events Category :VCL Platform :All Product :C++Builder 3.x Question: I have scoured the Borland BCB docs and the net and I really haven't found a good example of writing a VCL component in C++ which defines its own events (an event not overriding any ancestor class…
Read more