... How you did that (in terms of tricks and techniques) would make for a good tutorial in and of itself. ... Comprehensive lists of the XP functions and data...
I haven't got any response about this from the Macros list yet, so I thought I'd see if I could get some help here (since I'm sure everyone on cc2-l must be...
Lee, as you know, I've done all your tutorials on XPs, and I'd love to try my hand at doing something useful and modifying your previous XPs as an exercise. ...
Sure! The thing I'd like to tackle someday is to write an XP that fractilizes a path and then eliminates any crossovers that might occur. As for the joint...
Roof shading for CD3 works in a similar way to varicolor PNGs symbols, that is, two pngs are stacked on top of one another. With varicolor pngs, the top png...
The traditional way to encode angle information is via a surface normal (a unit XYZ vector) encoded into the RGB channels of an image, with the image being...
Thank you. We were considering using a fixed roof angle for simplicity. I (or some other lucky person) needs to go through every png symbol and add the ...
Silly me. I said tangent space. The normal maps for this sort of thing should be in model space because we don't have the surface normal available, just the...
Anyone here know how to modify vwlang.dll to point to a different default map upon instalation of the cc2 viewer? Any other ideas on how to change the initial...
We are looking for someone to rewrite the menueditor code in C, or another compact stand alone language. It's included with the latest version of CC3 and just...
.NET 1.1 (or 2.0) should, by now, be loaded on any system that is being kept up to date. There is also a .NET redistributable that you can include with the...
Simon, Another option would be to fix the installer. Microsoft provides a redistribution file for .Net that can be called as part of the installation. It won't...
I have updated the Transparency.c file with the latest version. The only new stuff is in the FILTERDATA structure which adds information about the (global) sun...
Peter Olsson
peter@...
Feb 5, 2007 7:01 pm
803
Everyone, I've posted a new tutorial on XP programming at: http://home.windstream.net/ls15426 This time I've started a multi-part tutorial on building a GUI...
Argl.... great stuff. I really want to do these tutorials and even have installed the development tools already. But I never seem to find the time. :((( Ciao, ...
Ralph, We talking 15-20 minutes a tutorial. Come on and bite the bullet! :-) Lee ... From: cc2-dev-l@yahoogroups.com [mailto:cc2-dev-l@yahoogroups.com] On...
Testing - please ignore -- ... Andrew Long Email Andrew dot Long at Yahoo dot com ... PGP Key available on request...
Andrew Long
Andrew.Long@...
May 7, 2007 5:01 pm
807
Please ignore this mail - I'm trying to change my list options! -- ... Andrew Long Email Andrew dot Long at Yahoo dot com ... PGP Key...
Andrew Long
Andrew.Long@...
May 9, 2007 2:17 pm
808
I have some questions about how the CC3 New Drawing Wizard [NEWWIZ] command places and scales the selected map furniture symbols, and I'm hoping that the...
Hi folks. The Harn atlas product, built with CC2 has been released. I'm hoping to be able to offer updates to the product, speciffically new maps and new...
I'm not sure we are the right people to ask about installations at the moment! Simon Rogers http://www.profantasy.com <http://www.profantasy.com/> Livejournal...
... hoping to be able to offer updates to the product, speciffically new maps and new hyperlinks. Can anyone think of a way that I can update an end-user's...
lol. I sent this request before I even realised there was a problem going on. I guess I'm a lucky one that hadn't updated with the patch yet. :) Basically...
... If the files are compressed it will be tricky to modify them from the outside. If they are in uncompressed mode it is possible. Are you using sheets? If...
Peter Olsson
peter@...
Jul 3, 2007 5:59 pm
815
At one time Mike Riddle had a DLL (or was it a LIB) that was the core database. You could read files, append files in the code and then save the changed...
... It should. Do you still have that external toolkit? I remember that tool, but I can't find a copy of it anymore. Peter...
Peter Olsson
peter@...
Jul 4, 2007 7:23 am
817
In trying to parse the contents of a CC3 symbol file, it seems that all the symbols are composed of type #4 entries, which is a custom entry. Is there any...
Do you mean bitmap entities? They should be inside symbol definitions... Here is the header: #define XT_PICTR 1 typedef struct _tag_resinfo { BOOL Present; ...