C++ Seattle 10
Discussions tagged C++ Seattle 10
-
more than a month ago
Ribbon action switches from Left click to rights click by autoscaling
Hello, In our Application we got the problem that the handling of the action trigger changes depending to the Group level in the Ribbon. If a group is autoscaled it can happen that the Action is no longer triggered by left clicking the ribbon item b... -
more than a month ago
Paradox database field called CDNo# or Date produces Firedac SQL error
I am migrating an old C++ Builder BDE database system that uses a paradox database. I am using C++ Builder Seattle 10 subscription upgrade 1 with both the development IDE and the target running on Windows 7 32 bit. First step is to get system workin... -
more than a month ago
ODBC MS Access FireDAC - do you need to call CoInitalizeEx() ?
Do I need to call CoInitializeEx() when running a FireDAC based interface to MS Access database tables (*.mdb) using the ODBC driver with the interface running in a separate thread? If so, should I call it with the parameter set to COINIT_APARTMENTTH... -
more than a month ago
Closing down FireDAC mulithreaded multi-database Access interface
I am trying to close all connections in a multi-threaded FireDAC system that interfaces to two separate MS Access 97 databases. After I have done this I then want to call the MS Access Compact function to "Compact" the MS Access database. This operat... -
more than a month ago
FireDAC MS Access 97 - rare but regular failure to Insert
Using C++ Seattle 10, Subscription Upgrade 1 running on Win 7 professional 32 bit and using an MS Access 97 database (as specified by the customer because of all their legacy Access code that they also use on the same database) with FireDAC interf... -
more than a month ago
drawer not overlapping TWebBrowser Component
I'm developing a web browser with C++Builder 10.0 Seattle that uses a drawer as its master navigation, but the drawer does not overlap the web browser component. I've tried everything but cannot seem to get it working. ... -
more than a month ago
Any method of making a suitable LIB file for a DLL created with Microsoft VS C++?
A hardware manufacturer has provided a DLL to interface with their USB device. This DLL is a C++ Class Library created in Microsoft VisualStudio. The supplied LIB files would not link (no surprises there - wrong format), so I used IMPLIB to create ... -
more than a month ago
COFF2OMF problem
Hi, I have *.lib file written in VC++ that I want to convert it from COFF to OMF. I used the utility COFF2OMF and also ImpLib, and ImpDef then Implib, but unfortunately I am still get linker error. Could anybody help me to convert the following att... -
more than a month ago
Win 32 CLANG is very slow?
I have loads of code written in C++ / VCL for Win32 - started with C++ Builder 6 (and used Borland C++ without VCL for work before then). But it is great to have access to C++ 11 features with the CLANG for Win 32. I have got to grips with the slight... -
more than a month ago
What is the __recovery folder ?
In C++ Seattle 10 Professional running under Win 7 I now get a folder called "__recovery" appearing in my project directory. This seems to be automatically created by the IDE (or compiler?). What is this folder for? In particular what is "recovering"...
- Page :
- 1