Hi all. Please could anyone help in sorting out his error message i have. I created a dll project (saved directly in c:/), added existing library files from a folder by doing: source-----> add existing items and then adding the library files. I then built the library successfully.
Next I opened another project, and 1.) Added the source or main program that uses the library by doing: 2.) References---->add reference. At this stage I added the dll file in the 'checkmate'---->win32 folder directory of the built library project as the reference.
Next I try to build the main program but get the error message above-error 404 - Cannot find definition for MODULE NM_LIB.
The library module interface for all the subroutines in the library is also in the dll project along with all the library subroutines. The MOD files generated after building the library is in drive c:/ and not in the 'checkmate' -----> win32 folder where the '.dll' file is.
One more thing is there a reason why i cannot create two separate projects in the same directory? Thanks a lot