Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: What is %_SB_ERRORCODE% of -900000126 ?

  1. #1

    Default What is %_SB_ERRORCODE% of -900000126 ?

    I'm attempting to load a support DLL.

    My function is: (*CSTRING,*CSTRING),LONG,PASCAL

    The code inside the function doesn't execute.

    What could be the problem?

    I checked to make sure the support dll exists in the tmpdir.

    Thanks.

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  2. #2

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    Jeff,

    > The code inside the function doesn't execute.

    Wild stab, is the DLL compiled in LIB mode?

    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Creative Reporting: http://www.CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

    Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

  3. #3

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    Local, C6

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  4. #4

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    And, I might add, this is a previously-working DLL, but I added a new
    function and now it ain't workin'. It was in "local" before, and it
    was working fine.


    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  5. #5

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    Jeff,

    > And, I might add, this is a previously-working DLL, but I added a new
    > function and now it ain't workin'. It was in "local" before, and it
    > was working fine.

    So it is LIB mode.<g>

    Another wild stab... Is the EXP mangled? It shouldn't be.

    Do the original functions still work?

    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Creative Reporting: http://www.CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

    Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

  6. #6

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    ok, you jogged my memory. Thanks Lee.

    Yeah, the exp was right, but there was a dynamically linked DLL that I
    needed to make available. There was a constructor that loaded the DLL
    in a module-level class.

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  7. #7

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    Jeff,

    > ok, you jogged my memory. Thanks Lee.

    Wild stabs to the rescue... get some band-aids, quick!<g>

    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Creative Reporting: http://www.CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

    Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

  8. #8

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    Yepperoni

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  9. #9

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    But either way, hopefully Friedrich will help me to decode that error
    message so my wild stabs (in addition to yours) aren't so wild.

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  10. #10

    Default Re: What is %_SB_ERRORCODE% of -900000126 ?

    Jeff,

    > But either way, hopefully Friedrich will help me to decode that error
    > message so my wild stabs (in addition to yours) aren't so wild.

    I was thinking BIG numbers like that were suffixed with standard Win32
    errors, ie: 126 from WinError.h...

    //
    // MessageId: ERROR_MOD_NOT_FOUND
    //
    // MessageText:
    //
    // The specified module could not be found.
    //
    #define ERROR_MOD_NOT_FOUND 126L

    --
    Lee White

    RPM Report Viewer.: http://www.cwaddons.com/products/rpm/
    RPM Review........: http://www.clarionmag.com/cmag/v11/v11n06rpm.html
    Report Faxing.....: http://www.cwaddons.com/products/afe/
    ---Enroll Today---: http://CWaddons.com

    Creative Reporting: http://www.CreativeReporting.com

    Product Release & Update Notices
    http://twitter.com/DeveloperPLUS

    Windows 8 brings us "The Oval, Bumper Car, Roller Coaster of Wait!"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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