The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Distributing a C++ wrapper for .Net and the GAC

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Steve Hebert

Posts: 218
Nickname: sdhebert
Registered: Apr, 2005

Steve Hebert is a .NET developer who has created the .Math compiler library.
Distributing a C++ wrapper for .Net and the GAC Posted: Oct 20, 2005 1:48 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Steve Hebert.
Original Post: Distributing a C++ wrapper for .Net and the GAC
Feed Title: Steve Hebert's Development Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/steve.hebert/rss.aspx
Feed Description: .Steve's .Blog - Including .Net, SQL Server, .Math and everything in between
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Steve Hebert
Latest Posts From Steve Hebert's Development Blog

Advertisement

I'm looking at distributing a C# assembly that provides access to a C/C++ dll.  On first thought, I was thinking I didn't need the GAC so long as a user is aware of where the C# assembly and C dll directory is.  As I think about this, since the C# assembly will be compiled and run elsewhere - will it be able to find the C dll without an explicit path or path setting to the C dll's directory?

I'll blog what I find out...

Read: Distributing a C++ wrapper for .Net and the GAC

Topic: Business Scorecard Manager 2005 - MSDN Download Previous Topic   Next Topic Topic: More on Outsourcing

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use