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 TouchToneTommy 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: iipee
  • Content: Threads
  • Order by date
  1. iipee

    Moving an SQL application to SQL2005 Express

    I have been programming an application with VC++ 2005 and SQL Server 2005. I have converted an old 16-bit database for 32-bit managed code and SQL server and the application seems to be good. Now I want to deploy the application to another server for testing. I have installed XP SP2, Windows...
  2. iipee

    Unmanaged data to managed CLI code

    Hi! I am trying to update an old data base application created earlier with VB3 and RDM45.dll. There is a data base definition routine which creates a C language header file which include the following definition struct vets_r { short vetno; char vetnimi[30]; char prof[30]...
  3. iipee

    Class constructor after dllimport

    I am trying to upgrage an old VB3 & RDM4.5 application with fairly big database into VS.net and RMD7.1. As RDM 7.1 has been created with unmanaged C, I have instead of VB made a test program as a VC++ forms application. Now I can transfer the RDM functions with for instance...

Part and Inventory Search

Back
Top