rhayek
FabulaTech Forum Newbie
Posts: 4
|
|
Building with the NSPK API
on: Aug 10th, 2005, 6:45am |
Quote Modify
|
In trying to add the NSPK API to my VC++ project, every time I try to compile after including ApiDll.h, I get two reports of the following error: error C2653: 'NspkServiceApi' : is not a class or namespace name. These are the steps I followed to use the NSPK API in my VC++ project: 1. Copied ApiDll.h, ApiDll.dll, and ApiDll.lib into the project's code directory, and copied ApiDll.dll into the debug directory 2. Inserted ApiDll.h into the Header Files folder of the project in the project workspace view 3. In the Project Settings window, clicked the Link tab, and typed "ApiDll.lib" into the Object/Library Modules edit box 4. #included ApiDll.h in my project's cpp file Is there a step missing from my list? I'd appreciate any help.
|