Visual C++ 6.0 Questions

1

VC++ runtime error
same vc++ code using opencv, there is no error in vc6.0, but when you create a new project in vs2008, using this code it has runtime error, but when use vs2008 to open an exist project created by vc++6.0, and convert to vs2008 format, no runtime error. why?

Answer Question   |  August 30, 2010  4:25 PM
Runtime Errors, vc++ code, Visual C++, Visual C++ 6.0, Visual Studio 2008, VS 2008
asked by:
5 pts.

VC++: int keyword gives different results in Oracle 9i and 10g
In my code i am using a structure with integer variable and this variable is used to accept values from generic VC++ 6.0 functions, the value which got filled to the variable is from a table field whose datatype is NUMBER(10), in oracle 10g it runs fine but in oracle 9i it always returns 0, [...]

Answer Question   |  December 24, 2008  9:09 AM
Data Type behaviour, int keyword, Integer variable, NUMBER datatype, Oracle 10g, Oracle 9i, Oracle development, Variables, VC++, Visual C++, Visual C++ 6.0
asked by:
35 pts.

1