Wow! Thanks Saundrel! I was always curious about development for CC2 and CC3. My work is in IT, was a one time architectural assistant/intern that switched into IT and now I am working for one of the top 10 Fortune 500 companies also doing some basic development in scripting and some .Net (soon) coding for my job needs and responsibilties.
Lee, is there a way to contact you by email? If so, whisper me, I have a few questions I would like to ask of you... related to CC2 and CC3 development?
I have completed all Lee's tutorials. They are great for bringing what is in the xpdev Docs folder up to date with C++, C#, and .NET. They won't teach you C++ or C#, of course.
After the third and the fourth tutorials, when I type SHOWINFO, CC3 just closes without warning. I have .NET 2.0 (had to uninstall 3.0 and 3.5) but C++2005 doesn't accept less than 2.0. I tried also whith 2008 C++ and C# but it didn't work any better. I followed all the steps and copy/paste the code to be sure. What is wrong ? Thanks.
Everyone - Sorry, I rarely check this forum (not a forum type of guy, I liked the mailing lists better)
But, if you need to ask CC2 XP related questions, you can:
1 - Join the CC2-Dev list on Yahoo! http://groups.yahoo.com/group/cc2-dev-l/ Not only do I watch this group, I am the Moderator. You would also get help from some of the best XP coders out there.
2 - Email be directly. My email address is: saunderl[at]hotmail[dot]com
The tutorials were written for CC2, not CC3. Everything *SHOULD* work the same for cc3 except that you need to use the cc3 dev toolkit instead of the cc2 dev toolkit.
One other thing about cc3, if you change something on the screen, in cc2, the display updated automatically, but in cc3 you need to then call ShowChanges();
Comments
Now, If I just had the time to actually make something that does anything worth doing....
Lee, is there a way to contact you by email? If so, whisper me, I have a few questions I would like to ask of you... related to CC2 and CC3 development?
--Dale--
After the third and the fourth tutorials, when I type SHOWINFO, CC3 just closes without warning.
I have .NET 2.0 (had to uninstall 3.0 and 3.5) but C++2005 doesn't accept less than 2.0.
I tried also whith 2008 C++ and C# but it didn't work any better.
I followed all the steps and copy/paste the code to be sure.
What is wrong ?
Thanks.
But, if you need to ask CC2 XP related questions, you can:
1 - Join the CC2-Dev list on Yahoo! http://groups.yahoo.com/group/cc2-dev-l/
Not only do I watch this group, I am the Moderator. You would also get help from some of the best XP coders out there.
2 - Email be directly. My email address is: saunderl[at]hotmail[dot]com
So, this is the issue with the tutorials:
The tutorials were written for CC2, not CC3. Everything *SHOULD* work the same for cc3 except that you need to use the cc3 dev toolkit instead of the cc2 dev toolkit.
The cc3 version can be found at:
http://www.pkdata.se/xp/download/xpdev-cc3.zip
One other thing about cc3, if you change something on the screen, in cc2, the display updated automatically, but in cc3 you need to then call ShowChanges();
BoomerET