Bricscad V13 bug?

Started by hmspe, April 19, 2013, 01:35:26 PM

Previous topic - Next topic

hmspe

I redefine the OPEN command in my on_doc_load.lsp to simulate Autocad's single document interface mode (so only one drawing can be open in an instance of Bricscad). I run ToolPac 14.1 from Dotsoft as an add-on in addition to OpenDCL.  I'm running Bricscad V13.1.22-2 (32 bit) and V13.2.2 beta (64 bit).  OpenDCL works without problem, but with (command "undefine" "open") active in my on_doc_load.lsp file I get the following error when the open command is executed and a new file opens:


DS> ---------------------------------------
DS> ToolPac 14.1
DS> Copyright (C) 1994-2012, DotSoft
DS> All Rights Reserved
DS> ---------------------------------------
DS> Quick Keys Macro System ... Loaded.

; ----- Error around expression -----
(BRXLOADMANAGEDDLL "C:/Program Files (x86)/DotSoft/command12.dll")
;
; error : no function definition <BRXLOADMANAGEDDLL> ; expected FUNCTION at [EVAL]
failed to load module C:\Program Files (x86)\DotSoft\command12.dll


I have reported this to Bricscad and to Dotsoft, neither of which could duplicate.  Uninstalling OpenDCL seems to remove the problem.

If this is the wrong place for this please feel free to move or remove the post.  I tried the "report a bug" button on the home page but couldn't find a way to add a report.  If I log in to SourceForge I can add a topic, but there are fields I don't think I should be able to change.

owenwengerd

Just to clarify, are you saying that the error occurs even though the OpenDCL runtime is not loaded? That is very odd.

hmspe

With ODCL installed I get the error.  If I close all instances of Bricscad then uninstall ODCL with Control Panel the error does not occur.  If I reinstall ODCL the error comes back.  I install the studio version of ODCL, not just the runtime.  This is on my main computer.  I've updated all the software and have been through the uninstall/test/reinstall/test loop more than once.  The results have been repeatable. 

I agree that it is odd.  I'll do more testing when I have a few minutes and will report anything I can tie down.

hmspe

Looks like I posted too soon.  Today this is not repeatable.  It did not make sense that ODCL could cause the problem directly, but I really did go through the process of uninstalling ODCL several times during the work week and having the problem with BRXLOADMANAGEDDLL go away.  This in both Bricscad V13.1.22 and V13.2.2 beta. 

Sorry for the false alarm.