teambob / docfrac

DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting (e.g. bold); tables; and most European languages. Available for Windows; Linux; ActiveX and DLL.
GNU General Public License v2.0
13 stars 6 forks source link

[Bug] DLL requires BCPPB's runtime DLLs [sf#1] #23

Closed teambob closed 9 years ago

teambob commented 9 years ago

*Reported by anonymous on 2004-05-31 13:32 UTC** Your DLL requires Borland's BORLNDMM.DLL (DLL Memory Manager) and CP3240MT.DLL (Multi-threaded run-time library). Because of this your DLL is not suitable for use with applications from MSVC. However it's a pitty.

Best regards Petr Silar Kerio Technologies psilar@kerio.com

teambob commented 9 years ago

Commented by andrewpunch on 2004-06-01 02:39 UTC Logged In: YES user_id=928005

Problem with:

Will resolve issue in release 3.0.1

teambob commented 9 years ago

Updated by andrewpunch on 2004-06-01 02:55 UTC

teambob commented 9 years ago

Commented by andrewpunch on 2004-06-02 02:22 UTC Logged In: YES user_id=928005

Removed runtime libraries from DLL linkage.

Removed runtime libraries from demo.

Tested on non BCB3 machine.

teambob commented 9 years ago

Updated by andrewpunch on 2004-06-02 02:22 UTC

teambob commented 9 years ago

Updated by andrewpunch on 2004-06-02 02:31 UTC

teambob commented 9 years ago

Commented by andrewpunch on 2004-06-10 08:07 UTC Logged In: YES user_id=928005

Problem fixed as described above.

teambob commented 9 years ago

Updated by andrewpunch on 2004-06-10 08:07 UTC