Minimal 3DFX program via Glide3x.DXE library (Developers)
> All sources about DXE files in Freepascal I have suffer by problem that
> they can't use external units.
> I have never seen in DXE module something like "uses Dos" or "uses Graph".
> It seems that even functions from unit Systém don't work.
>
That is true. Stronger even, even for other OSes this is something that is currently still being worked on in trunk, called "packages", both when dynamically loaded, or dynamically linked (but need to be there on startup)
IOW making sure that there is only one instance of compiletime (VMTs) or runtime state (variables) in a EXE + dll/so/dxe system, and everything under control of the compiler, iow so that all versions match and are recompiled if necessary. (not just blindly linking some symbol without knowing what it is)
I don't know what (current) DXE's possibilities in that regard are, iow can the DXE reference symbols in the main EXE ?
Complete thread:
- Minimal 3DFX program via Glide3x.DXE library - Laaca, 08.10.2016, 14:50
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- Minimal 3DFX program via Glide3x.DXE library - marcov, 10.10.2016, 20:51
- Minimal 3DFX program via Glide3x.DXE library - marcov, 11.10.2016, 21:27
- Minimal 3DFX program via Glide3x.DXE library - RayeR, 12.10.2016, 21:19
- Minimal 3DFX program via Glide3x.DXE library - Laaca, 13.10.2016, 21:06
- Minimal 3DFX program via Glide3x.DXE library - marcov, 14.10.2016, 11:19
- Minimal 3DFX program via Glide3x.DXE library - marcov, 11.10.2016, 21:27
- Minimal 3DFX program via Glide3x.DXE library - RayeR, 10.10.2016, 22:28
- Minimal 3DFX program via Glide3x.DXE library - Laaca, 13.10.2016, 20:58
- Minimal 3DFX program via Glide3x.DXE library - RayeR, 14.10.2016, 20:21
- Minimal 3DFX program via Glide3x.DXE library - marcov, 14.10.2016, 23:28
- Minimal 3DFX program via Glide3x.DXE library - Laaca, 16.10.2016, 00:24
- Minimal 3DFX program via Glide3x.DXE library - marcov, 14.10.2016, 23:28
- Minimal 3DFX program via Glide3x.DXE library - RayeR, 14.10.2016, 20:21
- Minimal 3DFX program via Glide3x.DXE library - Laaca, 13.10.2016, 20:58
- Minimal 3DFX program via Glide3x.DXE library - marcov, 10.10.2016, 20:51
Mix view