| Thread | Last Post | Replies |
|
| executing crt functions in immidiate window | 16 Aug 2006 06:48 GMT | 2 |
While debugging, can I execute functions like strlen() in immediate window? I tried strlen () on some pointer to char array and it said: CXX0017: Error: symbol "strlen" not found Regards,
|
| Problem with multiply defined symbols in a mixed-mode DLL | 15 Aug 2006 21:45 GMT | 6 |
I have 5 native static libraries that are being compiled in Visual Studio 2005 with the /MDd C Runtime option. I have 2 CLR DLLs (all managed code) in Visual Studio 2005 and the /MDd C Runtime setting. They are in the same solution, and compile/link without problems (Debug
|
| Debug a C++ DLL from a C# Windows app in VS.NET2005 | 15 Aug 2006 18:22 GMT | 3 |
I have been trying to set breakpoints inside a C++ DLL and running a C# application which calls the exported functions from the C++ DLL. However, when I run my solution in debug mode it always says "The breakpoint will not currently be hit. No symbols have been loaded for
|
| 400%-800% Slower Ops after Migrating from WinNT to Win2003 | 15 Aug 2006 13:20 GMT | 2 |
Please share with me any ideas you may have for troubleshooting and resolving the subject problem. I can give more details as necessary. (Please advise if I should post this problem to a more specific group.) Here's the situation in a nutshell. We're using WinXP Pro ...
|
| HELP | 15 Aug 2006 10:52 GMT | 1 |
I purchased "Microsoft Visual Studio Program 2005". I have a teaching book for teaching Visual C++.Net. Please, any body can guide me, how can I install the "Visual C++.Net" from
|
| Flicker in Custom Common Dialog | 15 Aug 2006 03:27 GMT | 1 |
I am creating various customized open file dialogs. When I display one of my large dialogs followed by one of the smaller dialogs, you can see the smaller dialog resize itself from the larger dialog's size. How do I avoid this? I am resizing the dialog in response to the Init
|
| Managed Wrapper for UnManaged c++ code | 14 Aug 2006 17:09 GMT | 4 |
I want to write a managed wrapper( kind of proxy) which will call into unmanaged C++ code. I've got a general idea and have read some articles on how to do it. But I cannot find any information on some specific things..
|
| problem deleting char* used in threads | 14 Aug 2006 09:52 GMT | 16 |
My solution consists of 2 projects, 1 is a dll (contains sockets functionality, multithreaded), and the other is a wtl gui project. Both are totally unmanaged. The gui app has a edit box, acting as a console, where I send messages from dll to be displayed. The way I am sending ...
|
| Is there any way to disable warning D9035? | 14 Aug 2006 08:14 GMT | 5 |
For reasons that it would be long to explain, I need to use the option /QIfist in VC2005. This gives me the following warning whenever I compile: cl : Command line warning D9035 : option 'QIfist' has been
|
| Urgent ! simple question ! using a DataGridView's protected metho | 14 Aug 2006 07:51 GMT | 1 |
I have created a DataGridView in VC++ (in Visual Studio 2005, .NET 2.0), say its named "myGrid". I am trying to use its protected method, SetSelectedRowCore, to say highlight (select) row number 3.
|
| how to turn on SSDP and Universal Plug And play Windows services programmatically? | 13 Aug 2006 01:14 GMT | 1 |
could someone please enlighten me on how I could turn on the above mentioned two windows services programmatically? Reason is i am writing a program which needs to turn on these two services in order to access the UPnP router to turn on port forwarding programmatically, and turn ...
|
| error LNK2019 | 12 Aug 2006 04:25 GMT | 1 |
Im having several problems with the error LNK2019. I ve a class that derives from another: //controller.h #include MessagesNotifier_Client
|
| Running on version of .NET older than build version | 11 Aug 2006 18:45 GMT | 3 |
I am creating a managed DLL in C++ using VS.NET 2005 and .NET 2.0 that I hope can be used by applications created for older versions of .NET. I have a feeling this is not possible, and I hope someone can either confirm it is not possible or perhaps suggest what I might be doing
|
| yacc/lex or bison/flex in visual studio? | 11 Aug 2006 18:38 GMT | 6 |
We are finding ourselves in a situation where we have to parse several more or less free format text files. In the past, on linux, we had flex and bison for generating very fast parsers for these files.
|
| CWinFormsView has arbitrary minimum size? | 11 Aug 2006 16:51 GMT | 1 |
I am using CWinFormsView to host my C# control. When I resize the view window to a larger size the control seems to grow with it just fine. But when I shrink the size of the view, I get scroll bars. I don't want scrollbars, I want the control to shrink.
|