Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!cs.utexas.edu!uunet!mcvax!prlb2!kulcs!kulesat!esat!lily From: lily@haydn.kulesat.uucp Newsgroups: comp.databases Subject: Linking MASM .OBJ file with PLINK86 (for Clipper A'87) Message-ID: <1207@haydn.kulesat.uucp> Date: 24 May 89 16:32:25 GMT Organization: Katholieke Universiteit Leuven,ESAT - dep. Elect. Engineering, Belgium Lines: 41 Hello. Could someone out there help me with the following problem ? I wrote a routine in assembler to call interrupt 17H. When I assemble it (with MASM v3.00), and EXE2BIN it, it can be LOADed with dBaseIII+. CALLing it in dBase works fine , but when I try to link the .OBJ version with the PLINK86 linker, the undefined symbol error occurs. What did I do wrong ? Or, how to solve this ? This is how the .ASM-file looks like ( I ommited the actual code.) : ; ; WINDOWUP-routine ; TITLE windowup ; ORG 0 _prog SEGMENT BYTE ASSUME CS:_prog ; windowup PROC FAR ; ; ; RET windowup ENDP ; _prog ENDS END Thanks in advance. any help will be collected at this address : kulesat!lily (UUCP) or lily%kulesat.uucp@blekul60 (BITNET)