Create DLL To use in C# project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monteiro
    New Member
    • Feb 2008
    • 5

    Create DLL To use in C# project

    I am trying to compile this Project (HnSRTree-2.0beta5a.zip) from this site:
    <Link removed by weaknessforcats >
    to generate windows dll to use in C# project.
    I use the nmake command and try toi create a Visual C++ project.. but i cant!
    Any idea??
    Thanks
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    You create a Win32 project and when thew wizard appears, do not click finish.

    Instead, click Applications settings and there you can select DLL as your project result.

    Comment

    • monteiro
      New Member
      • Feb 2008
      • 5

      #3
      Originally posted by weaknessforcats
      You create a Win32 project and when thew wizard appears, do not click finish.

      Instead, click Applications settings and there you can select DLL as your project result.

      Ok thanks. it help me..

      Comment

      Working...