| Thread | Last Post | Replies |
|
| What is wrong with this appresolver | 04 May 2005 13:38 GMT | 2 |
please help me to find a right way of writing the resolver. Thanks so much, Boni Assembly *XXX::ResolveMe(Object *sender, ResolveEventArgs *args){
|
| Native classes in managed class interfaces | 04 May 2005 02:53 GMT | 2 |
Dear VS Team, using the Beta 2 of VS 2005 I've encontered the following problem. Let's assume threre are three Dll's, one unmanaged and two managed. In the unmanaged we put a simple unmanged struct "A" which is exported in the usual
|
| Books on C++/CLI | 04 May 2005 02:46 GMT | 12 |
When can we expect books on C++/CLI. As from blogs and MSDN Beta Library Im not able to get full info on language. Please let me know if any body has any idea on it. Thx & regards
|
| Installation oddies with Beta 2 of languages | 03 May 2005 23:49 GMT | 5 |
Several fascinating problems have occurred with attemped installations of the latest beta 2 versions of the .NET languages (including VC++). mscorsvw.exe has been using 99% of my CPU for 17 hours. More than one billion page faults have occurred. Here is an image of the Windows ...
|
| URGENT: ComCompatibleVersionAttribute does not work | 03 May 2005 18:25 GMT | 1 |
I am trying to use ComCompatibleVersionAttribute in my assembly. But when i compile the tlb gets generated with a new GUID. ComCompatibleVersionAttribute should help me preserve my GUIDs compatible to the version i specify,
|
| VC 2005 Beta 2: How to set STA ApartmentState | 03 May 2005 16:01 GMT | 10 |
I'm moving an application VC 2003 to VC 2005 Beta2. I need to set STA ApartmentState model so the drag & drop registration can work. I used to do System::Threading::Thread::CurrentThread->ApartmentState =
|
| VC 2005 Beta 2 - How to: Explicitly Define a Module Constructor (.cctor) | 03 May 2005 15:54 GMT | 5 |
I'm moving an application from VC 2003 to VC 2005 Beta2. In mixed mode DLLs I need to set System::Threading::Thread::CurrentThread->ApartmentState = System::Threading::ApartmentState::STA;
|
| changing text color in edit box | 03 May 2005 10:18 GMT | 1 |
hi thatsalok, bcos i m quite new to this forum. if possible may i request that u send the program to my email pls... my email addr is tbs_9@yahoo.com
|
| File Build Problem | 03 May 2005 06:14 GMT | 2 |
Just getting started with Visual C++. Learning how classes work. When I select the icon to "RUN" my program to debug. The program compiles and I get an error due to syntax. I see my problem there, but when I click on "Stop Build" nothing happens. When I look at my Windows Task ...
|
| How to measure time spans in .NET? | 03 May 2005 02:48 GMT | 3 |
I used the QueryPerformanceCounter and QueryPerformanceFrequency methods in my VC++ 6.0 projects to measure correct time spans, for example for timeouts, how much time takes to execute certain method etc I wonder whether there is something similar in .NET to measure time spans?
|
| "STL .NET" in VS 2005 Beta 2 | 03 May 2005 02:23 GMT | 8 |
Is "STL .NET" included in Beta 2? If yes, under what namespace?
|
| new and delete problem | 02 May 2005 21:33 GMT | 1 |
I creat a view in MyDlg using m_pview=new MyView(); I am not sure where I should delete m_pview. I called destroywindow in MyView and MyDlg, I have tried to delete m_pview
|
| Functions exported in C++ and global variables; | 02 May 2005 18:15 GMT | 1 |
Functions exported in C++ and global variables; Hello, I'm working with a DLL project in VISUAL C++ that exports one function with the sentence
|
| How to transfer a memory block(not pointer) between two threads | 02 May 2005 14:18 GMT | 3 |
Now I am try to transfer a memory pointer between two threads. but there has a error mesage. _CrtIsValidHeapPointer(pUserData) in dbgheap.c I lookup google and find it's seems to be the local heap in the two
|
| Program Help | 02 May 2005 13:30 GMT | 10 |
Hi, I'm a student learning C++ and my professor isn't much help, her view is if you dont get it I ain't helping you.... We are supposed to do a basic program as a logon system. I got as far as I could and came up with some errors I could not understand.
|