Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

cc2-dev-l · CC2 Developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 854 - 883 of 961   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
854 Peter Olsson
peter@... Send Email
Sep 7, 2010
6:34 am
Try this code: void _stdcall TextWin(void); void _stdcall TWRcvInit(void); void _stdcall TWRcvEnd(void); static void XPCALL EnumerateText(void) { int iNum=5; ...
855 L. Lee Saunders
saul012000 Send Email
Sep 8, 2010
1:49 am
Wow! Thanks. L. Lee Saunders "It was only a partial solution, of course, as solutions usually are, and addressed only one specific problem, as solutions...
856 Larry
saul012000 Send Email
Oct 20, 2010
6:58 pm
Hey Everyone, I need some help. I'm using SetScriptCopy and after a lot of trial-and-error, I've learned that SetScriptCopy is not blocking. I need to be able...
857 Larry
saul012000 Send Email
Oct 20, 2010
10:11 pm
OK this is what I've tried ... to no avail: ExecScriptCopy(cmd); while(AskScript() != 0) { Sleep(500); } &&&& int _stdcall _AskScript() { int s; __asm mov s,...
858 Peter Olsson
peter@... Send Email
Oct 21, 2010
2:27 pm
The ExecScriptCopy will put a command into the macro queue. The next command in the macro queue (might not be yours) will be executed **after** your command...
859 L. Lee Saunders
saul012000 Send Email
Oct 21, 2010
7:00 pm
Yes, I project does require calling macro commands. And, my command cannot be reentrant, so .. What exactly is MCMD & MYCMD2? I cannot find references to them...
860 Larry
saul012000 Send Email
Nov 9, 2010
10:53 pm
Mike - Peter? Is it possible to declare a PATH2 variable with, say, 6 nodes in it then add it to a drawing list later, or do I have to create a pENTREC by...
861 Larry
saul012000 Send Email
Nov 10, 2010
2:37 am
OK, I've been playing around with this for a few days ... here is what I've got that works and what I am trying to do and failing at: PATH2 path = {...
862 saul012000 Send Email Nov 10, 2010
4:31 am
Its just amazing. I've been trying to figure out how to do this since I started coding XPs ... off and on for over 10 years. It was never a high priority...
863 Larry
saul012000 Send Email
May 5, 2011
5:59 pm
A long time ago (2003) there was a HUGE conversation about adding a new scripting language to CC3 (then it was CC2). Here is a link: ...
864 Remy Monsen
r_monsen Send Email
May 5, 2011
11:09 pm
... Sounds interesting. I'll be happy to help out with testing. I don't have enough time right now to get involved in development unfortunately....
865 Larry
saul012000 Send Email
May 5, 2011
11:19 pm
This is sad. I cannot compose a simple email without leaving info out. These are the included example scripts: ...
866 Remy Monsen
r_monsen Send Email
May 6, 2011
9:23 am
When I try starting CC3 after copying the files i get an error message: Error 0000036B1 loading XP module: cc3xp.dll Initially, the error message read...
867 Simon Rogers
simonjrogers Send Email
May 6, 2011
10:08 am
For testing, feel free to use the Raster list, too. Simon ... From: cc2-dev-l@yahoogroups.com [mailto:cc2-dev-l@yahoogroups.com] On Behalf Of Larry Sent: 06...
868 L. Lee Saunders
saul012000 Send Email
May 6, 2011
10:43 pm
Hey Remmy, That is weird. This was completely written using the 3.5 .net framework. So, the error is probably now saying its the wrong framework version. L....
869 Remy Monsen
r_monsen Send Email
May 6, 2011
11:42 pm
Installing the 3.5 framework didn't help. That was actually one of the first thing I did. First, I got the 7E message on each and every file, then i installed...
870 Remy Monsen
r_monsen Send Email
May 6, 2011
11:52 pm
Ok. I tried the script on my development setup instead, which is set up to develop XP's, and there it ran just fine. Getting late here now, so I didn't have...
871 L. Lee Saunders
saul012000 Send Email
May 7, 2011
1:27 am
Last but not least - did you install the C++ 3.5 framework install? ...
872 Remy Monsen
r_monsen Send Email
May 7, 2011
9:19 am
Yes. That is installed automatically by the latest CC3 Update. I re-installed it just to be sure, but still the same error. ... Yes. That is installed...
873 Remy Monsen
r_monsen Send Email
May 7, 2011
10:13 am
Say, did you compile your library in debug or release mode? I tried it on yet another computer (This one heavily used an definitely not a clean install) with...
874 L. Lee Saunders
saul012000 Send Email
May 9, 2011
12:11 am
Hi Remmy, Yep, this is definitely in Release mode (once burned on that, forever shy!) This was the exact zip file that I sent to both Simon and Ralph months...
875 Remy Monsen
r_monsen Send Email
May 10, 2011
10:04 pm
Yes. I had a look at the python files, and it does looks simpler than a standard XP. I like this. I haven't bothered learning Python yet, but that is mostly...
876 L. Lee Saunders
saul012000 Send Email
May 11, 2011
9:32 pm
I'm glad you and I are on the same page with this. Unfortunately I am at my day job putting in 70+ hours a week plus the Farm plus trying to get some headway...
877 Dalton Spence
dalton_spence Send Email
May 12, 2011
5:48 pm
1. Are there tutorials for writing CC3 XPs for Windows 7 similar to those for CC2 found on L. Lee Saunder's "Cartographica Fantastica" site at...
878 L. Lee Saunders
saul012000 Send Email
May 12, 2011
7:07 pm
Dalton, #1 - Most of my tutorials apply 100% (ok maybe 99.9%) to CC3. Have you had a look at my CC3 developers blog? http://cc3-developer.blogspot.com ? #2...
879 Simon Rogers
simonjrogers Send Email
May 24, 2011
10:59 am
I'd love to see more CC3 imports; the dream is to get PSD format, but SVG would be brilliant, too. Simon From: cc2-dev-l@yahoogroups.com...
880 Anna M. Dobritt
jdobritt Send Email
Jun 3, 2011
3:38 pm
http://www.maristas-burgos.org/indexz33X.php...
881 Larry
saul012000 Send Email
Jun 19, 2011
5:56 pm
Everyone, As promised (better late than never!) I am uploading to the files section the project to-date that implements IronPython as a scripting/xp dev...
882 cc2-dev-l@yahoogroups... Send Email Jun 21, 2011
2:53 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the cc2-dev-l group. File : /cc3xp.zip ...
883 Larry
saul012000 Send Email
Jun 21, 2011
2:58 pm
Wow, that was harder then it should have been - Since this project used the Microsoft IronPython dlls, it bloated the project folder. I finally got it lower...
Messages 854 - 883 of 961   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