CompuServe Messages

#Is anyone out there?

    01-Jul-95 20:05:33
Fm: Brian Blau 76042,3203
To: Jeffrey Berezin 75010,1267
Sorry folks, its been a while since I have been up here. Here goes … > Is it possible to use .cel files from cdk r2. Whenever I read in a .3ds utilizing a .cel, I get an error. We want to use these files because of their smaller minimum file size compared to .gifs.< No, CDK R2 does not support the .cel file format. >2. I am new to MSVC and am trying to modify the 3dsanim example which came with CDK 2.0. As a Borland user, when you click on the project files, you can see the dependencies in a tree structure list, and just click on the source files to edit them. In Microsoft C, I bring in the 3dsanim.mak file, and can build and run it successfully, but I can't get the tree view to open up. When I click on the project folder (named DEBUG or RELEASE), nothing opens up. What am I doing wrong? I looked at the make file with a text editor and it looked fairly generic. < Well, I can't comment much about Borland but I do see what is happening to you with respect to MSVC++. The make file you are using is essentially an external makefile. This makefile was not built with MSVC++ so it will not have the DEBUG/RELEASE structures in the project dialog. Hope this helps, Brian