Subj : Re: Linking a Hello Program To : borland.public.cpp.borlandcpp From : Randy Stonesifer Date : Thu May 26 2005 12:57 pm I found at http://edmulroy.portbridge.com/howto.htm the suggestion to use: bcc32 -c -WC hello ilink32 /Tpe/ap/Gn/x/c c0x32 hello,hello,,import32 cw32i The resulting hello.exe is 7k now but still does not execute. Now I get a series of three Windows with the message: "hello.exe has encountered a problem and needs to close" Removing -WC from the compiler line made no difference. Any other ideas? Randy .