View previous topic :: View next topic |
Author |
Message |
IanLambley
Joined: 17 Dec 2006 Posts: 490 Location: Sunderland
|
Posted: Thu Mar 25, 2021 8:52 am Post subject: |
|
|
This simple program links in 64bit but has missing symbols in 32bit
winapp
program dbostest
include <dbos.ins>
call new_page@
end
I'm not expecting it to run I was only looking for the linker unresolved references.
64 bit:
Compiling file: Dbostest.for
Compilation completed with no errors.
Linking...
Creating executable file C:\Users\Ian\Documents\Projects\Debug\x64\dbostest.exe
Linking completed.
32 bit:
Compiling file: Dbostest.for
Compilation completed with no errors.
Linking...
WARNING the following symbols are missing:
__win_new_page C:\Users\Ian\Documents\Projects\Debug\Win32\Dbostest.obj
(C:\USERS\IAN\DOCUMENTS\PROJECTS\DBOSTEST.FOR)
Creating executable: Debug\Win32\dbostest.exe
Linking completed.
All dlls dated 17/11/2020.
What am I doing wrong? |
|
Back to top |
|
|
IanLambley
Joined: 17 Dec 2006 Posts: 490 Location: Sunderland
|
Posted: Sun Apr 04, 2021 2:56 pm Post subject: |
|
|
John,
Users
Ian
Documents
Projects
Debug
Win32
also have capital letters! (and John of course)
May be an object file counts as a human and needs a capital letter and an executable is no longer human after execution!
Or may be there are some things in this world which do not have an answer! |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8011 Location: Salford, UK
|
|
Back to top |
|
|
IanLambley
Joined: 17 Dec 2006 Posts: 490 Location: Sunderland
|
Posted: Mon Apr 12, 2021 9:09 am Post subject: |
|
|
The deprocated calls issue, not the capitalisation variability. |
|
Back to top |
|
|
|