Enter Keywords:
1 - 10 of 2532(0.031 seconds)
Sort By:
 
Microsoft VC++ has an option for using a DLL version of the runtime library.  I there a similar option for Borland C++ Builder 3.0?  
Zones: C++Date Answered: 04/17/1998 Rating: 7.8 Views: 0
I have an MS Access 2.0 database that I wish to distribute to a lot of unconnected sites, that may not have a copy of Access.  What do I need to do to create a stand alone Access application that j...
Zones: MS AccessDate Answered: 07/03/1998 Rating: 7.2 Views: 0
Hello! I have an Access97 application- a runtime version which was working just fine on a PC that didn't haveOffice97. Improvements were made - I added charts to the app and some minor changes to f...
Zones: MS AccessDate Answered: 11/29/1998 Rating: 5.8 Views: 0
Hi experts, I have problems to create a button on a form during runtime. I created a demo program with 2 forms. Form1 contains a commandbutton, Form2 is empty. I want to accomplish that if I clic...
Zones: Delphi ProgrammingDate Answered: 02/11/1999 Rating: 8.6 Views: 0
Does anyone know of a setup program which will install the mfc redistributable dll's (and the C-runtime) for version5 or version6 of visual c++???  If so, where can I obtain it?
Zones: Windows ProgrammingDate Answered: 04/30/1999 Rating: 7.4 Views: 0
I have a database that several users have access to via the runtime module.When they double click on the desktop icon I created, the run time module window opens, but the database never materialize...
Zones: MS AccessDate Answered: 04/08/1999 Rating: 7.8 Views: 0
If you do a LoadLibrary on an EXE file and call an exported "C" function that function can't call C runtime functions and functions in other DLLs. If this same function is exported from a DLL, it w...
Zones: Windows ProgrammingDate Answered: 06/07/1999 Rating: 8.6 Views: 0
I was using IE4.o for browsing and mail. I was getting an error message after exiting Outlook Express. Runtime error 216 at 000043F2 I upgraded to IE5 hoping this would eliminate the problem. Now ...
Zones: Windows 95Date Answered: 08/15/1999 Rating: 7.0 Views: 0
I have an Access Runtime application with the following line under the Exit menu option. If IsRunTime() Then DoCmd.DoMenuItem A_FORMBAR, A_FILE, FMFExitItem (I don't want Access closing totally if...
Zones: MS AccessDate Answered: 02/28/2002 Rating: 8.0 Views: 0
I have to create an object at runtime. The Name of the class is stored in a stringlist and I have to create my objects out of this list. Here a piece of pseude code :   string[0] = 'TBitmap'...
Zones: Delphi ProgrammingDate Answered: 11/30/1999 Rating: 7.6 Views: 0