Hi All, V6 question - is there any way to scan infoblocks in current drawing (in memory). As far as i understood DLScan won't give you the infoblocks, right? -...
275
jslayton@...
Aug 12, 2001 5:56 am
What are the licensing requirements for using the stand-alone file I/O toolkit in an external program?...
276
Mike Riddle
mriddle@...
Aug 12, 2001 5:57 am
The DLGetIBAdr function will return the address of a given infoblock, and DLSetIBAdr will replace it with a new record. In V6 they are not scannable records,...
277
Mike Riddle
mriddle@...
Aug 12, 2001 5:29 pm
None. Use it as you wish. Mike...
278
Max Skibinsky
lordmax@...
Aug 12, 2001 6:34 pm
... Thanks! In such case - is there any way to save current drawing as FCW file into memory buffer? I'm thinking how to make CC2 -> Overseer link more...
279
Max Skibinsky
lordmax@...
Aug 18, 2001 7:08 am
Hi All, Is there any way to do DLSave() without DLPack()? I.e. save the drawing without erasing undo/redo info? - Max...
280
Mike Riddle
mriddle@...
Aug 18, 2001 10:55 pm
No - The intent is that a SAVE is the most obvious point to do the very necessary memory recovery without making customer's think about the need to do so. Mike...
281
Max Skibinsky
lordmax@...
Aug 19, 2001 12:32 am
... Thanks...realisticlaly i expected as much but hoped there is a workaround... Another question - if i save entities with custom types, is there a master...
282
Mike Riddle
mriddle@...
Aug 19, 2001 8:52 am
You could write your own version of DLSave, writing the file header block, all of the infoblocks, and every record.... You may not add **ANY** ET_type records....
283
Max Skibinsky
lordmax@...
Aug 19, 2001 9:15 am
... I considered that option - that in fact is the point i started from. However, if i understood your recent message correctly - infoblocks are not scanable...
284
simon@...
Sep 7, 2001 12:07 pm
Can anyone please post CC2-macro-related links so that I can add them to the new website? Thanks Simon Rogers ProFantasy Software Ltd...
285
jslayton@...
waldronate
Nov 11, 2001 9:42 pm
I finally got around to working on one of my XPs again and tried using the drawing code discussed earlier on this list to draw symbols and drawing lists onto a...
286
kiatar@...
Nov 13, 2001 7:02 pm
If anyone wants to read my original posts in the macros list, please do... What I'm wondering (Maybe Mike can answer this) is can CC2 have another special...
287
Linda Kekumu
lkekumu
Nov 13, 2001 8:46 pm
Hi :) I have asked & wished for something like this for several years now, but it's just not possible. You can only have a single user selected color - Color...
288
kiatar@...
Nov 13, 2001 10:09 pm
... now, but ... color - ... all ... exactly the ... & a ... definable - ... are both ... purposes they ... we die." ... Ok...can we have a color that is...
289
Linda Kekumu
lkekumu
Nov 13, 2001 11:10 pm
Hi Mike :) Well, the answer all along has been no, it's not possible, but maybe Mike can answer it definitively for you. I had originally asked for a second...
290
Mike Riddle
mriddle@...
Nov 14, 2001 9:46 am
Color 31 has several technical problems associated with it, all on its own. The Color-by-block is intended to be its replacement, and there is a 2nd color ...
291
Linda Kekumu
lkekumu
Nov 14, 2001 4:04 pm
Aloha Mike, I have also wanted a way to be able to select entities by Color2 for a long time :) I would estimate that 95% of the time we use Black & another...
292
simon@...
simonjrogers
Nov 14, 2001 6:08 pm
We'd like to encourage people to write XPs for CC2. To this end, I'd like to propose that we start a project to which more than one person can contribute....
293
kiatar@...
Nov 14, 2001 6:48 pm
... for a long ... another color ... the only ... nets me ... select ... would ... what I ... smaller) on ... highlight. ... depth. ... as the ... add a ... ...
294
kiatar@...
Nov 14, 2001 6:50 pm
These were some suggestions on the CC2-L for a possible way for us to ... conversions ... To make it somewhat easier, look at the color in the HSB (Hue ...
295
Ken Snellings
kensnellings
Nov 14, 2001 6:55 pm
sounds like a great project Simon. Eagerly awaiting more info. -Ken ... From: <simon@...> To: <cc2-dev-l@yahoogroups.com> Sent: Wednesday, November...
296
Linda Kekumu
lkekumu
Nov 14, 2001 7:31 pm
Hi :) I guess I better pick up C++. Is the Standard package sufficient or do I need the Professional or Enterprise version? Linda ... From:...
297
Peter Olsson
f95peol
Nov 14, 2001 10:56 pm
... The standard version will work just fine. -- //Peter...
298
Mike Riddle
mriddle@...
Nov 15, 2001 12:08 am
Hi Linda. My goal is to find a solution that will allow me to remove color 31 altogether. No more. Nada. Never was and Newver Will Be... etc. It just has too...
299
SnowDancer
snowdancer666
Nov 15, 2001 12:28 am
sounds cool to me also - I have been lurking for a little while now... I am also eagerly awaiting more info! the Campaign database sounds really cool - may I...
300
Gregory D. Simkins
gd_sims
Nov 15, 2001 1:46 am
... From: <simon@...> To: <cc2-dev-l@yahoogroups.com> Sent: Wednesday, November 14, 2001 1:08 PM Subject: [cc2-dev-l] Encouraging XP development ......
301
Linda Kekumu
lkekumu
Nov 15, 2001 3:13 am
Hi Mike, I don't think I am getting it. Each entity has an outline & a fill, where outline = color & fill = color2 & these are going to be separate properties....
302
Smith, Steve
maelgwn31204
Nov 15, 2001 4:10 am
I know that this sounds stupid, but what is CBB? Steve Smith steversmith@... ... From: "Linda Kekumu" <lkekumu@...> To:...
303
Bruce A. Carson
bac@...
Nov 15, 2001 4:38 am
Linda, Here is the MS page on the features of each version: http://msdn.microsoft.com/visualc/prodinfo/datasheet/feature.asp To develop code for XP all you...