RDP Wrapper Library (works with Home/Core SKUs)

Discussion in 'MDL Projects and Applications' started by binarymaster, Jul 26, 2014.

  1. trizic

    trizic MDL Novice

    Nov 21, 2014
    3
    1
    0
  2. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    RDP Wrapper updated! :biggrin:

    Version 1.5 (build 2014.12.11)

    • Added INI config support
    • Configuration is stored in INI file now
    • We can extend version support without building new binaries
    • Added support for Windows 8.1 with KB3000850
    • Added support for Windows 10 Technical Preview Update 2
    • Installer updated
    • RDP Config updated
    • Diagnostics feature added to RDP Config

    Also I'll research RemoteApp when I have more time. And it's quite possible that it communicates with termsrv directly.
     
  3. asulwer

    asulwer MDL Novice

    Nov 21, 2014
    12
    1
    0
    C++ version support for 6.3.9600.17415 is not working for either x86 or x64 versions. when i try to start services i get the following error

    Error 126: The specified module could not be found
     
  4. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    You're doing something wrong.

    1. Download the latest release binaries
    2. Uninstall old version
    3. Install new version
    4. Provide an installation log
    + registry key:
    HKLM\SYSTEM\CurrentControlSet\Services\TermService\Parameters\ServiceDll

    Also check the file is actually exists (not removed by AntiVirus, etc.)
     
  5. trizic

    trizic MDL Novice

    Nov 21, 2014
    3
    1
    0
    I disabled client shadowing and it seems to work for more than one session. Although it seems the sessions are a bit complicated, at least guacamole doesn't end the session after closing an app. I am not entirely clear on how to resume a remoteapp session or start a new instance of one, when theres another active session using the same remoteapp.

    Another thought was if the sessions for desktop or remoteapp are powered by remotefx for windows 8.1 ent. I see the graphics adapter as RDPDD chained so I assume not. in my research i found that for terminal services remotefx does not apply, it more for virtual desktops vdi.
     
  6. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,354
    2,026
    210
    Is it even worth spending time on Starter? Who cares about Starter?
     
  7. asulwer

    asulwer MDL Novice

    Nov 21, 2014
    12
    1
    0
    there is an issue with the C++ code. I installed the delphi version and its works no problem. when i replace the compiled c++ version with the delphi installed version and try to restart the service i get the same error as i listed above. something about cannot find something. i am not really sure how to debug a dll without an exe for VS to attach to. i really would like the c++ version to work, but i am happy with a currently working dephi version.
     
  8. ISOHaven

    ISOHaven MDL Junior Member

    Aug 21, 2012
    82
    31
    0
    "We can extend version support without building new binaries"

    Does that mean in future versions we'll just be replacing the INI file?
     
  9. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    Yes, exactly!
     
  10. ISOHaven

    ISOHaven MDL Junior Member

    Aug 21, 2012
    82
    31
    0
    Great thanks! That's awesome news.
     
  11. Magnetic_dud

    Magnetic_dud MDL Novice

    Oct 5, 2012
    6
    0
    0
    I don't know why, but the batch did not run the installer until I fully wrote the file extension.
    Also tried by manual propty, it didn't work until i wrote RDPWInst.exe
    Totally weird. Using Win 8.1 Pro
     
  12. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    It would be nice :)

    First of all, run program RDPConf (in the same package) and send me a screenshot of its main window, so I'll be able to determine your DLL versions.
     
  13. Blackfc

    Blackfc MDL Novice

    Jan 23, 2015
    3
    0
    0
    Attached! Hope that is what you are after
     
  14. binarymaster

    binarymaster MDL Member

    Jul 11, 2014
    101
    122
    10
    Try to change security mode to one of available options. Version 6.3.9600.16384 is fully supported, and I dunno about the problem...
     
  15. Blackfc

    Blackfc MDL Novice

    Jan 23, 2015
    3
    0
    0
    Thanks for the suggestion but that didn't do the trick. I have also tried another install with 8.1 Enterprise Update 1 and I get the same result. :(