[FreeRDP-devel] Doubt regarding freerdp

2022-08-07 Thread Jinit M via FreeRDP-devel
Hello all, Had a minor doubt regarding freerdp, as per what I am using freerdp is opening up as a system user.Now i want to open up another exe using freerdp but not as system user, is there any way we can do this? ___ FreeRDP-devel mailing list FreeRDP-

Re: [FreeRDP-devel] Doubt regarding dynamic virtual channel

2021-08-24 Thread Jinit M via FreeRDP-devel
ge.net> wrote: > >> Hi, >> >> >> there are no commands, you´d need to implement your own channel (client >> and server parts) and RPC (e.g. open a pipe to read/write strings locally) >> >> then you can load the channel (client side) with /dvc:yourchannel

Re: [FreeRDP-devel] Doubt regarding dynamic virtual channel

2021-08-24 Thread Jinit M via FreeRDP-devel
server parts) and RPC (e.g. open a pipe to read/write strings locally) > > then you can load the channel (client side) with /dvc:yourchannelname > > > regards > > Armin > > On 24.08.21 07:46, Jinit M via FreeRDP-devel wrote: > > Hello, I wanted to send data thr

[FreeRDP-devel] Doubt regarding dynamic virtual channel

2021-08-23 Thread Jinit M via FreeRDP-devel
Hello, I wanted to send data through a dynamic virtual channel, for example lets consider I want to send some text that is in string format. Can you help me with what command would I need to use? For example security protocol is specified through the command /sec command. There is the command line

Re: [FreeRDP-devel] Not being able to build FreeRdp

2020-11-24 Thread Jinit M via FreeRDP-devel
dows starting with vs2017 you > can natively use it, otherwise create a solution using CMake started > from your vs shell. > > > regards > > Armin > > On 24.11.20 13:58, Jinit M via FreeRDP-devel wrote: > > Not being able to build freerdp due to following error, can you

[FreeRDP-devel] Not being able to build FreeRdp

2020-11-24 Thread Jinit M via FreeRDP-devel
Not being able to build freerdp due to following error, can you suggest some tips? Cannot load project: project does not contain requested configuration Debug|Win32. Please verify that .sln file is valid and uses only existing project configurations. Have tried both 32bit and 64 bit method