Re: Pro*c 2.2 and msvc 2.0

From: Bo Stern <bo_stern_at_iname.com>
Date: 1997/06/07
Message-ID: <33998817.3AAA8F6C_at_iname.com>#1/1


Hi,

You have to use MS VC++ 4.x - if you're using Pro*C 2.2.3 you can also use msvc 5.0!

Also, add the following lines to your *.pc file:

extern void sqlcte ( const unsigned long, struct sqlexd *,

    const struct sqlcxp * );
#define sqlcxt( p1,p2,p3,p4 ) sqlcte( *p2, p3, p4 ) #define sqlcx2t( p1,p2,p3,p4 ) sqlcte( p2, p3, p4 )

This is necessary to circumvent a known bug.

Hope this helps.

Jairam, Kuppuswamy wrote:
>
> It compiled perfectly..
> but when i try to run it i get a general protection failure...
> (windows 95 client...) the library i am making use of is sqllib18.lib
> provided along with proc22...
>
> jairam kuppuswamy
> nck_at_hotmail.com


MSc. Bo Stern                         Office: Phone +45 44 80 84 12
Systems Engineer/Technical Analyst            Fax   +45 44 80 80 91
Oracle Denmark A/S                            Email bo_stern_at_iname.com
***************** http://home5.inet.tele.dk/bo_stern *****************
      The statements and opinions expressed here are my own and 
          do not necessarily represent those of my employer.
Received on Sat Jun 07 1997 - 00:00:00 CEST

Original text of this message