Re: Pro C

From: Vijay Nuthulapaty <nuthulav_at_lbm.com>
Date: 1995/05/16
Message-ID: <D8oC3t.Inq_at_lbm.com>#1/1


Hi,
There is a makefile that comes along with the installation of Pro*C that you can use to compile the proc programms with embedded SQL. These are the things that the makefile will do for you

  1. convert .pc file into a .c file
  2. convert the .c file into an object file, .o
  3. link the .o file with the required libraries and produce the executable. Go through the makefile and make the changes that you need to do for your specific program, and i am sure it will work, because mine did.

Vijay Received on Tue May 16 1995 - 00:00:00 CEST

Original text of this message