Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
6answers
4k views

activate RTTI in c++

Can anybody tell me how to activate RTTI in c++ when working on unix. I heard that it can be disabled and enabled. on my unix environment,how could i check whether RTTI is enabled or disabled? I am ...
2
votes
2answers
267 views

C++ program problem

I am new to C++ programming. So I was trying my luck executing some small programs. I am working on HP-UX which has a compiler whose executable is named aCC. I am trying to execute a small program ...
0
votes
0answers
40 views

HP-UX iconv getting different results when linking with pthread

I am attempting to cross compile the HPUX compiler aCC. I have come across an issue where I am using the iconv library and I am seeing different results when I link with the pthread library. Here is ...
0
votes
0answers
101 views

Accumulator function in Emgu CV “Acc”

when calling Acc function an exception {"openCv:"} is thrown ... any help ?!! maxX = f1.Width; maxY = f1.Height; f2 = f2.Resize(maxX, maxY, ...
0
votes
1answer
121 views

Creating a C Array from 2D NSArray

I have a 2D NSArray of string numbers that I would like to convert to a 2D C array of doubles for use with BLAS/LAPACK functions (through the accelerate framework). This line of code seems to work, ...
0
votes
1answer
79 views

What can cause the application to report Undefined symbol __shlinit from a .sl library in HP-UX 11.00?

I am building a .sl library using aCC in HP-UX 11.00. I am able to build it and then link it to the application also successfully. But, when I execute the exe, it gives the below error ...
0
votes
2answers
236 views

how can i use a PASSWORD protected ACCESS database as a backend of my Vb.net project…?

I has a Access database ...that is password protected.... i am connecting in this manner given as follow .......(Without password protection) cn = New ...
0
votes
1answer
267 views

How to use parameterized queries in vb.net?

How to use parameterized queries in vb.net? Because I always wanted to make a program that could read an ms access database and display results based on your query.