+ Reply to Thread
Results 1 to 3 of 3

Thread: WDT/400 - ILE C/C++: Error in ic4excpt.hpp

  1. #1
    Guest.Visitor Guest

    Default WDT/400 - ILE C/C++: Error in ic4excpt.hpp

    Trying to compile my C++ projecs written with VisualAge C++ for AS/400 but i get the following error: "/QIBM/include/hpp/ic4excpt.hpp", line 209.44: CZP0218(30) The call does not match any parameter list for "IC4Exception::IC4Exception". The WDT/400 version is V5R1 SP4 1. What is wrong? 2. Is the the 'access class library' no longer supported, because i can not find documentation at the info center (offline and internet version)? 3. How can i accelerate the compile process (CRTCPPMOD)? It work _very_ slow...... Thanks Peter

  2. #2
    Guest.Visitor Guest

    Default WDT/400 - ILE C/C++: Error in ic4excpt.hpp

    Peter: I am not following exactly what you were doing. Could please you give us more detail? Where was the source and what is the AS/400 host you were compiling on?

  3. #3
    stephenwest@workware.com Guest

    Default WDT/400 - ILE C/C++: Error in ic4excpt.hpp

    Peter, I had the same problem. If you compile with target release of v4r5m0, the problem goes away (CRTCPPMOD ... TGTRLS(V4R5M0)). You will still be able to bind the module into a V5R1 program. If you compile targeting v4r5m0, it seems to cover over a multitude of sins (i.e. some other compile errors go away as well). However, I did experience a side-effect. Once I started using TGTRLS(V4R5M0), my use of OUTPUT(*PRINT) no longer generated a compile listing and a pointer error message shows up in the joblog. Stephen West Workware, Inc. stephenwest@workware.com "Peter Beck" wrote in message news:9vpf2r$1ae6$1@news.boulder.ibm.com... > Trying to compile my C++ projecs written with VisualAge C++ for AS/400 but i > get the following error: > > "/QIBM/include/hpp/ic4excpt.hpp", line 209.44: CZP0218(30) The call does > not match any parameter list for "IC4Exception::IC4Exception". > > The WDT/400 version is V5R1 SP4 > > 1. What is wrong? > 2. Is the the 'access class library' no longer supported, because i can not > find documentation at the info center > (offline and internet version)? > 3. How can i accelerate the compile process (CRTCPPMOD)? It work _very_ > slow...... > > Thanks > > Peter > > > >

+ Reply to Thread

Similar Threads

  1. Replies: 2
    Last Post: 06-06-2003, 12:57 PM
  2. Replies: 1
    Last Post: 12-24-2002, 11:12 AM
  3. Replies: 1
    Last Post: 12-12-2001, 09:35 AM
  4. Error EVFCSVRD.exe - Application Error
    By Guest.Visitor in forum Programming
    Replies: 7
    Last Post: 09-07-2001, 10:07 AM
  5. Replies: 3
    Last Post: 12-13-2000, 01:58 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