Using Oracle Programmer 2000 with Microsoft Visual C++ 4.2 or 5.0 
Author Message
 Using Oracle Programmer 2000 with Microsoft Visual C++ 4.2 or 5.0

Hi,

We have problems using Oracle Programmer ProC/C++ with Microsoft Visual
C++. The precompiler (added within a custom build) has problems with the
standard headerfile stdafx.h. Visual C++ adds #ifdef XXX #define above all
headerfiles. In Visual C++ this is a very long string (more than 30
characters).

It seems that the precompiler doesn't accept string longer than 30
characters. How to handle this problem?

Thanks in advance

Remon & Henk



Tue, 04 Apr 2000 03:00:00 GMT  
 Using Oracle Programmer 2000 with Microsoft Visual C++ 4.2 or 5.0

Quote:

> Hi,

> We have problems using Oracle Programmer ProC/C++ with Microsoft Visual
> C++. The precompiler (added within a custom build) has problems with the
> standard headerfile stdafx.h. Visual C++ adds #ifdef XXX #define above all
> headerfiles. In Visual C++ this is a very long string (more than 30
> characters).

> It seems that the precompiler doesn't accept string longer than 30
> characters. How to handle this problem?

> Thanks in advance

> Remon & Henk

Assuming that what you suggest is real (???), I would suggest that you
isolate
the ProC code to a single file that does not contain the offending
headers,
and create an appropriate header (class ??) that ties this file in.
Obviously,
the precompiler should only be assocatiated with the ProC file.

Mike Krolewski



Wed, 05 Apr 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Using NuMega BoundsChecker 4.2 with Visual C++ 5.0

2. Using NuMega BoundsChecker 4.2 with Visual C++ 5.0

3. Using NuMega BoundsChecker 4.2 with Visual C++ 5.0

4. Good Books on C++ , Visual C++ , Oracle 8 and Developer 2000(forms6)

5. Microsoft Visual C++ 4.2 Sample Problem 2

6. Microsoft Visual C++ 4.2 Sample Problem

7. Visual C++ 5.0 -vs- 4.2

8. Visual C++ 4.2 or 5.0? MFC or JFC

9. US-TX-DFW DALLAS SOFTWARE DEVELOPERS - Visual C++ 5.0 / MFC 4.2

10. visual c++ 4.2 & 5.0

11. *** Visual C++ 4.2, 5.0, ActiveX VS Java?? ***

12. Visual C++ 4.2 or 5.0? MFC or JFC

 

 
Powered by phpBB® Forum Software