| Thread | Last Post | Replies |
|
| RICHEDIT / InitCommonControls | 01 Sep 2004 12:26 GMT | 1 |
I'm trying to create an application with a RichEdit control, I found that CreateWindow always returns a null hWnd unless I call LoadLibrary("riched20.dll") first (the error code from GetLastError is 1407 - couldn't find class). This is even when I link with comctl32.lib and call
|
| Serial communication | 01 Sep 2004 12:00 GMT | 1 |
Hy there, i have the problem concerning the serial communication. First i have to send 30 Bytes with 50Baud to a client. After that, the client returns me 3 Bytes with 9600 Baud. The client does this reflection within 200ms after complete
|
| Questions of .NET and managed coding | 01 Sep 2004 11:36 GMT | 1 |
"The benefits of running code in the managed environment of the CLR are legion. For starters, as the JIT compiler converts CIL instructions into native code, it enacts a code verification process that ensures the code is type safe."
|
| access 3dsmax using C++ | 01 Sep 2004 10:28 GMT | 1 |
could anybody help me if I can use VC++ to access graphic object created by 3ds max,auto CAD,SolidWork,and how thank you in advance[quote:a39b0bff4c][/quote:a39b0bff4c]
|
| Beginners Books | 01 Sep 2004 07:48 GMT | 2 |
Greetings All Can anyone suggest a good book/books for a beginner in VC++.net 2003? Thanks Trevor
|
| "Querying" interfaces | 01 Sep 2004 04:23 GMT | 2 |
With COM, I was able to create an object supporting various interfaces, and by overloading QueryInterface to decide at runtime if the interface beeing queried was actually available (given the current state of the object)
|
| C++/CLI experiments | 01 Sep 2004 03:12 GMT | 26 |
OK, I just installed the tools refresh in VC++ 2005 Express Beta1, and now it can indeed be called a Beta. I decided to check the ref types on stack thing, and after some seconds of effort I came to this:
|