OpenNETCF.WinAPI

Last post 05-05-2008 14:18 by ctacke. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 05-05-2008 12:37

    OpenNETCF.WinAPI

    Where can I a copy of the OpenNETCF.WinAPI.  I believe I need version 1.4.  All references I find on google for downloading it leave me at the OpenNETCF.com home page.  I downloaded the version 1.4 source code and compiled it.  That gave me 2 of the 3 dlls I needed (OpenNETCF.dll and OpenNETCF.WindowsCE.Forms.dll).  I just can't figure out how to get ahold of OpenNetCF.WinAPI.dll.

    My company had some source code changes made to our in house product to enable it to run on a different manufacturers device.  Years later I am trying to compile that code and I discovered that it includes references to OpenNetCF.WinAPI (it uses OpenNETCF.WinAPI.Win32Window.FindWindow()), but the source code returned to us does not contain the dlls.

     Please help!

    Filed under:
  • 05-05-2008 12:41 In reply to

    • ctacke
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-27-2007
    • Indiana
    • Posts 1,895

    Re: OpenNETCF.WinAPI

     There is a link directly to the older source (1.0 - 1.4) right on the SDF product page.

  • 05-05-2008 12:50 In reply to

    Re: OpenNETCF.WinAPI

    I really appreciate the quick response.

    I have downloaded and compiled the older source (version 1.4) and it contains 2 of the dlls I need (OpenNETCF and OpenNETCF.WindowsCE.Forms) however it does not contain OpenNETCF.WinAPI.  Am I overlooking something?

  • 05-05-2008 14:18 In reply to

    • ctacke
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-27-2007
    • Indiana
    • Posts 1,895

    Re: OpenNETCF.WinAPI

    I just went back and looked and I don't see the Win32Window class ever residing in an "OpenNETCF.WinAPI" namespace.   It's in OpenNETCF.Win32 in 1.0 through 1.4 (and probably after that as well).  Remember, namespace != assembly name.  These are all in the OpenNETCF.dll assembly.

Page 1 of 1 (4 items)