richinseattle / imdisk-ramdisk

personal fork of http://www.ltr-data.se/opencode.html/#ImDisk
17 stars 8 forks source link

compile sources #1

Open boomsya opened 6 years ago

boomsya commented 6 years ago

hi can you helps me to compile src?

in VS2012 i have errors what projects can`t loaded because file not found:

  <ImportGroup Label="PreConfiguration">
    <Import Project="$(VCTargetsPath)\WDKConversion\PreConfiguration.props" />
  </ImportGroup>

it is really no folder on path "C:\Program Files (x86)\MSBuild\4.0\WDKConversion"

second problem is how to build all this? with this cmd?:

C:\WinDDK\7600.16385.1\bin\x86\nmake.exe D:\trueCrypt\imdisk-ramdrive\Makefile ARCHDIR=i386

but nothing happens. Nmake tell me what file "Makefile" is up to date.

and third problem is "WindowsKernelModeDriver8.1 not installed" but i have 3 folders:

C:\Program Files (x86)\Windows Kits\8.0
C:\Program Files (x86)\Windows Kits\8.1
C:\Program Files (x86)\Windows Kits\10.0
boomsya commented 6 years ago

all OK. with pain i was built this

richinseattle commented 6 years ago

As the comments said I forked this from unmaintained code not on GitHub but I’ll try to find time to upload a binary release. There are old imdisk executables somewhere. Do you mind replying to this issue with your build steps for 2013? On Tue, Feb 13, 2018 at 3:05 PM boomsya notifications@github.com wrote:

all OK. with pain i was built this

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/richinseattle/imdisk-ramdisk/issues/1#issuecomment-365275877, or mute the thread https://github.com/notifications/unsubscribe-auth/ABzNuQ5tzAGppyaWcnLOp1YORRWKtV5fks5tUZaUgaJpZM4SB_Fl .

boomsya commented 6 years ago

hi. thanks for answer:

  1. download file http://www112.zippyshare.com/v/ZlWKKl7Y/file.html - here is very helpful CMD file to configure WINDDK Builder
  2. i was copied this file to C:\WinDDK\7600.16385.1\bin
  3. inside CMD file i was configure path set BASEDIR=%SystemDrive%\winddk\7600.16385.1
  4. run CMD and select 1-2-3-4 to build x32 version or 5-6-7 to x64
  5. at second question in CMD (Checked(1) or Free(2)) select 2 for release and 1 for debug version. I was selecting always Free
  6. cmd configuring builder and start WINDDK builder in second console window
  7. go to project directory (e.g. cd d:\project)
  8. type "build" ad press enter
  9. exit from winddk and run file d:\project\install.cmd with disabled signature check in windows x64
  10. run file d:\project\cpl\amd64\imdisk.cpl or \i386\imdisk.cpl