CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    100

    Developed under SP2 - Run under SP3

    I have an MFC application developed under Windwsow XP professional SP2.
    The application is installed and run on a Windows Embedded standard image (which is SP3).
    Are there any risks mixing SP2 with WES ?
    My application deals with UDP\TCP communication and GUI.
    It does not deal with security issues.

    Thanks.

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Developed under SP2 - Run under SP3

    It doesn't matter under what OS it was developed. You only need to have the appropriate dependency DLLs (such as CRT, MFC, etc.) on the target machine.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

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