| Thread | Last Post | Replies |
|
| Serious bug in VC++.NET 2003 -- invalid v-table | 24 Oct 2003 20:34 GMT | 5 |
I've found what seems to be a very serious (although obscure) bug in VC++.NET 2003 when using Loki's class hierarchy-generation facilities. The compiler seems to generate an invalid v-table for my class, which causes virtual method calls to dispatch incorrectly, causing run-time
|
| Bitmaps on dialog box | 24 Oct 2003 19:20 GMT | 1 |
I have a dialog box and on it I want to display a bitmap, which will change at various times during the program. My problem is that the bitmaps will not be the same each time. I want the user to put their own bitmaps into a directory and the application will pick them off
|
| what a file after acmConvert | 24 Oct 2003 18:16 GMT | 3 |
I've tried to convert a MP3 file to WAVE using the Audio Copression Manager. my Destination format is: WAVE_FORMAT_PCM All works fine what a file Type do I get then?
|
| Using LPT port | 24 Oct 2003 16:27 GMT | 4 |
I'm working on a project that make use of LPT (printer port) to connect to AT89C51 chip. Under DOS, i use inport, outport() function of turbo c++ to write byte to 3F8 port (printer port). How can i do such thing in windows (or exactly, how
|
| What can I do about Covariant return types? | 24 Oct 2003 14:45 GMT | 13 |
Error C2392 is hitting me hard! I have a managed C++ library that implements a bunch of fixed interfaces. For example, one interface is: public abstract interface IDbCommand
|
| Big problem with IXmlHttpRequest in VC++ | 24 Oct 2003 11:16 GMT | 1 |
I am attempting to send url with '\n' in some place. the url is like this: "http://localhost/MyFile.xml?param1=hello\nbye\n" I put this url in CString class and I run this code:
|
| creating windows user control in Visual C++ .Net | 24 Oct 2003 04:58 GMT | 1 |
I wants to create a windows user control in Visual C++ .Net. How to do that? I can easily do in Visual C#, because there is a project templeate "Windows Control Library", but there is no such
|
| Compile Error: Null Device is Missing | 24 Oct 2003 01:50 GMT | 8 |
I am having a "Null Device is Missing" compile error when compiling a c++ project. The documentation from MSDN said it could be caused by low system resource or the user account does not have the prillivage.
|
| Linking times with VC 7.1 (.NET 2003) | 23 Oct 2003 16:50 GMT | 1 |
Dear MS VS .NET 2003 users, so far I used MS VS 6.0 SP5 for a rather large C++ project. Now I want to migrate to MS VS .NET 2003. First tests however showed that compilation and most notably linking is significantly slower with the
|
| How To Know System Idle Status | 23 Oct 2003 15:08 GMT | 1 |
Hai All, How do we programmatically get to know weather the system is idle or not..????? Pls F1 F1 F1 :-)
|
| Looking for a good c/c++ test | 23 Oct 2003 15:02 GMT | 1 |
Looking for a good c/c++ proficiency exam, does anyone know of a free test out on the net somewhere...?? did some searching with not much luck... thanks for any info...
|
| random numbers | 23 Oct 2003 09:01 GMT | 2 |
I Need to get a Random number from an exponential distibution. Lets says I need a number between 1 to 100, the meanning of the exponential distribution is that the probability of each number to get selected is diffrent. please help.
|
| Getting directory tree | 23 Oct 2003 08:08 GMT | 1 |
Does anyone know how to get a directory tree from a given parent directory using Win32 or C Runtime functions? In other words without using MFC. I can't seem to find out how to do this. Thanks
|
| Hiding structs, etc. from my .NET assembly | 22 Oct 2003 21:24 GMT | 2 |
I have a Managed C++ library that uses a number of unmanaged libraries and my implementation necessarily includes a number of external C and C++ header files (for example STL includes and third party .h files). The resulting assembly works, but when I look at it under VS.NET's ...
|
| How to solve the problem of the accessibility of members ? | 22 Oct 2003 20:49 GMT | 6 |
How to solve the problem of the accessibility of members among files( .h or .cpp ) in __gc classes? Ex :
|