Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!chaph.usc.edu!aludra.usc.edu!nagamati From: nagamati@aludra.usc.edu (Romklau Nagamati) Newsgroups: comp.windows.ms.programmer Subject: .FNT -> .FON Message-ID: <16640@chaph.usc.edu> Date: 17 Apr 91 05:09:59 GMT Sender: news@chaph.usc.edu Organization: University of Southern California, Los Angeles, CA Lines: 33 Nntp-Posting-Host: aludra.usc.edu Originator: nagamati@aludra.usc.edu Hi Netlanders, I'm wondering whether anyone have play around with .FON file??? I'm trying to create a .FON file by using SDK Fonteditor to create a .FNT file. Then, create a dummy stub in assembly, link, and RC. I'm doing exactly what is in Chapter 18 of the SDK Guide to Programming, but I got the message "LINK error: L2049 no segments defined" when linking. I guess the problem is with the dummy stub. Here is the dummy stub I use. .xlist include cmacroc.inc .list sBegin CODE sEnd CODE end Note that this dummy stub is exactly what is listed in that book. Am I missing someting here? I try to get around by using a standard assembly things , but got a complaint from the RC saying it's not windows EXE. Are there any way else I can create a dummy stub? (assembly or C is fine) Can anyone shade me some light? Thanks Ron =============================================================================== Mr. Romklau (Ron) Nagamati | Opinion expressed here is solely mine, nagamati@usc.edu | but I can't be held liable for it. CompuServe: 71170,3166 | I'll take credits, if any. ===============================================================================