Skip to search.
cc2-dev-l · CC2 Developers list

Group Information

  • Members: 157
  • Founded: Feb 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 931 - 960 of 960   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
931 Simon Rogers
simonjrogers Offline Send Email
Mar 13, 2012
12:22 pm
We would prefer links to art. Does the SVG file format support relative paths? Our file names can start with a #, representing the path to CC3, or a $...
932 bi11_h0ward Offline Send Email Mar 13, 2012
5:34 pm
I can see that included images of any type would be an issue, particularly if these are copyright as it is all too easy to 'extract' data from websites. The...
933 BC Holmes
bcholmes2001 Offline Send Email
Mar 15, 2012
1:53 am
... Hey Bill, Thanks for your comments. They've helped crystalize some thoughts in my own head. When I started this exercise, I feared that there might be...
934 Simon Rogers
simonjrogers Offline Send Email
Mar 15, 2012
8:45 am
<< When I started this exercise, I feared that there might be some push back on the overall conversion. One way of looking at what I'm doing is to see it as...
935 bi11_h0ward Offline Send Email Mar 15, 2012
10:49 am
I agree that refining maps in Photoshop/Paintshop would be an excellent use to give `Work of Art' maps that final touch. Another use that I was thinking of...
936 John
jicsaky Offline Send Email
Mar 15, 2012
6:57 pm
If you want to send me the file, you can (Web Master link at Nightsaroundthetable.com) I am pretty good at finding them and I will give you step by step on how...
937 L. Lee Saunders
saul012000 Offline Send Email
Mar 16, 2012
2:14 pm
... I agree with Simon on this. Not only is there a lot of "Stuff" out there in SVG format, but there are a lot of vector stuff out there period. And, since...
938 bcholmes2001 Offline Send Email Mar 16, 2012
2:27 pm
... Okay. I buy this. Let me see what I can wrestle up. BCing you...
939 BC Holmes
bcholmes2001 Offline Send Email
Mar 19, 2012
1:35 pm
So, I took a first stab, on the weekend, at porting my FCW -> SVG code over to C++. Mostly it exposed, for me, just how rusty I am at writing C++. I think I'm...
940 Peter Olsson
peter@... Send Email
Mar 19, 2012
1:49 pm
Please let us know if you run into problems / questions. Peter *Från:* cc2-dev-l@yahoogroups.com [mailto:cc2-dev-l@yahoogroups.com] *För *BC Holmes ...
941 BC Holmes
bcholmes2001 Offline Send Email
Mar 26, 2012
3:53 am
I spent more time on this over the weekend. I think my current progress is good. I'd say that I've currently ported 80-85% of the Java code to C++. Here's...
942 Peter Olsson
peter@... Send Email
Mar 26, 2012
7:01 am
I would suggest starting on #5 before doing #2 (info blocks) and #3 (layers). Once you run as an XP you have full access to the API functions. To get the layer...
943 BC Holmes
bcholmes2001 Offline Send Email
Mar 27, 2012
1:43 am
... Okay. I started some work on this tonight. I ran through Lee's excellent tutorial about starting an XP in Visual Studio (I'm not a big Visual Studio...
944 BC Holmes
bcholmes2001 Offline Send Email
Apr 5, 2012
1:36 am
Sigh. I feel like I'm in the home stretch. I've got the majority of my code ported, and it runs in stand-alone mode. I've got an interface to my code that...
945 L. Lee Saunders
saul012000 Offline Send Email
Apr 5, 2012
2:31 am
Peter will probably answer with some great way (He is just Soooooo much more experienced at XP development than I am) but here is what I do, I call out to a...
946 Peter Olsson
peter@... Send Email
Apr 5, 2012
11:42 am
Are you able to use the built in debugger in Visual Studio? 1. Set the output to the CC3-folder. 2. Press F9 on the line you want to break 3. Press...
947 bcholmes2001 Offline Send Email Apr 5, 2012
10:46 pm
... Oh, hey, I am now! I've never used the VS Debugger quite like this before -- debugging a DLL being called from a program. Interesting. Mostly I've used...
948 BC Holmes
bcholmes2001 Offline Send Email
Apr 14, 2012
2:29 am
... I gotta confess that I'm feeling pretty defeated at this point. I tried a variety of different options on my DLScan call tonight, but I still have...
949 Peter Olsson
peter@... Send Email
Apr 14, 2012
4:49 am
Do you mind sharing your Visual Studio project? I doesn't have to be the full project as long as it shows the bug. I will rn it through the debugger. Peter ...
950 bcholmes2001 Offline Send Email Apr 14, 2012
11:53 pm
... I don't mind that at all, and I was completely willing to take you up on your offer. But I woke up this morning with a bit of an a-ha moment about what...
951 BC Holmes
bcholmes2001 Offline Send Email
Apr 15, 2012
3:11 am
Hi, Per my previous email, I finally got my XP working. It certainly doesn't handle everything correctly, but I'd consider it an unstable alpha version. Here...
952 Remy Monsen
r_monsen Offline Send Email
Apr 15, 2012
11:37 am
I gave this a quick test, and it produced some nice results. Obviously, it has the issues you already mentioned, but I noticed a few things: 1. Size: Stuff...
953 BC Holmes
bcholmes2001 Offline Send Email
Apr 15, 2012
12:49 pm
... Hey, thanks for the fast feed-back! ... A good point. I've certainly had a number of diagrams that I've zoomed in on a lot in Inkscape. But if you want...
954 BC Holmes
bcholmes2001 Offline Send Email
Apr 15, 2012
4:16 pm
Hi folks, I have a coupl'a questions about the XP API that I was hoping someone could shed some light on. First, in order to work with background images (and...
955 Peter Olsson
peter@... Send Email
Apr 15, 2012
4:56 pm
Many (if not all) XP API functions will accept a string or a resource value. All file functions will accept the # and $-style. For FullFileName you can pass a...
956 BC Holmes
bcholmes2001 Offline Send Email
Apr 16, 2012
11:55 am
... Thanks Peter! BCing you -- B.C. Holmes \u2625 http://www.bcholmes.org/ "All my life I've wanted to be somebody; I guess I...
957 Simon Rogers
simonjrogers Offline Send Email
Apr 16, 2012
1:02 pm
Hi, BC, Whenever you are ready, I can put this out to the beta list for wider testing. Simon ... From: cc2-dev-l@yahoogroups.com...
958 BC Holmes
bcholmes2001 Offline Send Email
Apr 16, 2012
10:04 pm
... Thanks, Simon. That's a great offer. But I think I'll try one or two more alpha versions (I think I can have some new features in a coupl'a days). Once I...
959 BC Holmes
bcholmes2001 Offline Send Email
Apr 19, 2012
12:08 am
I've added a few more features to the XP, and rebuilt it, this time as a Release DLL (foolish me: last time I released the Debug DLL! My ignorance knows no...
960 Peter Olsson
peter@... Send Email
Apr 19, 2012
5:45 am
CC3 has some special features that will do two scans with some DLScan. There is a DLScan1 function to force one pass scans. Just replace all DLScan with...
Messages 931 - 960 of 960   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help