Click here to Skip to main content
15,913,722 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Draw smooth text on Transparent bitmap Pin
xstoneheartx21-Aug-09 3:07
xstoneheartx21-Aug-09 3:07 
QuestionConvert GlyphIndex to Unicode Pin
xstoneheartx19-Aug-09 23:57
xstoneheartx19-Aug-09 23:57 
QuestionGraphicsPath.AddString Pin
xstoneheartx19-Aug-09 23:56
xstoneheartx19-Aug-09 23:56 
QuestionData in Arrays Pin
VikashGohil12-Aug-09 22:03
VikashGohil12-Aug-09 22:03 
AnswerRe: Data in Arrays Pin
Richard MacCutchan4-Sep-09 0:30
mveRichard MacCutchan4-Sep-09 0:30 
QuestionRead 1000 Lines from text file in a single shot ........ Pin
spalanivel11-Aug-09 6:47
spalanivel11-Aug-09 6:47 
AnswerRe: Read 1000 Lines from text file in a single shot ........ Pin
teejayem11-Aug-09 10:23
teejayem11-Aug-09 10:23 
QuestionInstall x64 & x86 managed assemblies in GAC Pin
Jason Newell10-Aug-09 11:42
Jason Newell10-Aug-09 11:42 
All,

I have a C++/CLI assembly that is compiled for x64 and x86. These files get installed in C:\Program Files and Program Files (x86) respectively on 64 bit machines via a Visual Studio .NET 2008 setup project. I also need these two assemblies to be installed into the GAC so that other managed apps compiled as "Any CPU" will correctly load the right .dll. I can manually install these two assemblies into the GAC using "gacutil /i" but I'm having trouble figuring out how to set this up in a setup project in VS.NET 2008.

The setup project property "TargetPlatform" is configured for "x64".
The setup project File System looks like this:
Global Assembly Cache Folder\Managed.dll /* (x64) */
Global Assembly Cache Folder\Managed.dll /* (x86) */
Program Files (64-bit) Folder\{AppName}\Managed.dll /* (x64) */
Program Files Folder\{AppName}\Managed.dll /* (x86) */

Upon building the project, I get 2 warnings:
WARNING: Two or more objects have the same target location ('[gac]Managed\2.0.0.0_487e2f56c7456732\Managed.dll')
WARNING: Two or more objects have the same target location ('[gac]Managed\2.0.0.0_487e2f56c7456732\Managed.dll')

I'm suspecting that VS.NET 2008 won't support what I'm trying to accomplish but I wanted to do a sanity check with you guys first. If it is ineeded the case, does anyone have alternative approaches or installers that I can look into.

Thanks so much! Thumbs Up | :thumbsup:

Jason Newell
www.jasonnewell.net

QuestionRead text file line by line.... c++ Pin
spalanivel8-Aug-09 7:22
spalanivel8-Aug-09 7:22 
AnswerRe: Read text file line by line.... c++ Pin
Luc Pattyn8-Aug-09 8:02
sitebuilderLuc Pattyn8-Aug-09 8:02 
AnswerRe: Read text file line by line.... c++ Pin
Mark Salsbery10-Aug-09 9:49
Mark Salsbery10-Aug-09 9:49 
QuestionCommand Write in to separate text file... Pin
spalanivel5-Aug-09 22:33
spalanivel5-Aug-09 22:33 
AnswerRe: Command Write in to separate text file... Pin
N a v a n e e t h6-Aug-09 17:36
N a v a n e e t h6-Aug-09 17:36 
QuestionC++ DLL Dependancy (Microsoft VC80 version) [modified] Pin
davejsmith5-Aug-09 8:24
davejsmith5-Aug-09 8:24 
AnswerRe: C++ DLL Dependancy (Microsoft VC80 version) Pin
davejsmith6-Aug-09 10:59
davejsmith6-Aug-09 10:59 
QuestionOpen Excel in C++ Builder Pin
memorexr3-Aug-09 5:08
memorexr3-Aug-09 5:08 
QuestionUsing a forms based GUI as an interface for unmanged C++ code Pin
alzaeem2-Aug-09 0:26
alzaeem2-Aug-09 0:26 
AnswerRe: Using a forms based GUI as an interface for unmanged C++ code Pin
N a v a n e e t h2-Aug-09 7:13
N a v a n e e t h2-Aug-09 7:13 
GeneralRe: Using a forms based GUI as an interface for unmanged C++ code Pin
alzaeem2-Aug-09 12:13
alzaeem2-Aug-09 12:13 
AnswerRe: Using a forms based GUI as an interface for unmanged C++ code Pin
Adam Maras2-Aug-09 13:23
Adam Maras2-Aug-09 13:23 
GeneralRe: Using a forms based GUI as an interface for unmanged C++ code Pin
N a v a n e e t h2-Aug-09 16:24
N a v a n e e t h2-Aug-09 16:24 
QuestionHow to Parse a string to DATE datatype using Managed C++ Pin
Anitha N.K. Ramesh29-Jul-09 20:26
Anitha N.K. Ramesh29-Jul-09 20:26 
AnswerRe: How to Parse a string to DATE datatype using Managed C++ Pin
teejayem30-Jul-09 3:40
teejayem30-Jul-09 3:40 
GeneralRe: How to Parse a string to DATE datatype using Managed C++ Pin
Anitha N.K. Ramesh3-Aug-09 2:13
Anitha N.K. Ramesh3-Aug-09 2:13 
QuestionPassing multi-dimensional array from C# to Win32 C++ dll [modified] Pin
devvvy29-Jul-09 16:51
devvvy29-Jul-09 16:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.