Questions tagged [acc]

The aCC command invokes the HP aC++ compiling system

The aCC command (the driver) invokes the HP aC++ compiling system. You must use the aCC command to link your HP aC++ programs and libraries. This ensures that all libraries and other files needed by the linker are available.

Compiler Command Syntax and Environment Variables

46 questions
0
votes
2 answers

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 OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\My Documents\db2.mdb") …
Neel Desai
  • 449
  • 4
  • 15
  • 26
0
votes
1 answer

OpenACC compatible with GNU Scientific Library (GSL)?

I am testing to see if I can even use GSL functions within OpenACC compute regions. In Main.c I try the following (silly) for loop which uses GSL functions, #pragma acc kernels for(int i=0; i<100; i++){ gsl_matrix *C = gsl_matrix_calloc(10,…
navmendoza
  • 21
  • 1
  • 5
0
votes
1 answer

How to get same Pre-processor output for aCC (Hp-Ux) and g++ (Linux)?

I've scripts specifically written to perform certain actions on HpUx pre-processor output and get desired details. HpUx-ia64. Linux-x86_64. Now I need to migrate the same to Linux. Instead of rewriting tool entirely for Linux, how can I get the…
0
votes
1 answer

Why no BCC UI for inventory management in ATG?

As per my understanding, inventory of SKUs should be maintainted by business users. But, I don't see option(UI) for that in BCC. Is my understand wrong? If not, what is the strategy Oracle/ATG recommending business users to maintain inventory…
0
votes
0 answers

Compile project in SVN repository is that possible

i had little experience with svn in the past. Right now, i am working on svn... I have a svn repository "trunk/testProject" it has a copy of test.c and test.h (test.c and test.h are tested and compiled on my local working space, and they are…
user2632336
  • 3
  • 1
  • 5
0
votes
1 answer

type ACC audio 1.28

want to know the version of the audio "libfaac 1.28" is it called version 2 or 1 is it called HE-ACC or HL-ACC why called fACC it's exist with mp4 video 6C-69-62-66-61-61-63-20-31-2E-32-38
0
votes
1 answer

SQL Query to Access Query

The following query keeps giving me errors: INSERT INTO [tableFinalData] (ClientGroupCode, WorkActivity, SubProj, ClientCode, Client , ProjectYear, StaffCode, ProjectCode, Hours, Rate, Amount, BillingStatus) SELECT…
0
votes
1 answer

FFMPEG conversion error from MKV to MP4 using libfdk_aac codec

The purpose of doing this is because my "Smart" samsung TV doesn't play MKV files. This thread mentions that there is no need for video conversion, just changing the container might suffice. After reading multiple threads on how to change the…
Charlie Brown
  • 144
  • 10
0
votes
1 answer

Android Streaming video MOV with ACC (mp4a) audio and H264 video

I would like to show some video in my android application. Video are like: http://myserver.com/video/myvideo.mov All the video are in .mov and some in .flv. .mov have H264 - MPEG-4 AVC (avc1) video channel, and MPEG ACC Audio (mp4a) audio…
Tenaciousd93
  • 3,438
  • 4
  • 33
  • 56
0
votes
1 answer

Why this error .. command text was not set to command object

conn.Open() Try Dim update As New OleDbCommand update.Connection = conn update.CommandText = " UPDATE O_name SET fname= '" & Name1.Text & "' WHERE ID = '" & ID.Text & "'" update.ExecuteNonQuery() …
user2780962
  • 113
  • 2
  • 3
  • 10
0
votes
1 answer

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.
user225269
  • 10,743
  • 69
  • 174
  • 251
0
votes
1 answer

Authentication of user through the Application client container in GlassFish is too ambitious?

Problem When I inject an @EJB proxy in the Main class of an application client, and that EJB has a method that require a user to be in a certain role, then the application client container (ACC) will require the user to login as soon as the…
Martin Andersson
  • 18,072
  • 9
  • 87
  • 115
0
votes
1 answer

What do these HP-UX PA-RISC aCC compiler options mean?

I'm checking a 7 years old C/C++ system's Makefile. It was compiled by HP aCC, and it's running on HP-UX PA-RISC. I found many cflags descriptions here: http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/Online_Help/options.htm , but these…
Leonardo Alt
  • 325
  • 3
  • 9
0
votes
1 answer

CC not linking libCrun.so.1

When I compile and link a .so file on my machine, it works. When I try to distribute the file to someone, they are getting errors. To be more specific, I am building on: -bash-3.00# uname -a SunOS bob 5.10 Generic_127127-11 sun4u sparc…
user823848
  • 25
  • 7
0
votes
0 answers

jws in glassfish without acc. (depl from eclipse)

I want to make a java swing client available by Java Web Start. Glassfish does this automatically (generates a jnlp and signs the required jars). My problem is that the Glassfish generated jnlp also includes all the application client container…
Aksel Willgert
  • 11,367
  • 5
  • 53
  • 74