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] Missing CG32.dll in 3.1.2a [sf#16] #16

Closed teambob closed 9 years ago

teambob commented 9 years ago

Reported by edrickv on 2006-10-26 03:48 UTC When run under Windows, version 3.1.2a complains that CG32.dll is missing. This appears to be Borland's CodeGuard DLL. (No idea what it actually does.) It's also possible it might complain about missing runtime library DLLs if it got that far. Version 3.1.1 of course does not have the same problem.

I did find some information on making distribution ready builds here: http://www.donationcoder.com/Forums/bb/index.php? PHPSESSID=801d87274f9a29754a32b7c4772b7296&topic=4525

teambob commented 9 years ago

Commented by andrewpunch on 2006-10-26 06:36 UTC Logged In: YES user_id=928005

Sorry! This is my mistake. I have been using codeguard to smoke out any problems with the debug build.

It must have made its way into the release build. Version 3.1.3 should fix your problem.

It should not complain about missing runtime library DLLs but please feel free to reopen this bug if it does.

teambob commented 9 years ago

Updated by andrewpunch on 2006-10-26 06:36 UTC