ForthCAD-3D

FAQ


Q. Nothing appears when I print (to a .PDF document).

- In « File » menu, choose « Parameters ».

- In the options list, select « General ».

- Check « Print using OpenGL generic ».

Top

Q. How to optimize a NVidia 3D graphic card ?

- Right-click the Windows desktop, then click NVIDIA Control Panel from the context menu.

- In the options list, select 3D Application Controls.

To enhance the quality:

- Antialiasing FXAA : OFF.

- Antialiasing - gamma correction : ON

- Antialiasing, Mode: Override any application setting.

- Antialiasing - Setting: 8x CSAA.

- Antialiasing line gamma: ON.

- Anisotropic filtering: 8x.

- Texture filtering, Quality: Hight quality.

- (DSR Factor 1.2, 33%).

- Triple buffering : ON.

- Threaded optimization : ON.

If you see screen refresh synchronization problem :

- Threaded optimization : OFF

Inside ForthCAD:

- Go to the « File » menu, choose « Parameters ».

- In the options list, choose « Techno parameters ».

- Uncheck « NO ANTIALIASING » to have the best quality.

- Check « USE_BUFFER_REGION ».

If you have display problem, uncheck « USE_BUFFER_REGION » and try one of the next options:

- Check « BUG_NV_AUXAA ».

- Check « SWAPWIN_REDRAW ».

Top

Q. How to install the Access .MDB database ?

N.B.: To use Access .MDB database is only available in the 32 bits version.

- In the ForthCAD file menu, select « Parameters ». Then choose « Database ».

- Check « Microsoft Access .MDB ».

- Click the « ODBC configuration » button.

- The « ODBC Data Source Administrator » dialog is displayed.

- In « Data Source Name », enter « FORTHCAD5 » (Normally already sets).

- Click the « Select » button.

- In the « Directories » list, double-click the « \FCAD5 » folder.

- In the « Database Name » list, select « FORTHCAD5.MDB ».

- Click OK in all remaining dialog boxes.

Top

Q. How to convert an Access .MDB database file into a SQLite database file ?

1. Convert all objects in ForthCAD libraries into the last data format.

- In « Object » menu, open the « Library » dialogbox.

- For each 3D library, click the « Verification » button.

- Quit ForthCAD.

2.A Using SQLite expert professional.

- In SQLite Expert pro, select « Import/Export » then « Data Transfert Wizard ».

- Check « Import data in the selected database ».

- Check « ADO data source ».

- Check « Use connection string ».

- Choose « Microsoft Jet 4.0 OLEDB provider ».

- Use destination database file name : « ForthCAD.db3 ».

2.B Using MsAccess to Sqlite converter.

Top

Q. Doors and drawers furniture (furniture fronts) disappeared.

Probably you are using dimensions in [millimeters], but the program is set to work in [centimeters] or vice versa.

- Go to menu « File / Parameters ».

- In the dialogbox, in the « Units » list, select the right units.

- Refresh the doors/drawers model or restart the program.

Top

Q. In explorer, how to show the ForthCAD icon left to the file names ?

Start once the program in administrator mode.

To run in administrator mode, shift + right-click the ForthCAD icon, and choose « Start in administrator mode » in the popup menu.

Top

Q. ForthCAD crashes on startup. What can I do ?

1. Check for stalled instances.

- Close ForthCAD and press CTRL+ALT+DEL to open the Windows Task Manager.

- Check the running processes to ensure that there are no stalled instances of ForthCAD still running, and if there are, end those processes. (Or restart Windows).

2. Check for registry corruption.

- Close ForthCAD.

- Run REGEDIT.

- Delete the « HKEY_CURRENT_USER\Software\ForthCAD-3D » entry.

- Restart ForthCAD.

3. Check for database corruption.

- Close ForthCAD.

- Use an alternate database (Rename actual ForthCAD.db3).

- Restart ForthCAD.

4. Reinstall the graphic card driver.

Top

Q. How to reduce a movie file size ?

The XVID CODEC works nicely with ForthCAD.

To install the XVID codec :

- Goto www.xvid.com.

- Run the installer in the download section.

Inside ForthCAD, in the animation dialogbox :

- Click the « AVI » button.

- Click the « Compressor » button.

- In the compressors list, choose « Xvid MPEG-4 Codec ».

- Click « Configure », then click « Others Options... ». Uncheck all checkboxes.

- Click « OK » to close all dialogboxes.

Top

Q. Cannot install VCREDIST 2017.

At the command prompt in administrator mode, execute the next commands:

regsvr32 ntdll.dll /s

regsvr32 msdxm.ocx /s

regsvr32 dxmasf.dll /s

regsvr32 wmp.dll /s

regsvr32 wmpdxm.dll /s

Now reinstall VCREDIST.


Top