ReadMe.txt Driver File Contents (MegaRACv2_4.zip)

========================================================================
       DYNAMIC LINK LIBRARY : RacAdbk
========================================================================


AppWizard has created this RacAdbk DLL for you.  

This file contains a summary of what you will find in each of the files that
make up your RacAdbk application.

RacAdbk.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

RacAdbk.cpp
    This is the main DLL source file.

	When created, this DLL does not export any symbols. As a result, it 
	will not produce a .lib file when it is built. If you wish this project
	to be a project dependency of some other project, you will either need to 
	add code to export some symbols from the DLL so that an export library 
	will be produced, or you can check the "doesn't produce lib" checkbox in 
	the Linker settings page for this project. 

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named RacAdbk.pch and a precompiled types file named StdAfx.obj.


/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

Function:
	1. int RacAddressAddEntry(char *from, ADDRESS_ENTRY *entrydata)
		
		This function will add entry to AddressBook Server.  "from" is 
		the machine which AddressBook Server is running. ADDRESS_ENTRY is the 
		entry record structure (see RacAddressBk.h for definition).  This function 
		return 1 if add ok, otherwise error.

	2.	int RacAddressDeleteEntry(char *from, ADDRESS_ENTRY *entrydata)

		This function will delete a entry from the AddressBook Server. "from" is 
		the machine which AddressBook Server is running. ADDRESS_ENTRY is the 
		entry record structure (see RacAddressBk.h for definition). This function 
		return 1 if delete ok, otherwise error.

	3.  int RacAddressEditEntry(char *_server, ADDRESS_ENTRY *oldentrydata,
								ADDRESS_ENTRY *newentrydata )
		
		This function will edit a entry from the AddressBook Server. "from" is 
		the machine which AddressBook Server is running. ADDRESS_ENTRY is the 
		entry record structure (see RacAddressBk.h for definition). This function 
		return 1 if edit ok, otherwise error.


	4. int RacAddressGetEntry(char *from, int *EntryInBuffer,  ADDRESS_ENTRY *datastoreBuff)

		This function will get all the records from AddressBook Server.  "from" is 
		the machine which AddressBook Server is running. "EntryInBuffer" indicates how many entries 
		in the Buffer.   "datastoreBuff" is a user privided buffer to store the data.  This 
		function return 1 if Get OK, otherwise error

	5. You cann't have space in each field of ADDRESS_ENTRY structure.

	6. The length of each field in ADDRESS_ENTRY structure are limmited.

Export:

	RacAddressGetEntry
	RacAddressEditEntry
	RacAddressDeleteEntry
	RacAddressAddEntry

Deliver:

	RacAdbk.lib
	RacAdbk.dll
	RacAddressBk.h



/////////////////////////////////////////////////////////////////////////////
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 2.59