CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    2

    windows 7 compatibility

    Hi!

    I don't know how this works. I created a windows service witch should start a process with "adobe flash media live encoder", but it doesn't, because it's not compatible. If I change the compatibility to "windows Xp" works fine from explorer, but from the windows service fails.

    Maybe somebody can help on this!

    Thanks.

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: windows 7 compatibility

    Maybe it needs to interact with desktop? If so, I'm not sure it is possible to enable this in Win7.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  3. #3
    Join Date
    Sep 2010
    Posts
    2

    Re: windows 7 compatibility

    Thanks for reply, I've solved the problem by creating a new windows app not windows service and worked perfectly.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured