| Thread | Last Post | Replies |
|
| "The system cannot execute the specified program" | 28 Feb 2007 20:22 GMT | 2 |
I installed Visual Studio 2005 SP1, my application does not start on machines without Visual Studio installed any more. It was working without SP1. After searching the web, it seems caused by manifest file, I changed link
|
| Create pop3 mail account problem | 28 Feb 2007 16:36 GMT | 2 |
Is there a Windows API function used to create a pop3 mail account for Win server 2003. I just know an ADSI method to implement this. Thanks, Su
|
| bison and flex in visual stdio 2005 | 28 Feb 2007 10:34 GMT | 1 |
want use bison and flex in visual stdio 2005 for make small compiler by use Custom Build Rules in Visual C++ 2005 "FlexBison.rules file "
|
| NetGroupAdd ERROR_ACCESS_DENIED problem | 27 Feb 2007 22:21 GMT | 2 |
I am trying to use NetGroupAdd() to create a group on my computer, but it always return ERROR_ACCESS_DENIED. Do you guys know how to resolve the problem? (Windows Xp sp3) ///code here
|
| Problem | 27 Feb 2007 08:01 GMT | 4 |
Now I have a problem. I have some code like this: void SetFieldName(LPCTSTR lpszNewValue) { char szFieldName[11];
|
| frustrating parameter issue | 27 Feb 2007 07:01 GMT | 3 |
My question is part C# and part C++. Please don't kill me for bringing C# inhere :-) Also please don't kill me for asking a n00b question, I'm still new to C++/CLI and C#. I have an assembly written in C++/CLI with a public function:
|
| Handle to an opened form | 27 Feb 2007 03:15 GMT | 6 |
I have an C++/CLI MDI application with two Forms A and B. When I work with Form A I would like to know the handle of Form B (if it is opened), to use its handle in a delegate that execute a function in Form B. In example:
|
| error LNK2001: unresolved external symbol "extern "C" ... | 26 Feb 2007 17:29 GMT | 1 |
Hi! How can I fix this error? Error 1 error LNK2001: unresolved external symbol "extern "C" long __stdcall SHFlushClipboard(void)" (?SHFlushClipboard@@$$J10YGJXZ) UnmanagedTest.obj Basically I am calling the SHFlushClipboard method from "shlobj.h" (Win32)
|
| error C4430: missing type specifier - int assumed. Note: C++ does not support default-int | 26 Feb 2007 16:29 GMT | 1 |
The following function pointer declarations used to compile without any problems in VS7.1, now when I try to compile in VS8, I get a C4430 error. Anyone knows why, and how to fix it (without using pragma disable)? //My header file ...
|
| Simple Question - Passing Arrays to Functions | 25 Feb 2007 15:45 GMT | 2 |
I need to pass an array from C# to a managed C++ function (that will in turn call unmanaged C code). My knowledge of managed C++ syntax is limited (obviously). This needs to be a reference parameter so the function can change the contents of the array and give it back to the
|
| A VERY VERY HARD QUESTION ABOUT THE LINKER | 25 Feb 2007 13:15 GMT | 1 |
Sorry, its Friday and beautiful out.. Anyway, is there a way to ignore specific warnings in the linker like you can with the compiler? I compile with /WX mostly to ensure that people don't accidentally mix runtimes and want the ability to ignore other warnings.
|
| Read Excel lines with C++ | 25 Feb 2007 07:11 GMT | 2 |
Does anyone happen to know if there is a relatively easy way to read lines of an Excel spreadsheet in C++. I am not a real programming pro so I hope it will not be to hard?
|
| Windows Live Messenger not responding 3 seconds after login | 24 Feb 2007 03:47 GMT | 1 |
i recently bought a new laptop with vista home premium and downloaded windows live messenger but about 3 seconds after login, the program stops responding and needs to close down. I see a little java icon next to the msn icon appear on the bottom right corner but disappears with ...
|
| Converting const char * -> System::String^ without gcnew. | 23 Feb 2007 21:35 GMT | 6 |
I have several interfaces in CLI that I access via c#. My problem is, is that down in the unmanaged c++, which the CLI lies on top of, I have a lot of c_str() happening. But all of my methods in CLI return System::String^. I originally just gcnew'd System::String^ passing in
|
| from "general" c++ 2 visual c++ managed | 23 Feb 2007 20:47 GMT | 2 |
developing few command line programs using c++ and gcc I gained experiences with c++. Now I want to use DevStudio 2005, VC++ and develop .NET application using the MFC, that I haven't used before as well. Do you know a good tutorial?
|