Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: davemassey
  • Content: Threads
  • Order by date
  1. davemassey

    Retrieving data over internet?

    I'm wondering if anyone has been able to retrieve records from an Access DB over the internet using Visual C++. I have 20 mg database which I just want to set up on a web page and then have my VC++ application (which runs on client computers) point to the database on the web page and execute...
  2. davemassey

    Can Win program connect to access DB over Internet??

    Hi all! I have an application which, currently, connects to an access database on the users local machine in a read-only manner (ie, users are not allowed to update the database). Due to the database size, I'd like to move the database to our web site and allow our windows applications...
  3. davemassey

    crviewer9.dll and craxdrt9.dll won't register!

    Just installed CR Developer 9 and cannot get craxdrt9.dll or crviewer9.dll to register (they're both in the "correct" directories and I've run CR9deploy.reg to update the registry and I have the dlls in the directory mentioned in CR9deploy.reg). The error that I get when running regsvr32 is...
  4. davemassey

    Exporting under CR 8

    All, I'm having problems consistently exporting to the different available formats using CR 8. My users are on Win9x thru WinXP and rely on my installer to drop and register the required CR dlls on to their computers. The problem is that sometimes the exported files are zero length...
  5. davemassey

    How to Export to PDF under CR 8...

    Hi all, I can't seem to pin down which dll's are required for exporting to the PDF format under CR 8. Can anyone please tell me exactly what I need and where the files need to be deployed? (My users are using win9x, winNT, win2k, winXP.) Thanks! -Dave
  6. davemassey

    DLLs required for Export to PDF format under CR 8

    Hi all, I can't seem to pin down which dll's are required for exporting to the PDF format under CR 8. I keep seeing different information depending on the source: "Need to have urmon.dll, or crtslv.dll, or msvcp60.dll and have to have files in this directory..." Can anyone please tell me...
  7. davemassey

    SetHandleContext() error dialog following software install

    Hey, I know that this is a bit off topic.. I've inherited a system developed under VC++ on a Win2K machine. During installs on a WinNT 4.0 machine (using installshield) the users get an error about missing entry point for SetHandleContext procedure in KERNEL32.DLL. Does that sound like an...
  8. davemassey

    Do you have to "pair" DLLs?

    Hi all! I've been told that certain DLLs from MSoft have to be deployed in "pairs" based on version numbers. So, you have msvcrt.dll and msvcirt.dll you'd have to ensure that they are deploy with the same version numbers. Does that sound correct and how closely would the version numbers have...
  9. davemassey

    Regsrv32 or Do you have to "register" DLLs?

    I've heard that you sometimes have to register DLLs and I'm wondering 1) is that correct? and 2) what are the requirements for doing so? and 3) how can I tell that a DLL needs to be registered. Thanks! Dave

Part and Inventory Search

Back
Top