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] ActiveX: Foxpro cannot pass LPSTR [sf#2] #24

Closed teambob closed 9 years ago

teambob commented 9 years ago

Reported by andrewpunch on 2004-06-01 02:47 UTC Foxpro cannot pass LPSTR to an ActiveX component.

During experimentation I found that Foxpro 6.0 can pass a BSTR (binary string).

Create a new interface which can accept BSTR parameters

This bug created on behalf of Rick Peduzzi

teambob commented 9 years ago

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

teambob commented 9 years ago

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

Fixed.

Should use SetInFilename() not SetInFileName(). Same for SetInFileName().

ConvertOutString() looks a bit ugly.

teambob commented 9 years ago

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

teambob commented 9 years ago

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

Interface names SetInFileName() and SetOutFileName() are consistent with previous interface.

Changed ConvertOutString() to StringConvert() as with previous interface.

teambob commented 9 years ago

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

Tested StringConvert(). RTF to HTML must be default.

teambob commented 9 years ago

Updated by andrewpunch on 2004-06-02 09:30 UTC

teambob commented 9 years ago

Commented by andrewpunch on 2004-06-10 08:06 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:06 UTC