Which files are necessary for running a Win32 application

I want to run the Win32 application (written using Notes C++ API) in a machine (it doesn’t install Notes or Domino on it), Which files I need to copy to that machine from Notes machine.My test steps are:

  1. I use Notes C++ API sample file – dbtitle.cpp

  2. Compile and link dbtitle.cpp to make out dbtitle.exe

  3. run this file in a dos window, and I get the error message – “Error: Error code 0x1007 ”

Subject: You need a minimal Notes client install

You need to have a working client or server.With a notes.ini and user.id

You will even be prompted for a password if the user.id is password protected!