| Thread | Last Post | Replies |
|
| COM problems | 13 Aug 2007 18:39 GMT | 5 |
I am trying to initialize Direct3D 9 in a C++/CLR application. However, the create device function gives me a compilation error: error C2664: 'IDirect3D9::CreateDevice' : cannot convert parameter 6 from 'cli::interior_ptr<Type>' to 'IDirect3DDevice9 **'
|
| changing all int to int64 | 13 Aug 2007 15:24 GMT | 3 |
the project we are working on uses "int" for all integral type data (i have also declared size_t at some places where crt functions return size_t type). Now our application has to deal with files larger than 4gb. Typical places where my code will have to deal with more than 4gb ...
|
| Windows Media Player 11 | 12 Aug 2007 17:56 GMT | 1 |
My WMP 11 was working just fine, then the automatic security updates installed KB835935. Media Player now stops playing audio and closes down after a few seconds. I did a sys restore, didn't help. I uninstalled KB835935, that didn't work either. I uninstalled a few programs ...
|
| mixing COM and C++ in same library | 10 Aug 2007 12:53 GMT | 1 |
Is it possible to have a project that has COM classes as well as ANSI C++ classes in the same project (i.e. Dll) ?
|
| Is there some guideline for the CLI wrapper for C++ code? | 10 Aug 2007 12:48 GMT | 1 |
Hello, dear all, CLI/C++ and C++ have many common things and differences. If I want to porting or wrapper some API from C++ code to CLI, I wonder is there some good rules or proposal to make the this more reliable.
|
| VC GUI components/libraries | 10 Aug 2007 09:40 GMT | 4 |
Could you recommend any decent GUI libraries meant for VC++ (unmanaged code)? I've heard about Xtreme Toolkit by Codejock, what else is worth looking into? Regards,
|
| Differences between Visual C++ and Visual C++.Net | 09 Aug 2007 21:26 GMT | 4 |
is there a differene between VC.Net and VC? (performance issues not the syntax) and which is more efficient for programs that need very effecient memry utilizations and multithreading applications? Thanks,
|
| Could not load Assembly | 09 Aug 2007 19:25 GMT | 1 |
We have a large multi project application in MFC that we are converting to managed code. We have been able to add /CLR to all of the projects and have compiled successfully but encounter an exception when loading one of our Extension DLL's.
|
| CLI Reference Parameter used for CSharp | 09 Aug 2007 18:52 GMT | 4 |
Hi, dear all, Here are some questions when I was writing CLI code, which would be used by C# Project. 1. Reference Parameter
|
| Convert Multiple Derived Class into CLI/C++ | 09 Aug 2007 17:44 GMT | 3 |
Hi, dear all, Now there is a issue to convert C++ into CLI/C++. But there is a issue block me. Say Class MN is multiple derived from class MM and NN. But the CLI
|
| how to fix: Cannot open include file: 'winsock6.h' | 09 Aug 2007 15:09 GMT | 1 |
i did compile my project on VC 6 without winsock6.h problem but if i port to VC2005 then i get this error when compile: Cannot open include file: 'winsock6.h': In Tool->Option->VC++ Directories-> Include Files of VC2005 , i added:
|
| Newbie to .NET VC | 09 Aug 2007 14:31 GMT | 4 |
Newbie to .NET VC, I have little experience to use VC6. ( WIN32 , not MFC ) Is MFC still existed in .NET ? Tell the truth, I have same problem when first time to use VC6, I
|
| Excel dependent on .Net Framework Runtime? | 09 Aug 2007 06:24 GMT | 10 |
I am wondering whether Microsoft Excel 2003 is a native application or dependent on any .Net Framework Runtime, like 1.1, 2.0 or 3.0? How about Microsoft Excel 2007? thanks in advance,
|
| return value CoCreateInstance not documented in MSDN | 09 Aug 2007 03:20 GMT | 6 |
The return value of CoCreateInstance is -2146232576, which is un-documented in MSDN. http://msdn2.microsoft.com/en-us/library/ms686615.aspx What does it mean? What is wrong with my code?
|
| Beginner question: Symbols not loaded | 08 Aug 2007 19:07 GMT | 4 |
I am a beginner to C++ DotNet and I would like to ask what "Symbols not loaded" means and how to solve this problem. Thank you very much. Gernot
|