| Thread | Last Post | Replies |
|
| Q: Restore VS 2k5 file associations??? - A quirk problem | 30 Nov 2006 15:23 GMT | 1 |
Who knows how to restore VS 2k5 file associations, I've clicked Tools->General->"Restore File Associations" button but it doesn't work at all. I know Repair the whole product could fix it, but it costs too much time. So, if anyone could fix this issue please tell me asap. Any ...
|
| Using #line directive | 30 Nov 2006 07:42 GMT | 1 |
I have a C++ project in DOT NET. I am using the __FILE__ and __LINE__ to print the current file and line number. I do not want the file anem with the full path to be printed. So I used the #line directive. [code]
|
| STL Link Errors converting from VC7 to VC8 | 29 Nov 2006 02:57 GMT | 2 |
I am converting a DLL project from VC7 to VC8. The project is a managed C++ DLL. The project uses a non managed C++ library compiled an linked in VC7 which uses the STL. I just about got everything to link with the exception of some STL link
|
| int[,] array in C++? | 28 Nov 2006 16:27 GMT | 8 |
I am failing to create appropriate array in C++ to pass to a C# method. The method looks like public Foo(int[,] data) {..} in C#. When I try to call it with an array initialized in C++ as:
|
| Simple Threading Question | 28 Nov 2006 10:04 GMT | 1 |
I'm attempting to use threads in .NET VC++ comming from a strict C background. Unfortunately I'm a bit rough. I've gotten a rather good knowlege of VC++ and have been converting projects from VB and C# to learn how to do them in VC++ .NET.
|
| createdll tutorial VC++ 2005 | 27 Nov 2006 04:00 GMT | 6 |
I need to develop DLL that exposes API. It should be accessed by C#. Can any one please help me with that? any tutorial or link would be greate. TIA,
|
| Allow instantiation internal but not external? | 26 Nov 2006 21:37 GMT | 2 |
Is there any way to define a class in such a way that it will allow instantiation of the class internal to my project but not allow it when the class is used via the resulting DLL of my project? In ActiveX this can be done with the noncreatable keyword. How can this be done in ...
|
| Adding my control to the .NET list in Add/Reference dialog (ReAsm)? | 26 Nov 2006 20:25 GMT | 4 |
I created a .NET control in managed VC. I noticed that many similar controls are listed under the .Net tab of Add/Reference. How do I get my control in this list? I tried RegAsm which said it registered the control with no errors. But
|
| Can't get linker to resolve __iob | 25 Nov 2006 08:30 GMT | 1 |
I'm converting a project from vs2003 to vs2005. The project links against a thirdparty library (pvrtc.lib, the PowerVR tc compression library), which apparently was built with some older version of the MS C++ compiler. It is a static library that has embedded libc.lib ...
|
| ThreadPool Error Compiling, Pointer To Member. | 24 Nov 2006 18:01 GMT | 1 |
This question is prob. extremely trivial but I can't seem to find out what is going on. I've been doing some basic work with Multithreading and Worker Threads and have determined I'd like to set up a minor project that has ThreadingPools.
|
| unmanaged pointer in managed c++ | 24 Nov 2006 17:23 GMT | 7 |
Hi, i'm new to this stuff so please excuse my lack of understanding!!! I've got an unmanaged class called Category and a coresponding managed class, also called Category (shown at the end of this message)... I can create and manipulate the class successfully in c#, but it crashes ...
|
| Shortcut to compile a file of any type | 24 Nov 2006 16:42 GMT | 5 |
Often I just want to compile one c++ file in a project the check it for errors. Now I can right click on a *.cpp file and select "Compile" But is there a way and short cut to compile a file of any type. luke *.cc,
|
| VC++ 2005 Express and Winsock | 24 Nov 2006 16:20 GMT | 2 |
I have some old C code that uses winsock for network programming. It appears that VC++ 2005 (Express) does not include winsock support. Is there any way to use winsock functions?
|
| Isolated Storage - Problem with GetMachineStoreForAssembly | 24 Nov 2006 15:42 GMT | 1 |
I need to create an Isolated Storage File for my assembly with machine level scope. I have used the 'GetMachineStoreForAssembly' method to do this and this creates the Isolated Storage File successfully but when I log onto another profile and run the code, it creates another ...
|
| Send Message(string) c# exe to vc++ exe(unmanaged) using WindowsSendMessage | 24 Nov 2006 15:39 GMT | 1 |
I tried followinf but working fine fo int but how to do it for string using user custome message in c# [DllImport("User32.dll")]
|