all groups > visual c libraries > october 2003
Filter by week: 1 2 3 4 5
Browser information in .NET
Posted by Sucharit Dutta at 10/28/2003 4:24:35 AM
Hi,
Is there any equivalent of the VC6 'Source Browser'
in .NET. I couldn't find anything to get 'Definitions and
References', 'Call Graph', etc.
Thanks,
Sucharit... more >>
<auto_ptr> inside <map> problem in VC 7!??
Posted by Evgeny at 10/27/2003 3:45:25 PM
Hi, all!
I didn't find yet solution for this problem! Somebody knows where is a
catch?
Looks like "operator =" or copy constructor not implemented in one of
internal templates....
Thanks in advance
class CMyBase;
typedef auto_ptr<CMyBase> MyBasePtr;
typedef map<int, MyBasePtr> MAP_BASE... more >>
assertion problem in Mixed mode DLL
Posted by Craig Klementowski at 10/27/2003 11:20:34 AM
Pardon the cross post, but I'm not sure where exactly to post this question.
We have MFC application using many MFC extention DLL's. We started using a
new MFC extention DLL that is mixed mode so we could use some .Net
components we have built.
We are getting an assertion in ~CCmdTarget when... more >>
bug in .net Framework?
Posted by boris NO[at]SPAM crabel.com at 10/27/2003 10:04:10 AM
char* str = "hello, World";
System::String* sys_str = new System::String(str);
if I compile the above code with 'Program Database (/Zi)' then it
works fine.
if I disable 'Debug Information Format' (set to 'Disable'), then it
results in corrupted sys_str once in a while. E.g. If I ran the a... more >>
Opening a file within Visual.NET IDE as a Post-Build Event?
Posted by Ramen at 10/23/2003 8:45:36 PM
After my Build, a file gets generated "a.txt". I want to open "a.txt" as a
Post-Build Event on Visual.NET window (like doing a File>Open>File). I know
I can launch wordpad or notepad as a Post-Build Event, but I want it opened
within Visual.NET.
Anyone have any ideas?
... more >>
How to Know System Idle Status
Posted by Justine at 10/22/2003 10:30:19 PM
Hai All,
How do we programmatically get to know weather the system
is idle or not ????
Pls F1 F1 :-)
Thanz...
Justine... more >>
Good Book On VC++.NET
Posted by Justine at 10/21/2003 7:13:33 AM
Hai All,
I have been workign on VC++ MFC,ATL now i'm planing to
upgrade on VC++.NET. So can u suggest a good book on the
same.
Thankz in advance.
Justine... more >>
VC++.NET 2003 calling Fortran DLL fails
Posted by Dan Hoyt at 10/20/2003 2:13:20 PM
I have a C++ program that dynamically loads Compaq Visual
Fortran v6.6 DLLs and invokes them. I have two Fortran
DLLs, one that only does calculations and standard
output, the other that also includes its own file I/O.
The first DLL loads and executes properly, but not the
second. It ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Unresolved symbol __abs64
Posted by Ken at 10/16/2003 8:31:08 AM
Under Visual Net 2003, the linker gives the error:
LNK2019: unresolved external symbol __abs64
I can call int abs(int), etc. just fine. Problem is the
_int64 version (it compiles, but won't link).
Thanks,
Ken... more >>
creating windows user control in Visual C+= .Net
Posted by Nagaraju at 10/10/2003 2:01:15 AM
Hi,
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
templte for Visual C++ .Net projects.
Please explain me in detail.
Thanks in advanace.
... more >>
C++ to C# Wrapper
Posted by Kuba Florczyk at 10/6/2003 11:01:51 PM
Hi
How to write method in wrapper for method from C++:
HRESULT Add(WCHAR *wcPath)
???
I've write something like this
int Add(string wcPath)
and it's doesn't work :(
regards
kuba florczyk
... more >>
Apply these corrective pack
Posted by Valentina Dominguez at 10/4/2003 12:09:58 PM
Microsoft Partner
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to m... more >>
need help to create a driver with C# , C++ ,VB or java
Posted by Bio at 10/2/2003 10:00:27 AM
Hy
I'm a computing student
I looking for some one who can help me to create driver by
using one of this compiler (see subject)
Because it's not part of my studies I couldn't find any
teacher to help me doing that
I getting worry cause all my diplomat project is stopped
because I cannot m... more >>
|