Skip to content

[Bug] unknown software exception (0x0eefface) occurr [sf#8] #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
teambob opened this issue Jun 7, 2015 · 3 comments
Open

[Bug] unknown software exception (0x0eefface) occurr [sf#8] #30

teambob opened this issue Jun 7, 2015 · 3 comments

Comments

@teambob
Copy link
Owner

teambob commented Jun 7, 2015

*Reported by anonymous on 2004-09-03 18:02 UTC
I'm trying to use the Active X component to convert
HTML text to plain text in Microsoft Access 97

I've inclued the Active X component in the list of
References.

I'm using the following VB Code:

Function htm2txt(Text As String) As String
Dim x As New DocFracLib
x.SetInString (Text)
x.SetInFormat ("html")
x.SetOutFormat ("text")
htm2txt = x.StringConvert()
End Function

Which comples ok.

However when I try to test it using the debug(im
window:
? htm2txt("<p>test</p>")

I get the following error:
The exception unknown software exception (0x0eefface)
occurred in the application at location 0x7c57e592.

And Access closes(crashes).

Any ideas on how to correct / fix this problem?

Colin Forbes
ADDAnet Corp.

@teambob teambob changed the title unknown software exception (0x0eefface) occurr [Bug] unknown software exception (0x0eefface) occurr [sf#8] Jun 7, 2015
@teambob
Copy link
Owner Author

teambob commented Jun 7, 2015

Commented by andrewpunch on 2005-04-11 12:56 UTC
Logged In: YES
user_id=928005

May be fixed in version 3.1.1

Probably related to:
https://sourceforge.net/tracker/index.php?func=detail&aid=982380&group\_id=96923&atid=616364

@teambob
Copy link
Owner Author

teambob commented Jun 7, 2015

Updated by andrewpunch on 2005-05-23 06:31 UTC

  • priority: 5 --> 9

@teambob
Copy link
Owner Author

teambob commented Jun 7, 2015

Commented by andrewpunch on 2006-10-08 03:28 UTC
Logged In: YES
user_id=928005

I have since seen a similar problem arise in other
applications and it seems to be due to BCB3's poor handling
of exceptions.

This problem should be fixed in version 3.1.2 when the
latest version of Turbo C++ (BCB replacement) is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant