| Thread | Last Post | Replies |
|
| Winsock2 and ImageList?!?! | 09 Oct 2003 08:57 GMT | 2 |
Hi I seem to experience a problem when including "Winsock2.h" in my Windows Forms application. I can't insert any images to an imagelist. I get the following error:
: error C2039: 'GetObjectA' : is not a member of |
| variable in c++ .net | 09 Oct 2003 01:19 GMT | 1 |
gc class a { int a __nogc[34]; is this but on the stack or the heap? };
|
| Error when implementing interfaces | 09 Oct 2003 00:46 GMT | 1 |
I have the following scenario: In class A, I implement an interface. In class B, I implement another interface. When compiling, it complains about X that appears as a
|
| Certification | 09 Oct 2003 00:45 GMT | 1 |
Are there any plans for VC++ .Net certifications in the future? Whilst exams exist for VB.Net and C# nothing seems available for VC++.Net.
|
| Loading XML with missing DTD | 08 Oct 2003 22:33 GMT | 1 |
I'm trying to load an XML file, that references a DTD without a relative URL. This renders the error: Could not find file "C:\WINNT\system32\capabilities_1_1_0.dtd". Here's the XML I'm loading:
|
| Newbie ShellExecute | 08 Oct 2003 19:09 GMT | 2 |
Sorry for this stupid question, but it is my first day with VC++ I'm building a console application..... And i need to execute another command line tool (file.exe).... If i use the shellexecute method, then the file.exe start, BUT in a new
|
| Cannot access XML Web Service using C++ in Visual Studio.NET | 08 Oct 2003 16:55 GMT | 2 |
I'm trying to access a Web Service using C++ in Visual Stodio.NET. I follow the Walkthrough in Microsoft MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html /vbwlkwalkthroughusingwebservicewithunmanagedcode.asp
|
| Unreachable code error for exception handling code | 08 Oct 2003 16:50 GMT | 1 |
I migrated a project which compiles correctly on VC 6.0 to VS 2002. However now all I get several warning that all the statements within catch blocks are "unreachable code". How can I correct this ? C++ exceptions are enabled ( /EHsc ).
|
| LogonUser API | 08 Oct 2003 16:30 GMT | 1 |
I am with a doubt / problem here. The case is the following: I have a service in C++ and this service uses API LogonUser directly to do users' validation in the domain through a request of an application customer in VB. What is happening now is that we will make a migration of ...
|
| CStringArray (how do I include the .h) | 08 Oct 2003 15:33 GMT | 11 |
I would like to use CStringArray, but when I try to include afxcol.h my compiler (VS.NET) complains that... WINDOWS.H already included. MFC apps must not #include <windows.h> Any suggestions???
|
| Question regarding deployment | 08 Oct 2003 05:15 GMT | 1 |
I have a setup project and I am wondering what the simplest way is to get windows installer to ask the user to restart the computer at the end of installation. I can't see any option in the setup project properties for this.
|
| please some read this about variable in c++ .net | 08 Oct 2003 02:56 GMT | 1 |
gc class a { int Array __nogc[3]; int number;
|
| Several problems! Singular solution? | 08 Oct 2003 02:11 GMT | 7 |
I've recently switched from Borland products to MS VS.NET EA through a MSDN Universal Subscription. Generally, I stayed away from any MS technology specific apps with Borland stuff, but now am trying my hand at it.
|
| Read line in file until delimiter (space/tab) | 07 Oct 2003 22:14 GMT | 1 |
I'm having trouble finding a way to read a line from a file until a space or tab occurs. Currently I'm using FileStream* fs = new FileStream(path, FileMode::Open); StreamReader *sr = new StreamReader(fs);
|
| Where is Project Properties in VC++.NET? | 07 Oct 2003 20:32 GMT | 3 |
I don't know if this is the right place to post this question, and I apologize if it isn't. I came across this error in VC++.NET: "error LNK2019: unresolved external symbol _WinMain@16 referenced in
|