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

Managed C++/CLI

 
GeneralRe: How Do you pass a variable between forms? Pin
Lagwagon565-May-05 7:24
Lagwagon565-May-05 7:24 
Generalcode for controling web came Pin
Randil28-Apr-05 20:09
Randil28-Apr-05 20:09 
QuestionUsing PlaySound() in VC++ .net managed? Pin
ScottLeff26-Apr-05 12:23
ScottLeff26-Apr-05 12:23 
AnswerReally Dumb Suggestion Pin
ursus zeta28-Apr-05 11:11
ursus zeta28-Apr-05 11:11 
GeneralRe: Really Dumb Suggestion Pin
ScottLeff28-Apr-05 16:35
ScottLeff28-Apr-05 16:35 
GeneralSo Damn Easy Pin
ursus zeta30-Apr-05 9:19
ursus zeta30-Apr-05 9:19 
GeneralRe: So Damn Easy Pin
ScottLeff1-May-05 12:00
ScottLeff1-May-05 12:00 
Generalsorry Pin
ursus zeta4-May-05 9:22
ursus zeta4-May-05 9:22 
I should have gone into greater detail (because I made the same mistake).
If you have your solution open in Visual C++ .NET, right click on the Project (which is just below the solution in the Solution Explorer). This will open the Dialog Box for setting search directories. You want to open the Property page and set the search path that Visual Studio uses to find include headers, LIB files, and .NET assemblies. Open the Projects folder. Select VC Project Directories and then select the List Box option (It's in the upper right corner) for Reference Files (the default is for the include files). There will be a text message displayed explaining that Reference Files are those that you include in your source code with the #using directive (these have DLL extensions). Then when the text box appears, you type in the path to the installed directory (on my Computer, it's: "C:\WINDOWS\Microsoft.NET\DirectX"). Or, use the Browse button.
You'll know when you've gotten it, because suddenly your Intellisense will be displaying your DirectX stuff.
If all that fails, you can, of course, copy the DirectX 9 Managed DLL and paste it into the current directory in which your Solution file resides.
Here's the MSDN info:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxurfVCDirectoriesProjectsOptionsDialogBox.asp[^]
GeneralPointer to managed object <undefined> off timer thread Pin
Anonymous26-Apr-05 10:23
Anonymous26-Apr-05 10:23 
GeneralRe: Pointer to managed object <undefined> off timer thread Pin
Anonymous26-Apr-05 16:59
Anonymous26-Apr-05 16:59 
Questiongarbage collection fails? Pin
cchere23-Apr-05 13:04
cchere23-Apr-05 13:04 
GeneralBaseClass Interaction Problem Pin
classsystem23-Apr-05 5:21
sussclasssystem23-Apr-05 5:21 
GeneralRe: BaseClass Interaction Problem Pin
toxcct26-Apr-05 0:40
toxcct26-Apr-05 0:40 
GeneralRe: BaseClass Interaction Problem Pin
classsystem1-May-05 5:29
sussclasssystem1-May-05 5:29 
GeneralRe: BaseClass Interaction Problem Pin
toxcct1-May-05 19:59
toxcct1-May-05 19:59 
GeneralRe: BaseClass Interaction Problem Pin
classsystem2-May-05 15:56
sussclasssystem2-May-05 15:56 
GeneralRadioButtons and Groups Pin
Yaron Abershitz19-Apr-05 2:45
Yaron Abershitz19-Apr-05 2:45 
Generalsearching a map Pin
{cellardoor}16-Apr-05 13:03
{cellardoor}16-Apr-05 13:03 
GeneralRe: searching a map Pin
Christian Graus17-Apr-05 17:43
protectorChristian Graus17-Apr-05 17:43 
General_MM_SHUFFLE question Pin
swati2415-Apr-05 23:09
swati2415-Apr-05 23:09 
GeneralClear the screen Pin
Larsson14-Apr-05 21:10
Larsson14-Apr-05 21:10 
GeneralRe: Clear the screen Pin
IdUnknown15-Apr-05 15:23
IdUnknown15-Apr-05 15:23 
General2005 Beta-1 C++/CLI Pin
TFB14-Apr-05 7:30
TFB14-Apr-05 7:30 
GeneralRe: 2005 Beta-1 C++/CLI Pin
Sheng Jiang 蒋晟20-Apr-05 12:33
Sheng Jiang 蒋晟20-Apr-05 12:33 
GeneralRe: 2005 Beta-1 C++/CLI Pin
TFB21-Apr-05 6:58
TFB21-Apr-05 6:58 

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.