PDA

View Full Version : Compiler question



Guest.Visitor
09-27-2002, 05:18 PM
I'm just starting the learning curve for Code400 V5R1, but I need clarification on one point: Does the Program Generator allow compilation on the server using source stored on the client (like VA C++ for AS/400), or do I have to migrate the source to the server? Thanks

Guest.Visitor
09-30-2002, 12:20 PM
Steve, The code to be compiled should be stored in the IFS on the iSeries and not on the client. This is because the actual compile will take place on the iSeries box; which can "see" the source code in the IFS, but not on your local PC. Since we have hundreds of modules in our builds, we use the nmake utility in the wdt400/system directory to drive our builds. The make files construct the CRTCPPMOD commands, then invoke them using the "codesrv" program with the "exec" option. Stephen West Steve John <sjohn@accessvia.com> wrote in message news:an2vu7$2qmi$1@news.boulder.ibm.com... > I'm just starting the learning curve for Code400 V5R1, but I need > clarification on one point: > > Does the Program Generator allow compilation on the server using source > stored on the client (like VA C++ for AS/400), or do I have to migrate the > source to the server? > > Thanks > >