Click here to Skip to main content
16,005,374 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralThreads... Pin
Boris Yankov24-Aug-02 16:40
Boris Yankov24-Aug-02 16:40 
GeneralRe: Threads... Pin
James T. Johnson24-Aug-02 17:58
James T. Johnson24-Aug-02 17:58 
GeneralRe: Threads... Pin
Philip Fitzsimons27-Aug-02 5:11
Philip Fitzsimons27-Aug-02 5:11 
GeneralVideo Conferencing using NetMeeting API Pin
Ashutosh Pandey23-Aug-02 21:52
Ashutosh Pandey23-Aug-02 21:52 
GeneralRe: Video Conferencing using NetMeeting API Pin
Michael Mac28-Aug-02 2:29
Michael Mac28-Aug-02 2:29 
GeneralOne ore more types in the assembly unable to load Pin
User 2237022-Aug-02 17:42
User 2237022-Aug-02 17:42 
GeneralRe: One ore more types in the assembly unable to load Pin
James T. Johnson22-Aug-02 18:29
James T. Johnson22-Aug-02 18:29 
GeneralRecompile VC6 in .NET Pin
gharrison22-Aug-02 5:05
gharrison22-Aug-02 5:05 
Iam recompiling a VC6 project in .NEt which contains std::vector

typedef CArray<double,const double&=""> CDoubleArray;
typedef Point<double> DoublePoint;

class CPointVector : public vector<doublepoint>
{
public:
CPointVector( CDoubleArray& rZ, CDoubleArray& rX );
CPointVector( CPointVector& rPointVector );
void ExportToDoubleArrays( CDoubleArray& rZ, CDoubleArray& rX );
};

CDoubleArray rZ;
CDoubleArray rX;

CPointVector PointVector( rZ, rX );

.
.
.
.

the following line gives the compile error below

DoublePoint* pVectorEnd = PointVector.end( );

C2440: 'initializing' : cannot convert from 'std::vector<_Ty,_Ax>::iterator' to 'DoublePoint *'
with
[
_Ty=DoublePoint,
_Ax=std::allocator<doublepoint>
]

Why does this error occurr in .NET and is there a solution
GeneralRe: Recompile VC6 in .NET Pin
adamUK22-Aug-02 13:17
adamUK22-Aug-02 13:17 
Generalhelp me Pin
imran_rafique22-Aug-02 0:19
imran_rafique22-Aug-02 0:19 
GeneralMFC42.DLL in .NET Apps Pin
RichardEastes21-Aug-02 17:30
RichardEastes21-Aug-02 17:30 
GeneralRe: MFC42.DLL in .NET Apps Pin
Joel Lucsy22-Aug-02 14:58
Joel Lucsy22-Aug-02 14:58 
General.net on linux? and what languages supported Pin
timhuffam21-Aug-02 9:13
timhuffam21-Aug-02 9:13 
GeneralRe: .net on linux? and what languages supported Pin
Anonymous21-Aug-02 9:54
Anonymous21-Aug-02 9:54 
GeneralRe: .net on linux? and what languages supported Pin
timhuffam27-Aug-02 15:10
timhuffam27-Aug-02 15:10 
GeneralRe: .net on linux? and what languages supported Pin
Kevin McFarlane22-Aug-02 7:35
Kevin McFarlane22-Aug-02 7:35 
GeneralRetrieving web page content using C# Pin
Dave Stone21-Aug-02 3:48
Dave Stone21-Aug-02 3:48 
GeneralRe: Retrieving web page content using C# Pin
Dave Stone21-Aug-02 23:17
Dave Stone21-Aug-02 23:17 
GeneralRe: Retrieving web page content using C# Pin
Dave Stone22-Aug-02 22:37
Dave Stone22-Aug-02 22:37 
GeneralNetwork Printers Pin
Prabhakaar20-Aug-02 20:24
Prabhakaar20-Aug-02 20:24 
GeneralBeginner Q: No Outlining by default Pin
matthias s.19-Aug-02 10:57
matthias s.19-Aug-02 10:57 
GeneralRe: Beginner Q: No Outlining by default Pin
Richard Deeming19-Aug-02 23:33
mveRichard Deeming19-Aug-02 23:33 
GeneralThanx... Pin
matthias s.20-Aug-02 7:25
matthias s.20-Aug-02 7:25 
QuestionWindows Forms control in browser? Pin
Stan Shannon19-Aug-02 8:18
Stan Shannon19-Aug-02 8:18 
Questionkeyboard events and mouse events? Pin
imran_rafique19-Aug-02 1:29
imran_rafique19-Aug-02 1:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.