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

Managed C++/CLI

 
GeneralRe: Figured it out! Pin
Jeremy Osner27-Jun-03 2:20
Jeremy Osner27-Jun-03 2:20 
Generalconverting an idl file to .h Pin
si_6926-Jun-03 0:37
si_6926-Jun-03 0:37 
GeneralRe: converting an idl file to .h Pin
leppie26-Jun-03 7:17
leppie26-Jun-03 7:17 
Generalmouse pointer movement Pin
mujay23-Jun-03 2:42
mujay23-Jun-03 2:42 
GeneralShared Assembly Problem Pin
SuperGeek20-Jun-03 15:31
SuperGeek20-Jun-03 15:31 
GeneralRe: Shared Assembly Problem Pin
James T. Johnson20-Jun-03 15:49
James T. Johnson20-Jun-03 15:49 
GeneralRe: Shared Assembly Problem Pin
SuperGeek20-Jun-03 16:07
SuperGeek20-Jun-03 16:07 
GeneralRe: Shared Assembly Problem Pin
James T. Johnson20-Jun-03 17:18
James T. Johnson20-Jun-03 17:18 
SuperGeek wrote:
1) How do I reference the absolute location programmatically or in visual studio.Net?

In your #using statement you should be able to give the full path, or you can add the directory containing your assembly to the #using search path (in the project's properties go to C/C++ -> General and it should be right at the top.

SuperGeek wrote:
How can I compile code that uses classes in the assembly in the GAC?

The assemblies should also exist somewhere else on your system; if they don't the vendor screwed up (IMHO). For instance, in C#/VB.NET the Add Reference dialog doesn't pull its assembly list from the GAC, instead there are is a key in the registry where vendors can add values. This key lists all of the places the Add Reference dialog should look for assemblies.

That key could give you an idea of where to search to find the assemblies.

HTH,

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralRe: Shared Assembly Problem Pin
SuperGeek21-Jun-03 6:44
SuperGeek21-Jun-03 6:44 
GeneralRe: Shared Assembly Problem Pin
James T. Johnson21-Jun-03 7:02
James T. Johnson21-Jun-03 7:02 
GeneralRe: Shared Assembly Problem Pin
SuperGeek21-Jun-03 8:33
SuperGeek21-Jun-03 8:33 
GeneralRe: Shared Assembly Problem Pin
SuperGeek21-Jun-03 9:48
SuperGeek21-Jun-03 9:48 
GeneralRe: Shared Assembly Problem Pin
leppie20-Jun-03 15:53
leppie20-Jun-03 15:53 
QuestionIs this the correct syntax? Pin
monrobot1320-Jun-03 12:10
monrobot1320-Jun-03 12:10 
AnswerRe: Is this the correct syntax? Pin
Nemanja Trifunovic20-Jun-03 12:23
Nemanja Trifunovic20-Jun-03 12:23 
GeneralRe: Is this the correct syntax? Pin
monrobot1321-Jun-03 7:01
monrobot1321-Jun-03 7:01 
AnswerRe: Is this the correct syntax? Pin
Nathan Blomquist24-Jun-03 4:18
Nathan Blomquist24-Jun-03 4:18 
GeneralRe: Is this the correct syntax? Pin
monrobot1325-Jun-03 3:24
monrobot1325-Jun-03 3:24 
Generalcontrol is not coming out from Application::DoEvents method Pin
Uma Mahes19-Jun-03 18:21
Uma Mahes19-Jun-03 18:21 
GeneralRe: control is not coming out from Application::DoEvents method Pin
Uma Mahes19-Jun-03 21:20
Uma Mahes19-Jun-03 21:20 
GeneralStrange Compiler Error ... Pin
SD319-Jun-03 4:00
SD319-Jun-03 4:00 
GeneralRe: Strange Compiler Error ... Pin
Nathan Blomquist19-Jun-03 5:03
Nathan Blomquist19-Jun-03 5:03 
GeneralRe: Strange Compiler Error ... Pin
leppie19-Jun-03 7:34
leppie19-Jun-03 7:34 
GeneralRe: Strange Compiler Error ... Pin
Nathan Blomquist20-Jun-03 7:30
Nathan Blomquist20-Jun-03 7:30 
GeneralPassing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
rkvs18-Jun-03 6:42
rkvs18-Jun-03 6:42 

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.