pigster

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Driver installation procedure #2326
    pigster
    Participant

    Well, all the code to install /uninstall portable driver is in the sources so it would be quiet easy to use portable driver right away. The problem is, that i can’t use the portable driver, because it is highly unstable on Windows 7 64bit. Sometimes it works, sometimes it crashes (blue screen). The non-portable driver works without any problem on various machines i tried if installed correctly.

    The non-portable driver would be just fine for me, but the installation procedure is somehow tricky.

    One simple thing would help me and that would be the set of API calls, which is used in the installer to the the driver properly loaded.

    in reply to: Missing file in sources #2329
    pigster
    Participant

    @yudiannlu wrote:

    I had try rebuild “allModules”, but “bszlib” folder and “allmodules” folder – cause some compiling error. Could you share you Directory structure idea?

    Thanks

    I haven’t used allmodules, but compiled only part by part
    This worked for me

    1. Install DDK (Not the windows8 one, you need one version older)
    2. Install BazisLib using installer and go through wizard (it will ask for DDK path)
    3. After opening project in wincdemu, fix bazislib project path (if you have bazislib under c:bazislib, it should pic it up without problem) by removeing and readding project in solution, or you can edit project file in some text editor
    4. Fix includes path in projects properties (you need to add bazislib into include path)
    5. It should compile now without problem, if you encounter problem with autorundisabler i had, you need to recompile autorundisabler alone first (to get some headers generated)

    in reply to: Missing file in sources #2332
    pigster
    Participant

    Understand
    Thank you.

    PS: Great work, the code is very readable.

Viewing 3 posts - 1 through 3 (of 3 total)