Jump to content

Fgdump Compiling


newbee

Recommended Posts

when i attempt to compile fgdump in visual studio 2010 i recieve 2 error messages:

1 in pwservice.cpp @ line 100 typedef DWORD NTSTATUS throws an error because NTSTATUS is declared as long in the header file

2 in Pwdump6.cpp @ line 698 & 762 'NetShareEnum' : cannot convert parameter 1 from 'LPSTR' to 'LPWSTR'

my question is do i cast these variables (LPSTR & NTSTATUS) or change them to match the (respectively) the header and function declarations? also has anyone else recieved these errors in VS 2010

Link to comment
Share on other sites

when i attempt to compile fgdump in visual studio 2010 i recieve 2 error messages:

1 in pwservice.cpp @ line 100 typedef DWORD NTSTATUS throws an error because NTSTATUS is declared as long in the header file

2 in Pwdump6.cpp @ line 698 & 762 'NetShareEnum' : cannot convert parameter 1 from 'LPSTR' to 'LPWSTR'

my question is do i cast these variables (LPSTR & NTSTATUS) or change them to match the (respectively) the header and function declarations? also has anyone else recieved these errors in VS 2010

so pwservice compiles if built as a release but pwdump6 still has a problem with ^ @ line 698

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...