When trying to run a bespoke application I get the error message..
The instruction at 0x77e151e9 referenced memory at "0x00538c58". The required data was not placed into memory because of an I/O error status of "0xc000020c".
This happens on all machines.
Any ideas...
I have a client who uses Seagate Info v7.02.100 to view their reports. The reports are run on an ad hoc basis (no scheduling). They go to Seagate Info Report Designer to run the reports (some of which are based on .qry files).
Their concern is this method seems longwinded. My concern is that...
I'm creating runtime SQL for a query object. Simply...
SELECT *
FROM tablename
WHERE Fieldname1 = abc
and Fieldname2 = def
passing the following hardcoded value works fine
SQL.Add(' and FieldName2 = ' + '''T7379788''');
how would I pass a variable to the sql structure - along the lines of...
I've used InstallShield Express Limited Edition 2.12 to create a setup executable. Does anyone know of any reason why this executable should fail when trying to run on Windows 2000 machines? It previously installed our Delphi application fine on Win 95 and NT. (At the moment the user hasn't...
I've got a SDI Delphi application. Is it possible to suppress the creation of a new icon in the taskbar every time a new form is created. I would just like the one icon which, when selected, displays all the created forms with the latest on top. Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.