Share

GenTle

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

compile error

You are viewing a single message from this topic. View all messages.

  1. 2005-01-17 13:23:55 UTC
    Yes, this is possible to solve by change the line (the line number is 7):
    const char *gExtIdTypes[2] = {{"User"}, {"ANF"}};

    to line:
    const char *gExtIdTypes[2] = {"User", "ANF"};


    Thanks a lot for your mail! I'll correct this in next release.

    jn.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.