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 $...
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...
... 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...
<< 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...
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...
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...
... 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...
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@...
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 ...
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@...
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...
... 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...
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...
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@...
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...
... 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...
... 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@...
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 ...
... 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...
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...
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...
... 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...
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@...
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...
... 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...
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@...
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...