That takes care of when I wish to use overlays in the program.
Now I want to compile to units and program NOT using overlays.
Is there a simple way of doing this?
To compile them I use
=== Cut ===
bpc filemgr.pas /B /GD -Id:\lap\filemgr -Ud:\lap\filemgr -Ed:\lap\filemgr\units -Od:\lap\filemgr\obj -Q
=== Cut ===
That takes care of when I wish to use overlays in the program.
Now I want to compile to units and program NOT using overlays.
Is there a simple way of doing this?
To compile them I use
=== Cut ===
bpc filemgr.pas /B /GD -Id:\lap\filemgr -Ud:\lap\filemgr
-Ed:\lap\filemgr\units -Od:\lap\filemgr\obj -Q
=== Cut ===
Try compiling from the IDE instead of the command line and turn off overlays and see if that makes a difference.
I assume you mean set Overlays Allowed in Compiler options. If so nope that
does not seem to do a lot other than make the .EXE slightly larger but still
generates a *.OVR file.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,042 |
Nodes: | 16 (0 / 16) |
Uptime: | 01:23:35 |
Calls: | 500,919 |
Calls today: | 6 |
Files: | 109,372 |
D/L today: |
16,135 files (2,464M bytes) |
Messages: | 305,074 |
Posted today: | 7 |