XP tutorials at ...

Everyone,

My set of XP programming tutorials can be found at:
http://home.windstream.net/ls15426

Lee

Comments

  • MonsenMonsen Administrator 🖼️ 46 images Cartographer
    Thanks for those. Already have them bookmarked, but they are a great place to get startet with XP development.

    Now, If I just had the time to actually make something that does anything worth doing....
  • 15 days later
  • 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?
  • BidmaronBidmaron Traveler
    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.

    --Dale--
  • 1 year later
  • Help please !

    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.
  • BidmaronBidmaron Traveler
    I'll drop Lee a line and see if he can help you Joachim. He'll probably want you to send him your code project.
  • Thanks Bidmaron. I lost a whole afternoon trying to make it work... Codes are copied from the tutorial though...
  • saunderlsaunderl Traveler
    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
  • BidmaronBidmaron Traveler
    Joachim, that is the famous Lee Saunders. He heard the call of the mortals beseeching his aid.
  • saunderlsaunderl Traveler
    edited August 2013
    more like infamous!

    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();
  • 3 years later
  • Simply remove the extra period (.) between pkdata..se and there ya go!


    BoomerET
Sign In or Register to comment.