The ADAPTIVE Communication Environment (ACE), a C++ network programming toolkit. For the ACE database available since MS Access 2007, use an ms-access tag and the ms-jet-ace tag.

learn more… | top users | synonyms

0
votes
0answers
13 views

ace javascript editor multiple instances

I'm working on an interface that uses a digraph to model a software pipeline where each node has associated metadata and (most relevantly) an editable code block. Right now I'm using ACE for its many ...
0
votes
0answers
46 views

Handling excel times imported from excel using Microsoft.ACE.OLEDB C#

I am importing an excel file using C# and JetOLEDb (Microsoft.ACE.OLEDB for excel 2010 and beyond), and I am using the following code: var fileName = @"C:\myexcel.xlsx"; var ...
0
votes
0answers
21 views

SSIS import from Access 2007 fails

ERROR MESSAGE: Test connection failed because of an error in initializing provider. Unrecognized database format '\nrpi.local\commonData.accdb' I set up my database and SSIS and everything was ...
-2
votes
1answer
56 views

unrooting prob in samsung galaxy ace [closed]

some 2 months back I rooted my android samsung galaxy ace following the tutorials from http://theunlockr.com/2012/11/22/how-to-root-the-samsung-galaxy-ace-s5830/ It got rooted successfully and there ...
1
vote
1answer
57 views

Wordpress + Advanced Custom Fields + ACE Editor Plugin

I'm trying to do a syntax highlighter combined with ACF + ACE editor for WordPress based on this guide. I've done this: <?php class acf_field_ace_code_editor extends acf_field { // vars ...
0
votes
0answers
20 views

ace_message_queue size and notification strategy

I am using ace_message_queue to pass data to threads in a thread pool. I am confused with ace_message_queue size. If I understand correctly, the size is in bytes, how many bytes can be stored in the ...
-1
votes
0answers
25 views

use javascript to parse html from “ace” editor [closed]

Hello I am trying to create a html editor/complier similar to this htmlsandbox now they to are using the ace editor but I cannot figure out how they are getting it to compile so I am thinking of just ...
0
votes
0answers
14 views

problems while using ACE_Local_Memory_Pool as memory pool

I am learning ACE recently, but I found the ACE_Local_Memory_Pool is performing confusing. the code is as following: #include <ace/Memory_Pool.h> #include <ace/MEM_Addr.h> #include ...
1
vote
1answer
52 views

multi thread programming - ACE_thread_t or ACE_Task

I want to write a multi thread process (on linux) using ACE. What is the difference between using ACE_Task and ACE_thread_t when implementing threads in c++
1
vote
0answers
44 views

set zoom camera on galaxy ace

on my galaxy ace: parameters.isSmoothZoomSupported () = false parameters.isZoomSupported () = false But in the app default camera setting the resolution to 640 x 480, you can do the zoom. How can I ...
0
votes
2answers
83 views

How to load XML in ACE?

UPDATE 1 Here is how I am currently loading text into my WT project. wApp->require("ace.js"); //orignal XML, reads in incorrectly on one line //std::string data = ReadFile("Q:\\settings.xml"); ...
0
votes
0answers
36 views

Hadoop vs DDS vs ACE

I am writing a report about distributed systems libraries for Java. But I can't see the difference between them. What is the difference between ACE vs Hadoop vs DDS? Can the three of them be used to ...
0
votes
0answers
45 views

C# Middleware for concurrency & network [closed]

I'm wondering what kind of strategies can one apply for designing concurrent & networked software but using the .NET Framework. I used in past projects WCF software but I haven't had the results ...
0
votes
0answers
17 views

some puzzle about thread pool using ACE

the problem is as follows: i have a interface supplied for video frame anlysis that is preview or recordings, it also says that real_time or non_real_time. i suppose the thread pool with ...
0
votes
1answer
62 views

Updating Excel Fields by OLEDB Deletes Defined Cell Names

I'm using OLEDB to update an excel file, this is the example of one of my updates that I have trouble : OleDbConnection myConnection; OleDbCommand myCommand = new OleDbCommand(); myConnection = new ...
0
votes
0answers
29 views

Unhandled exception when using ACE_Service_Config

I'm new to ACE (Adaptive Communication Environment). I am trying to link a DLL I built to a console program's main function using ACE_Service_Config::open(argc,argv). I have created the make and ...
0
votes
1answer
108 views

Unhandled exception linking to DLL

I have a problem when I link to a DLL I created. The exception thrown is Unhandled exception at 0x000007FA17461069 (ntdll.dll). The strange thing is that this only happens if I link the DLL in a win32 ...
0
votes
0answers
33 views

Symfony2 SecurityIdentity and ACE remove

I create a new RoleSecurityIdentity and ROLE if a new UserGroup is generated. Like: new RoleSecurityIdentity('ROLE_GROUP-'.$groupName); If the Admin creates a new Object, like a Media, he can ...
0
votes
0answers
26 views

Accepting a connection with ACE_SOCK_Acceptor

I just started to learn ACE. I tried some of their simple examples and ran into a problem. This is my code: int _tmain(int argc, _TCHAR* argv[]) { ACE_INET_Addr server_addr; ACE_SOCK_Acceptor ...
0
votes
1answer
596 views

ADO with XLSX files in Delphi XE

The issue here is ADO connection with Excel - is this still the standard way to read/write excel files within a Dephi XE environment? We're coming up with multiple issues when reading/writing using ...
0
votes
1answer
206 views

selectOneMenu and textEntry in IceFaces

I have problem with IceFaces, i try change ace:textEntry depends on item selected on ice:selectOneMenu. Also i don't need to go new page, i want it to be AJAX and reflesh everytime i change it. I try ...
0
votes
1answer
42 views

achartengine chart will not zoom even though zoom is enabled

I am running a data request from a service on a thread. I cannot seem to get pan or zoom to work for this app. Here is the method where I am setting it to allow zoom. I have also checked that zoom ...
0
votes
0answers
131 views

ACE/odbc connection to excel throws spurious error ONLY when FileUpload control is used to get filename

I have an Asp Page, with just a file upload control and a button. C# code behind opens the excel file and verifies the sheet names. When I use the FileUpload control to get the Excel file name, the ...
1
vote
1answer
95 views

OpenDDS IDL compiler compiler issue

and i am a little bit stuck tryng to compilea simple IDL file. root@ricardo:/home/ricardo/Desktop/librerias/dds/DDS/bin# ldd opendds_idl linux-gate.so.1 => (0xb771e000) ...
0
votes
0answers
98 views

oledb getDataTable improvement VB.NET

I have a method in visual studio 2010 to connect to Access 2010 using oledb I want to improve or maybe know if I am missing something Is this code a good aproach? Public Shared Function ...
0
votes
2answers
372 views

Ace editor “SECURITY_ERR: DOM Exception 18” in Chrome when running locally (no server)

I'm trying to run Ace editor from file system for now and in Chrome I'm getting: "SECURITY_ERR: DOM Exception 18" FireFox doesn't mind it. Found this on google groups: due to same origin ...
0
votes
1answer
46 views

Is it possible to detect if a string contains javascript?

I'm trying to find out if it's possible to detect if a given string is JavaScript script for the purpose of automatically setting Ace editor more. 'Rules of engagement' would be such that I can have ...
0
votes
0answers
62 views

Ace integrate with ShareJS with node.js

I am trying to build collaborative text editor(Ace) using node.js I did make Ace work with node.js, but im not completely sure how to integrate Ace with shareJs using node.js
0
votes
2answers
159 views

warning: deprecated conversion from string constant to ‘ACE_TCHAR*’

I'm attempting to write unit tests in which we call the constructor to a generic class in the form: void testConstructor() { int argc = 2; ACE_TCHAR* argv[] = {"Input1", "Input2"}; ...
-1
votes
1answer
46 views

/usr/bin/ld: cannot find -lACE [closed]

I'm currently trying to install the VAST library for research use. VAST requires that ACE library be installed. I've installed ACE via Ubuntu's repository and then I also installed it using the ...
1
vote
1answer
104 views

Re-writing this smart pointer

Im transferring some code from ACE to Poco. I'm new to multithreaded design so it is confusing me just a little! typedef Arc::AutoPtr<ResultSet, ACE_Thread_Mutex> QueryResult; Im not able to ...
1
vote
0answers
37 views

Whats the POCO Equivalent of ACE/ActivationQueue?

Is Poco::NotificationQueue the same as ACE/ActivationQueue?
0
votes
0answers
34 views

Socket++ or ACE, which is better for a gaming system? [closed]

I want to use an IPC for creating & managing an online gaming system. I searched and I decided to use ACE or Socket++. Now, for me, there is three major aspects. 1- Good learning resources. 2- ...
1
vote
1answer
49 views

ACE_RCSID is not found in ACE 6.1

ACE_RCSID is a function which is available in ACE5.5 for some loggin purpose. This is not present in ACE 6.1, is there any other equivalent function is available in ACE 6.1 similar to this.
0
votes
0answers
97 views

User Management and Privileges with Symfony2

I wonder if there's a powerfull tool in Symfony2 to manage the privileges and rights of users in the same fashion as Facebook. I have read the tutorial about ACL/ACE but I would like to grant/revoke ...
1
vote
1answer
63 views

ACE Macro Definition Error

I'm having difficulty expanding an ACE logging macro. This is an elementary problem but I cannot wrap my head around it. I'm attempting to formulate my own ACE logging macro with variable argument ...
1
vote
0answers
107 views

Is the syntax of my Ace oledb connection string correct?

Im just starting to learn programming and i'm trying to create a windows form in c# that would allow me to view excel files through a data grid and be able to manipulate the data by using Oledb's ace ...
1
vote
0answers
65 views

ACE_Mutex never calls pthread_mutex_destroy

In my code I use ACE_Mutex from the ACE library on a system (QNX) that has pthreads. Now I'm experiencing the problem that it seems like the destructor of ACE_Mutex doesn't call pthread_mutex_destroy. ...
4
votes
0answers
163 views

Ace Text Editor For Mobile Touch Screen Devices

I'm trying to get The javascript code editor ACE : http://ace.ajax.org to work on a mobile device. You can find it here jsfiddle.net/GRNcN/ I'am facing a problem , the vertical scrolling does not ...
6
votes
3answers
298 views

C++ can't find non-standard C functions in global namespace

We have a fairly large C++ project which I am now in the process of moving to VS2010 and also updating a few libs along the way. So far everything builds just fine now, except I get (to me) quite ...
0
votes
1answer
261 views

Replacing ACE with BOOST

I am new to BOOST We are planning to move from ACE to BOOST. We are not using complete ACE but just part of the ACE library and some are mentioned below ACE_THREAD ACE_OS ACE_Condition ACE_Timer ...
0
votes
0answers
160 views

ace:dateTimeEntry converts invalid date to its another date

I have an ace:dateTimeEntry component as below : <ace:dateTimeEntry id="surveyDate" partialSubmit="true" renderAsPopup="true" ...
0
votes
1answer
163 views

ICE faces libary in classpath prevents SaveAs dialog from popping up

As soon as I add the librarys icefaces.jar icepush.jar icefaces_ace.jar to my classpath in order to use ACE components, my SaveAs dialog won't popup? I'm not sure if this is a bug but without the ...
0
votes
0answers
93 views

read() call always returning 0 as the number of bytes read

I have this strange situation where the read(2) system call is always returning number of bytes read as 0. I know that this happens when the EOF is reached or the bytes to be read is specifed as 0. I ...
5
votes
1answer
457 views

Excel with ACE Timeout in .NET using Data Adapter Update

I am experiencing a timeout issue writing data from a dataset into an excel spreadsheet. Here is my connection string currently: <add key="ExcelConnectionStringHeader" ...
1
vote
1answer
100 views

Get row and column number from mouse coordinates

I am using Ace for my in browser text editor. editor.on("mousemove", function (e) { // use clientX clientY to get row and column locations }); From clientX clientY coordinates i need actual row ...
1
vote
1answer
120 views

ace:datatable filter listener

I am using a ace:datatable (in my jsf project). Inside this table I have a select box, which I want to be like this, I have implemented it on my page, All select boxes are show as expected. but when ...
2
votes
0answers
699 views

Installation of Access Database Engine 32-bit Fails [closed]

I am trying to install Access Database Engine 2007 32-bit. The splash screen comes up, you click "Next", then it fails with the error: "Installation ended prematurely because of an error" You click ...
1
vote
1answer
150 views

Boost::python with ACE , C++ ambiguous symbol

I am trying to have interface for C++ library for python using boost::python, my C++ code is using ACE , now when I include following code #ifdef BUILD_PYTHON_EXT #include <boost/python.hpp> ...
0
votes
1answer
82 views

how to set multiple ACEs of a same trustee in an ACL of an object

I am trying to set two Entries to an object folder of a same group, with difference inheritance, (one NO_INHERITANCE for FILE_TRAVERSE, the other as SUB_CONTAINERS_AND_OBJECTS_INHERIT, for ...

1 2 3