Posted: Sun Nov 07, 2004 1:03 pm
Is it possible to get the ASP script?nec wrote:Yes.
Now it hung again - with the errormessage above...
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Is it possible to get the ASP script?nec wrote:Yes.
Now it hung again - with the errormessage above...
Code: Select all
<%
On Error Resume Next
.LoadBitmap sFilePath
Response.AppendToLog "gfl: " & sFilePath & " (" & err.number & ", " & err.description & ")"
On Error goto 0
%>
You have a crash with this code?harvey wrote:The code:
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
Yes, the same problem,"An exception occurred: 'LoadBitmap'"xnview wrote:You have a crash with this code?harvey wrote:The code:
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
Always? With any jpg files? Could you send me the jpeg file?Harvey wrote:Yes, the same problem,"An exception occurred: 'LoadBitmap'"xnview wrote:You have a crash with this code?harvey wrote:The code:
Dim objGax
Set objGax=Server.CreateObject("GflAx.GflAx")
objGax.LoadBitmap "d:\photo\76A8768D775A6.jpg"
Set objGax=Nothing
Yesterday, I just installed the dll.
The system is Windows 2000 Advanced.
How can I solve?
Thanks^_^
With last gflAX?Guest 2 wrote:Hi, I'm having the same issue.
Error: Access is Denied. <font face="Arial" size=2>
<p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a01fb'</font>
<p>
<font face="Arial" size=2>An exception occurred: 'LoadBitmap'</font>
<p>
<font face="Arial" size=2>/Iris_Core/Secure/_Library/OpenAnswer.asp</font><font face="Arial" size=2>, line 233</font>
line 233 --> lProcessor.LoadBitmap lSessionTemporaryFile
Has this been resolved??