Message-ID: <3A14BA44.F34E8B73@connection.com> Date: Thu, 16 Nov 2000 23:55:34 -0500 From: sam X-Mailer: Mozilla 4.76 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: unich file system under RSXNTDJ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: pm9-36.connection.com X-Trace: 16 Nov 2000 23:55:54 -0500, pm9-36.connection.com Organization: The Connection Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I looked but can't find find any functions that correspond to the WIN31 functions below. Is RSXNTDJ trying to mimi UNIX more strictly than DJGPP, hence not allowing these free file system roaming functions? 23:37:20.04 D:\rsxntdj\sample\myc\LOTTO>make gccw32 -o lotto.exe lotto.o lotto.o(.text+0xc9e):lotto.c: undefined reference to `_getdcwd' lotto.o(.text+0xd09):lotto.c: undefined reference to `DlgDirSelect' lotto.o(.text+0xd63):lotto.c: undefined reference to `_getdcwd' lotto.o(.text+0xde2):lotto.c: undefined reference to `DlgDirSelect' lotto.o(.text+0xe1e):lotto.c: undefined reference to `DlgDirSelect' lotto.o(.text+0xe73):lotto.c: undefined reference to `fnsplit' lotto.o(.text+0xf47):lotto.c: undefined reference to `_getdcwd' make.exe: *** [lotto.exe] Error 1 23:37:37.34 D:\rsxntdj\sample\myc\LOTTO> Any help greatly appreciated. Sambo.