So I've downloaded the latest Bricscad to give a try. I dl'd the tarbal, rather than the rpm. Unpacked it, mv'd it to /opt, and tried the command that strider gives. I get an error saying that it couldn't load the application's module icad.dll(126). I suppose it may have something to do with not having a icad.exe file.. the above happens when I type wine /opt/icad.exe.so (showing my ignorance? be kind.) I do get this inspite of that dialog, but am just put back to the prompt when I click ok to the error dialog (there's an ok button on it.):
Code: Select all
wine /opt/bricscad/icad.exe.so
ICAD_TRACE: Loading icad.dll..
ICAD_TRACE: Module icad.dll loaded
If I just type /opt/icad I get a pop up dialog that asks for the license key. On the webpage, the rpm instructions say that the rpm process will create a license for evaluation that will be picked up by the program. Here's what I get in the cli:
Code: Select all
/opt/bricscad/icad
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
ICAD_TRACE: Loading icad.dll..
AfxInitialize
ICAD_TRACE: Module icad.dll loaded
ICAD_TRACE: Invoking app entry point...
ICAD_TRACE: App terminated
I think I must just be missing something obvious.
Here's the list of files in the parent directory:
Code: Select all
dir /opt/bricscad/
API ID_S_BONUS6.bmp bricscad.ico imagemenu.dll.so pc3ed.dll.so
Bonus.mnu ID_S_BONUS7.bmp bricscad.menu imagemenu.lsp profileseditor.dll.so
Bonuspop.mnu ID_S_BONUS8.bmp db.dll.so layerstatus.lsp pstyleapp
BricsCad-EULA.txt ID_S_BONUS9.bmp dcl.dll.so libauto.dll.so pstyleapp.dll.so
Fonts ID_S_EXPLL.bmp geo.dll.so libdb.dll.so pstyleapp.exe.so
Help Icad-cm.dwg gr.dll.so libdcl.dll.so pstyleed.dll.so
ICAD.LIN Icad-imperial.dwg heavyduty.lsp libgeo.dll.so r18tor15.dll.so
ICAD.UNT Icad-meter.dwg icad libgr.dll.so readme-bonustools.txt
ICADISO.LIN Icad-mm.dwg icad.dll.so libicad.dll.so regapp
ID_S_BONUS1.bmp Icad.dwg icad.exe.so libicadauth.dll.so regapp.dll.so
ID_S_BONUS11.bmp Image.dcl icad.fmp libicadutils.dll.so regapp.exe.so
ID_S_BONUS12.bmp ImageMenu.txt icad.fnt libmfc42.dll.so release.txt
ID_S_BONUS13.bmp Patterns icad.lin libpc3ed.dll.so std.dll.so
ID_S_BONUS14.bmp Plot\ Styles icad.lsp libpstyleed.dll.so sysvarstack.lsp
ID_S_BONUS15.bmp Plotters icad.pat libstd.dll.so userprofilemanager
ID_S_BONUS16.bmp Samples icad.sds licensemanager3.dll.so userprofilemanager.dll.so
ID_S_BONUS17.bmp auto.dll.so icad.tip mfc42.dll.so userprofilemanager.exe.so
ID_S_BONUS2.bmp base.dcl icad.unt objproptb.dll.so xrm.dll.so
ID_S_BONUS3.bmp binary.trg icadauth.dll.so pc3app
ID_S_BONUS4.bmp bonus.mnl icadbrx.lsp pc3app.dll.so
ID_S_BONUS5.bmp bricscad.desktop icadutils.dll.so pc3app.exe.so
So anyone spot the obvious or help in other ways? cheers, Jim