Native API Compiling --Help!

I am trying to compile my first Native API. The code is all good and
error-free but I can’t seem to compile it. Where should I put all the files
connected with the program? What does the error message “Setting
TARGETPATH= c:\NTDDK\lib in .\sources is not valid - please use obj.”
mean?

Please don’t laugh at me. This is my first job out of college and I’m just
a junior programmer. Help!!! :slight_smile:


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

----- Original Message -----
From:
To: “File Systems Developers”
Sent: Thursday, February 08, 2001 2:15 AM
Subject: [ntfsd] Native API Compiling --Help!

> I am trying to compile my first Native API. The code is all good and
> error-free but I can’t seem to compile it. Where should I put all the
files
> connected with the program? What does the error message “Setting
> TARGETPATH= c:\NTDDK\lib in .\sources is not valid - please use obj.”
> mean?
use this for setting ur lib dir
TARGETLIBS= c:\NTDDK\lib

TARGETPATH - indicates where the output files should be generated

>
> Please don’t laugh at me. This is my first job out of college and I’m just
> a junior programmer. Help!!! :slight_smile:
>
> —
> You are currently subscribed to ntfsd as: xxxxx@Legato.COM
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com