Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shester1452

    Calling a C++ dll from COBOL.

    I tried both of the examples you provided. When I try to run the debugger I get the error "The application failed to initialize properly(0x00000005). The specified file is not an executable program." So, I never even get to the code in debug.
  2. shester1452

    Calling a C++ dll from COBOL.

    I am doing other calls using c linkage in the same cobol app. Here is my call to the dll. CALL "bint" WITH C LINKAGE USING BY VALUE WS-PIN-ENCRYPT RETURNING WS-PIN-DECRYPT END-CALL. I really think the problem is in the C code b/c I have used the above call many...
  3. shester1452

    Calling a C++ dll from COBOL.

    The COBOL is Fujitsu NetCOBOL for Windows Version 7.
  4. shester1452

    Calling a C++ dll from COBOL.

    Are you referring to the version of Visual Studio? If so it is v7.1.
  5. shester1452

    Calling a C++ dll

    I am using the C linkage command. Do any of you know if there is something special that has be done when I am compiling and linking my C dll?
  6. shester1452

    Calling a C++ dll from COBOL.

    Hi all. I am new to the forum. I have posted this in the COBOL forum, but thought I would try here too. I have run into a situation I could really use some help with. I have a legacy app written in Fujitsu COBOL that I am trying to call a c++ dll. When I try to execute the app I get the...
  7. shester1452

    Calling a C++ dll

    I have gone through the samples. I haven't been able to get it work using those examples. My c isn't great. I believe the problem is in the C. Here is the code: // This is the main DLL file. #include "stdlib.h" #include "stdio.h" #include "stdafx.h" #include "Bridge.h" extern "C" {...
  8. shester1452

    Calling a C++ dll

    Hi all. I am new to the forum. I have run into a situation I could really use some help with. I have a legacy app written in Fujitsu COBOL that I am trying to call a c++ dll. When I try to execute the app I get the error message "The application failed to initialize properly(0x00000005)."...

Part and Inventory Search

Back
Top