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,166 |
| Nodes: | 17 (1 / 16) |
| Uptime: | 417:15:14 |
| Calls: | 509,423 |
| Calls today: | 9 |
| Files: | 262,239 |
| D/L today: |
5,516 files (1,522M bytes) |
| Messages: | 469,851 |
| Posted today: | 4 |