| Thread | Last Post | Replies |
|
| Internal compiler error | 08 Sep 2003 06:41 GMT | 1 |
Had an internal compiler error if anyone at MS is interested. Line 7 was a forward declaration of a class, more specifically: class SchematicSpecID; The error went away when I moved the forward declaration into another header
|
| Stupid Question : wchar_t to Int | 06 Sep 2003 22:27 GMT | 3 |
Hi, I think I've got a really dumb question here: I started off with a String* containing the string "03452". I took this value and converted it to a __gc[] wchar_t array using ->ToCharArray(). So far so good. Now I've got an array of single digits. This is what I want.
|
| Compatibility of C++6 & C++ .net 2003 | 05 Sep 2003 23:18 GMT | 4 |
I just got VC++ .NET 2003 standard. Can I install it on the same computer as VC++6 and use them independently? Regards Leonid
|
| Best Book for C++ web services and web applications | 05 Sep 2003 21:15 GMT | 3 |
Hi, I want to write a web application with C++ as the code behind it. I want to use existing code, which uses CString, but it would be great if I could use ATL to take care of that. I am having difficulty, looks to me like it is much more difficult
|
| Worried! | 05 Sep 2003 18:36 GMT | 4 |
Ey up! I'm acquiring work experience at a software developing company before I undertake a BSc Software Engineering award at Staffordshire University in a fortnight. The
|
| Can I redistribute debughlp.dll coming with VS .NET 2003? | 05 Sep 2003 12:43 GMT | 3 |
Sorry if this is off-topic(?). I have not found any info if it is possible to redistribute with my app the VS .NET 2003 version of debughlp.dll in C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
|
| File path question | 05 Sep 2003 08:18 GMT | 1 |
[Sorry, this is really a Win32 API question, but I can't figure out where else to post it and I can trust the answers here.] How can you determine if two paths resolve to the same file or directory?
|
| Rethrowing "finished" exception? | 05 Sep 2003 02:24 GMT | 1 |
Please could someone on the VC++ 7.0 compiler team (note; not 7.1) tell me if this code is handled 'correctly' (i.e. as the original poster suggests) in all cases? http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=89ed5u%248ck%40library1. airnews.net
|
| Newbie graphics programming | 04 Sep 2003 17:09 GMT | 3 |
I want to build a simple application in VC++ using .NET that draws a line in a graphics panel when a button is hit. I can see the APIs Graphics.DrawLine etc. But there is this Graphics object that appears to be available only in a repaint function. I could use some examples on ...
|
| Dumb question... TextBox.Text in a MessageBox... | 04 Sep 2003 16:38 GMT | 3 |
I'm currently evaluating VC.NET as the new platform for the company I work for and things are looking grim... We're up against another IDE which took me about 5 minutes to master and I've been bitching at .NET for the whole day now not being able to do something as simple as showing ...
|
| Text Editor Q : Table.ColumnSelect from VC6 in .NET | 04 Sep 2003 13:37 GMT | 1 |
In VC6, I used Ctrl+Shift+F8 (Table.ColumnSelect) all the time, to select the characters in the same column locations in multiple rows all the time. This doesn't work in .NET, and I haven't found the replacement. Anyone know what that is?
|
| How to convert String to char | 04 Sep 2003 11:38 GMT | 4 |
How do I convert a managed String type to a native char type? If nothing is availbale, how do I copy the the contents of the String object to a char array?
|
| Random sign | 03 Sep 2003 18:47 GMT | 2 |
I'm creating this program to test an elementary school kids math skills. They have five options to choose from 1 = '+'
|
| encode/decode binary to base64 | 03 Sep 2003 16:31 GMT | 2 |
Can any one help me in finding the solution to convert binary format file (ex: jpeg, bmp) to base64 using vc++ code. any help in this regard would be appreciated. thanks
|
| comutil.h bug in VC++ 7.1 | 03 Sep 2003 16:26 GMT | 1 |
Am I the only person that has compiled COM code with VC++ 7.1?? There seems to be some bugs in comutil.h, causing quite a few errors when comdef.h is included (even if there are no other files).
|