How to install on Win32 (Visual Studio 6, 2003 and 2005)

logotipo.png

Requirements

- Windows 95/98/Me/NT/2000/XP (XP recommended)

- Microsoft Visual Studio 6.0 or greater (2003 recommended)

Library installation

- Unpack "CRM32Pro_win32_vs.rar" on your desired path.

- Installation path must be in your search path, the best way to do that is add an entry to PATH environment
  variable. For example, in WindowsXP, right click on "My Computer", click on Properties/Advanced/Environment
  variables and add a variable to user list: "PATH path_crm32pro". With this, you have "CRM32Pro.dll" available
  for your applications.

- Your system is ready to run any application that uses the library. Examples: EditorDPF, SpacePong...

- If you want to develop applications using the library, you have to follow the next step:
  Add installation path to include and library path of Visual Studio.Usually, it's accessible from
  Tools/Options/Directories

- Now, it's ready!, you can develop your own applications or compile the examples by yourself.

How to compile applications

- Basically, you have to include "CRM32Pro.h" at beginning of your code and link against "CRM32Pro.lib".

- It is very important that runtime libraries on C/C++ code generation of Visual Studio will be set to
  "DLL multithreaded" (/MD switch) when you compile Release code or set to "DLL Debug multithreaded"
  (/MDd switch) when you compile Debug code.

- You have to link against "sdlmain.lib" (without SDL log errors output) or "sdlmainIO.lib"
  (with SDL log errors output ) if your are developing a console application or windows application
  without MFC support.If you use MFC or similar, you don't have to link against this library.



Generated on Sat Oct 20 17:32:23 2007 for CRM32Pro Library by  doxygen 1.4.7