From: "Riox92" Newsgroups: comp.os.msdos.djgpp Subject: Some other fileformat as COFF Lines: 17 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Sat, 16 Sep 2000 11:43:25 GMT NNTP-Posting-Host: 213.51.72.195 X-Complaints-To: abuse AT home DOT nl X-Trace: zwoll1.home.nl 969104605 213.51.72.195 (Sat, 16 Sep 2000 13:43:25 MET DST) NNTP-Posting-Date: Sat, 16 Sep 2000 13:43:25 MET DST Organization: @Home Network To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Im working with djgpp and try to compile with nasm sources (draw routines) But the only file format i can get to work is coff. Problem : If i use a label in the asm-source i get the error : Coff file format cant rellocate 32bit. Is it possible to use data labels in a coff file ? and if yes (i hope so) then how can i do that. Some data's are needed in the assembler sources and are also generated in assembler. But in this case i cant use it this way... Please help . Riox. (the newbie ...)