spsave | Save files in SharePoint | Content Management System library
kandi X-RAY | spsave Summary
kandi X-RAY | spsave Summary
Save files in SharePoint using node.js easily
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of spsave
spsave Key Features
spsave Examples and Code Snippets
Community Discussions
Trending Discussions on spsave
QUESTION
I'm trying to assemble debug.exe/com from the MS-DOS 2.0 source code, at first it wasn't working but I've been changing some filenames and I've managed to get an .obj file, using link(16-bit version) there is an error (error L2029: unresolved external) on some commands, and I don't know what to do, do I need to add some libraries?
Here's the errors and commands where it fails:
...ANSWER
Answered 2019-Aug-31 at 20:01The unresolved external
linker errors are telling you that there are symbols that it can't find in the object file(s) you are processing. In your case you are only assembling DEBUG.ASM
to DEBUG.OBJ
and then linking to DEBUG.EXE
. A cursory glance at the MS-DOS 2.0 source code suggests that many of the missing symbols are in DEBDATA.ASM
, DEBCONST.ASM
, and DEBCOM2.ASM
(Maybe other files but those are 3 holding most of those symbols). You will need to assemble those ASM files into object files and link them together with your DEBUG.OBJ
to produce a final DEBUG.EXE
executable.
When linking, if you have unresolved symbols you will need to find the files that define the symbols and then somehow assemble and link them into your program.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install spsave
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page