I'll post this to the CC2 L list now. Simon ... From: cc2-dev-l@yahoogroups.com [mailto:cc2-dev-l@yahoogroups.com] On Behalf Of saul012000 Sent: 21 November...
708
David E. Howerton
bhagwandave
Nov 21, 2005 3:20 pm
This is great keep it up and again nice to see you're back....
707
saul012000
Nov 21, 2005 2:39 pm
Simon, Thats what I get for posting at midnight. It was less than a minute fix. Lee ... they look OK ... as I am ... On Behalf ... extremely ... Express...
706
Charles Sykora
bidmaron
Nov 21, 2005 12:23 pm
Lee, you are the man! I have a new computer since the last time you helped me get through this, so I will use your tutorial to set up the development...
705
Simon Rogers
simonjrogers
Nov 21, 2005 11:40 am
There are a bunch of dead image links on tutorial1.html. I bet they look OK on your system. file:///C:/Documents%20and%20Settings/L.%20Lee% As soon as you have...
704
L. Lee Saunders
saul012000
Nov 21, 2005 4:43 am
... Your wish is my command! My first tutorial is now up on my webpage at: http://home.alltel.net/ls15426/ This first tutorial is sets up the free version of...
703
amdobritt
Nov 15, 2005 4:06 pm
I'm willing to be a guinea pig. :) Tutorials on how to make an XP would be good too. Anna M. Dobritt Cartography Unlimited for RPGs ...
702
Simon Rogers
simonjrogers
Nov 15, 2005 11:25 am
CC3 will require minor changes to your existing dlls. The person best qualified to describe these changes is probably Peter. When we get time, we'll put...
701
Simon Rogers
simonjrogers
Nov 15, 2005 11:25 am
The absolute basics of getting a project up and running using the latest free download Visual Studio Express C++ and C# would be extremely helpful. Simon _____...
700
Fredrik Blom
fredrik_l_blom
Nov 15, 2005 7:35 am
I think creating tutorials, examples, etc of how to write .Net XP's would be a great boost in getting more people to write XP's. Using both C++ and C# at work,...
699
Charles Sykora
bidmaron
Nov 15, 2005 12:52 am
I would like to use C#, myself. I find it's memory management to be much less of a headache. --Dale--...
698
Charles Sykora
bidmaron
Nov 15, 2005 12:50 am
Lee, I'm in, and I hereby volunteer for guinea pig! --Dale--...
697
David E. Howerton
bhagwandave
Nov 14, 2005 6:36 pm
I think sticking to the C++ would be best even I know how to use it. And .net doesn't like my machine so that cuts me out that said do the tutorials I would...
696
L. Lee Saunders
saul012000
Nov 14, 2005 6:22 pm
Everyone, The Microsoft .Net Framework has been our since 2002. When it was first released I tried to integrate it with CC2. Building an unmanaged C++ dill ...
695
Peter Olsson
peter@...
Nov 11, 2005 7:35 am
The easiest is to append the record to the database: pTextrec=DLApndE(NULL, ET_TEXT2, sizeof(TXT2)+lstrlen(MyText)); GetCStuff(&pTextrec->CStuff); ...
694
L. Lee Saunders
saul012000
Nov 10, 2005 9:42 pm
Hello All, I'm trying to get a Dynamic Text Cursor to work. This is the code that I've written thus far. ...
693
L. Lee Saunders
saul012000
Nov 10, 2005 8:46 pm
Yep, that was it. Unfortunately my little experiment failed. Oh well. Thanks, Lee _____ From: cc2-dev-l@yahoogroups.com [mailto:cc2-dev-l@yahoogroups.com] On...
692
Peter Olsson
peter@...
Nov 3, 2005 5:26 pm
Are you looking for MyXP.hMainWin? Peter _____ From: cc2-dev-l@yahoogroups.com [mailto:cc2-dev-l@yahoogroups.com] On Behalf Of L. Lee Saunders Sent: Thursday,...
691
L. Lee Saunders
saul012000
Nov 3, 2005 4:08 pm
Hello All, I'm trying to "SetParent" a child window to the main drawing window in CC2/FastCad. Is the HWND for the main drawing window available? Lee...
690
John
john_morriso...
Oct 9, 2005 9:49 pm
Hello one and all. I don't post much but I do read almost all of the messages. I just wanted to inform everyone that my web site is doing a user created world...
689
Peter Olsson
peter@...
Aug 3, 2005 7:24 am
Hi Linda, If you don't mind compiling the command yourself you can try the stuff below. I haven't tested it, but it should work anyway. DWORD XPCALL...
688
Linda Kekumu
lkekumu
Aug 3, 2005 12:59 am
Hi John, Adding them isn't the problem :) Getting rid of them is. I'll have a look through my FR Atlas stuff as well. Thanks for the idea! Linda ... From:...
687
GoodNight
jicsaky
Aug 1, 2005 4:37 am
I thought there was one written for the FR Atlas Project. I will look through my notes to see if I can find it. (The one where we had to add that little...
686
Linda Kekumu
lkekumu
Jul 31, 2005 3:03 am
Hi :) I've just run into a situation where I need to delete the Notes from about 300 maps, so I am looking for an easy way to do this. Can I do it via a script...
685
Charles Sykora
bidmaron
Jun 28, 2005 2:43 am
Peter, I'm still learning XP's, so any sample code available is very valuable to me. I'd love to see it. For right now, I think I'm going to use Joe's idea....
684
Peter Olsson
peter@...
Jun 27, 2005 9:09 am
I have sample code to create a no-draw custom entity if you decide to go for the XP entity solution. Peter...
683
Simon Rogers
simonjrogers
Jun 27, 2005 8:57 am
Forwarded from Mike Riddle: There is no problem with making a custom entity that never draws, except: You will need to provide your own way to create, access,...
682
Charles Sykora
bidmaron
Jun 26, 2005 3:48 pm
Okay, Joe. That's a good point, and it is certainly a way to get a quicker start. I guess my dialog box to obtain and generate the items could build a note...
681
jslayton@...
waldronate
Jun 26, 2005 4:20 am
Doesn't the note entity (ID 129 or 0x81/81h as defined in the header if I recall) do this for you? It lets you store text information in the file and also...
680
bidmaron
Jun 26, 2005 3:54 am
I want to store some information in a map file. What is to keep me from defining a custom entity that would never draw anything but could be obtained by an XP...