I have a Delphi 5 application (using BDE 5.1.1 and dbase tables) which generates an error when running on a workstation to which the user does not have administrator rights (W2K). The error is the generic "program.exe has generated errors and will be closed by windows. You will need to restart...
This may sound like a simple thing, but I have having a devil of a time getting it to work: I need to print condensed print from an old DOS program to a LaserJet 6L printer. I have tried using the control code sequence
chr(27) + chr(38)+chr(107)+chr(50)+chr(83)
which I got from some HP...
Getting closer... now I get the error
error C2039: 'Quadpart' : is not a member of '_ULARGE_INTEGER'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winnt.h(372) : see declaration of '_ULARGE_INTEGER'
Help! :(
LazyMe, because I am a total C++ neophyte, can you elaborate on the syntax that would be used for this, say if the ULARGE_INTEGER variable is called largeint ?
Thanks for the help!
Oops that was with the _ui64toa function. With the _i64toa function, it's this:
error C2664: '_i64toa' : cannot convert parameter 1 from 'union _ULARGE_INTEGER *' to '__int64'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
And I get the same type of...
I've tried the i64toa function and get the following compile error:
'_ui64toa' : cannot convert parameter 1 from 'union _ULARGE_INTEGER *' to 'unsigned __int64'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
I'm pretty new to C++, but I think that...
Does anyone know how to convert a ULARGE_INTEGER value (as in one of the parameters from the GetDiskFreeSpaceEx function) into a string value which can used in concatenation? The itoa and related function won't work.
Any advice would be greatly appreciated!
I have (or should say had) and installation of IM7 SP2 on the workstation class machine, but utilizing an SQL2K database on a separate server. The hard drive on the IM machine crashed, necessitating a reinstall.
My question is this: Is it possible to reinstall the IM7 and retain the previous...
I have a problem with a report that I am working on in QuickReports, where I use the QuickRep.QRPrinter.Canvas to actually draw graphical elements on the page. (e.g. LineTo, TextOut, Ellipse, etc.)
The elements appear fine on the preview in perfect proportion - however when printing, the entire...
Thanks, [b]richardchaven[b], I had tried that to no avail, but ultimately I did find the solution - there was a copy of SYSTEM.DCU from an older version of Delphi in the directory with the project files. It was picking that up and seeing it was the wrong one. Easy fix, but hard to find! :)...
I have a project that I was originally done in Delphi 2.0, but I am upgrading it to Delphi 4. However, when I try to compile it, I get an immediate error "Cannot find file SYSTEM.PAS". I have checked and the proper file is in the proper Delphi4 directory (I think it's LIB). I don't...
Thanks GeppoDarkson, for the tip - haven't tried it yet, but I will & see what happens. What a PITA, though. I'd hoped QuSoft would've had more of a conversion utility or something - or at least more documentation of the changes on their website. Anyway, the Align property no longer exists...
Thanks GeppoDarkson, for the tip - haven't tried it yet, but I will & see what happens. What a PITA, though. The Align property no longer exists, but there is a similar one for Bands called "AlignToBottom" and the "DataSource" property for QRDBText is now...
I have an application (using Quickreports)that was originally written in Delphi 3 with Quickreports 2. Since writing that app, I had upgraded to Delphi 4 (with QR3). My problem is now when I try to load in the old project, I get multiple errors on the QuickReports forms with the message...
Just to add that it usually does perform the Exchange backup correctly but not always. However, it always has the "Unable to initialize Remote Agent..." error.
I am getting the exact same symptoms and I do have the Exchange agent installed - interestingly, it backs up the Information Store fine, but gets the error when trying to back up the Directory Store.
I have tried the Veritas fix noted below, but to no avail (ronmorse, this may be something to...
Did you just upgrade to 8.5 or did this just start happening out of the blue? You may want to check out the buffer settings under the Device Tab, right click on the device, then Properties and the configuration tab. We had a similar problem after upgrading to 8.6 on some servers, and changing...
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.