| Thread | Last Post | Replies |
|
| Regular Expressions & Win32 | 21 Jan 2005 23:24 GMT | 2 |
Is there a library in platform sdk for using regular expressions in win32? Thanks for replies...
|
| Error while passing parameters to a web Service thorugh C++ code | 21 Jan 2005 22:29 GMT | 2 |
I have created an web service in C# and accessing it thrugh C++ code. But when i make a call through the client, the parameter does not reach the server but it does not show any error code on client. I have attached my code with this
|
| Saving .NET VC++ projects in VC++ 6.0 | 21 Jan 2005 18:58 GMT | 1 |
Can I save my work done in VC++ 2005 Express Edition so as to work in VC++ 6.0? If yes how do I do it? I need this as I've got to submit my assignments to my instructor who uses VC++ 6.0.
|
| converting from Java | 21 Jan 2005 16:41 GMT | 24 |
I have an application in Java that I would like to port to c++ to integrate with existing c++ app. Is anyone aware of any tools to help? I found microsft has a java->c# convert, but the java app has class that do multiple subclassing and this doesn't seem to work in C#.
|
| VC++ returns value to VB (Dll) | 21 Jan 2005 07:41 GMT | 1 |
Return a CString to VB and use it in VB... I badly need to send text string from VC++(Take note that the type of my variable is CString !), I'm so disappointed, I tried like 4-5 approches, nothing works !
|
| VC7.1 For followed by If compiles wrong | 21 Jan 2005 03:20 GMT | 3 |
I am using Visual C++ .NET 2003. I have discovered the following problem and did not find any other mention of it on the forums. This code was being run in Debug mode, console application, with no changes to the default project settings.
|
| LPSTR -> String * __gc ? | 21 Jan 2005 03:06 GMT | 1 |
I use in my project GetWindowText function which return LPSTR value i want input this value (string represented by LPSTR) to TextBox field. How to convert from LPSTR to String * __gc?
|
| Problem linking static libs with common dependencies | 21 Jan 2005 01:23 GMT | 3 |
MS VC++ 7.1 - I have a project with static libs A, B and C where A depends on B anc C, also B depends on C. If I set this up in the project dependency dialog for A the Build environment puts B and C in the command line (seen in the Librarian view of the project settings for A) an ...
|
| VC++ bug | 21 Jan 2005 00:26 GMT | 2 |
C:\>type repro.c main() { __wchar_t x; } C:\>cl repro.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
|
| linking error with debug version of msvcrt.dll | 20 Jan 2005 17:06 GMT | 1 |
Hi... Hope somebody can help me or point me to a solution! I have a piece of code that I can compile on multiple platforms(using ifdef etc...). I have tried compiling the same with dot net. Here I am
|
| print queue details for local printer | 20 Jan 2005 15:01 GMT | 1 |
I want to know the print queue details for local printer and how many jobs r there in print queue. plz help me
|
| __gc array initializers? | 20 Jan 2005 03:09 GMT | 4 |
Does anyone know if the 2005 version of C++.NET will support the traditonal C-style way of initializing arrays at the declaration? [avoiding the dreaded C3184].
|
| how to get the message of delete files using hook? | 20 Jan 2005 02:39 GMT | 4 |
Sorry for my poor english. In windows2000, I want to disable users' ability to delete directories or files in explorer. I want to use hook to catch the message when user click "Yes" in the prompt dialog.
|
| Simple question... | 20 Jan 2005 02:32 GMT | 2 |
I'm working on a .NET application which was begun on a Windows 2000 platform. I have since migrated to Windows XP and I am having an issue with message boxes. When I bring up a message box for the first time it shows the caption
|
| How to force list control always have scroll bar? | 19 Jan 2005 22:12 GMT | 2 |
Is there simple way to force list control always have scroll bar, even if the list control is not full? Thanks
|