Draw Problems in Windows : MDI: Load Accel Failure

I've downloaded and installed both the source and run time files for Windows.

I want to start by taking a look at the Draw program, however upon running the .bat file, I get the following error:

MDI : Load Accel Failure!

I thought this might have something to do with the configuration, and I've followed the installation instructions completely.

Even though I get this error, I can still run commands. When I input axo it says invalid command name "axo".

I really think this is a configuration problem. Any Ideas?

Here is the .bat file I run:

echo OFF echo " Open CASCADE " if not DEFINED CASCADEHOME set CASCADEHOME W:/ if not DEFINED VERSIONNAME Set VERSIONNAME=CAS3.0 if not DEFINED CASROOT Set CASROOT=%CASCADEHOME%%VERSIONNAME% if %PROCESSOR_ARCHITECTURE% EQU x86 Set STATION=Windows_NT if NOT DEFINED OLDPATH set OLDPATH=%PATH% set PATH=%PATH%;%CASROOT%\%STATION%\dll; set PATH=%PATH%D:/DevTools/Tcltk/bin/; Set DrawExe=%CASROOT%\%STATION%\bin\TTOPOLOGY.exe Set DRAWHOME=%CASROOT%/src/DrawResources Set DRAWDEFAULT=%DRAWHOME%\\DrawDefault Set MMGT_CLEAR=1 %DRAWEXE%

Help.

Mikael Aronsson's picture

Hi !

I think you can ignore it, I get the same message but the program works anyway.

Mikael

Haffray Arnaud's picture

Dear all,

This problem isn't a configuration problem. As explain in a previous post this message is an internal DRAW error but it causes not effects on commands executions.

So you could use draw.

Arnaud