CompuServe Messages

3DSFTK and GOTNT

    25-Oct-95 13:12:11
Sb: 3DSFTK and GOTNT
Fm: [F] Grant Blaha [Adesk] 72540,1062
To: Steven Gu 75152,2375
Hi Steven, You seemed to have accidentally posted your message to the WINSHARE forum, Sec. 6, but I'm going to answer you in the AMMEDIA forum, sec. 6. >> I have just received the 3DS release 3 file toolkit from your company. After I installed the two floppy disks of the file toolkit, I began to use the bat file on the disks to compile the sample files. However the system displayed that I needed a file named GOTNT.EXE of the pharlap tool to link. And I can not find this file on the floppy disks you give me. My running environment is Visual C++2.2. Would you please tell me where I can find the file GOTNT.EXE? << GOTNT used to be include with VC 1.5 because it runs 32-bit NT console apps under MS-DOS. It's no longer there in VC 2.2, so you'll need to modify makefile.vc1 to removed the -stub linker option. If you do that, then the example routines will run fine under NT console. Thanks for finding this "bug". I'll get it fixed. -Grant Blaha [ADESK]