User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12

Thread: Loading old examples with converted extensions

  1. #11
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Loading old examples with converted extensions

    Daniel, I don't know why MMF2 doesn't detect your extension. Send me the source code if you cannot find the reason (note: do not send the .ncb file, it's huge and useless - I've a slow connection actually).

    Yves.

  2. #12
    No Products Registered

    Join Date
    Jul 2006
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Loading old examples with converted extensions

    Yves was able to solve this problem for me (Twice!) - Thanks Yves <img src="/center/images/graemlins/smile.gif" alt="" />

    I will post the solution here in case it is useful to anyone else. BTW: If you are updating an extension, especially one which uses VS 2003, then I recommend checking an old example to make sure it still loads.

    In your Extobj.rc file, Visual Studio 2003 has a bug which causes:

    []
    KPX_MAGICNUMBER RCDATA MOVEABLE PURE

    BEGIN

    0x2516, 0x5908

    END
    [/]

    To become:

    []


    DATA 200

    BEGIN

    0x2516, 0x5908

    END
    [/]

    You need to undo this change to fix the problem.

    NOTE: The number of an example file and of the extension must match so if you released a version of your extension with this bug, then you might need to change:

    0x2516, 0x5908
    to
    0x0000, 0x0000

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. QUESTIONS - Converted Video File... Loading Issues
    By ChrisStreet in forum XNA Export Module Version 2.0
    Replies: 4
    Last Post: 3rd February 2012, 01:10 PM
  2. Sticky of converted extensions
    By netninja in forum SWF/Flash Export Module Version 2.0
    Replies: 7
    Last Post: 9th August 2010, 10:34 PM
  3. A few converted extensions
    By Matt in forum Extension Development
    Replies: 45
    Last Post: 13th July 2006, 04:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •