Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / July 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Pointer to a generic class or structure25 Jul 2005 16:10 GMT1
I'd like to write a Generic class that use a pointer to the generic structure.
I can't do this
 unsafe public class PClass<S> where S : new()
   {
Open Com port failed (multi threading)25 Jul 2005 14:38 GMT4
I wrote a C# program that is calling C++ legacy code to open a serial port
(using CreateFile (comPort,
GENERIC_READ|GENERIC_WRITE,0,NULL,OPEN_EXISTING,FILE_FLAG_OVERLAPPED,NULL))
.
templates and inheritance25 Jul 2005 14:18 GMT6
I am writing a container class  so that I can reuse my double ended list
code.  I have a base class CListBase that handles inserts and deletes with a
member function addItem, defined as:
template<class T>
How to eliminate assignment operator generation warning25 Jul 2005 14:02 GMT8
I'm using Microsoft Development Environment 2002 Version 7.0.9466 on
Windows XP Professional Service Pack 2.  If I compile the following
code at maximum warning level:
#include <functional>
Need tip about a warning message !25 Jul 2005 13:09 GMT4
I would like to have a tip about this kind of warning, what should I do
get rid of that warning?
LINK : warning LNK4243: DLL containing objects compiled with /clr is not
linked with /NOENTRY; image may not run correctly
FormatMessage and va_list args25 Jul 2005 10:49 GMT4
I have a function that has a variable no of arguments
(note! function shortened)
myfunction(int someID, ...)
{
Calling managed function from unmanaged function in mixed mode dll25 Jul 2005 07:30 GMT1
i originally posted this via another portal, but after giving it time
to propagate it still hasn't shown up. My apologies for the
multiposting.
This might be a very simple question, but i am still getting my head
CDatabase error25 Jul 2005 03:57 GMT1
I am trying to use CDatabase class and include the class <afxdb.h>, but the
following error occurs,
Linking...
nafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator
store lots of data?25 Jul 2005 02:37 GMT4
quick question for anyone who can help...im trying to mak a program that will
take an entered username and store a list of teams they chose from a list and
save that, to be called later. does anybody kno what i should save this list
as? thanks
Mixing managed/unmanaged C++ callback23 Jul 2005 15:11 GMT9
I'm puzzled how to mix managed/unmanaged C++ in the following scenario:
Unmanaged
------------
Callback listener class with method that should call an event in managed
SAL annotations - how they work?22 Jul 2005 19:06 GMT6
How the code annotations ( __in_opt, __out, __checkReturn ... ) are supposed
to work ?  
Are they part of the new MS C language (that's, real tokens understood by
the compiler), or always #define'd as nothing and interpreted by some
HEEELLLLPPPP! Breakpoints in assembler code just stopped working22 Jul 2005 18:57 GMT2
Can anyone please help me figure out why all of a sudden (even after many
restarts of Visual Studio 2005 and reboots, etc) I am no longer able to set
breakpoints in the disassembler window.  I should mention that this is
assembler code I generate by writing opcodes to memory, but ...
Forward declaration with value class22 Jul 2005 17:17 GMT4
I'm trying to use forward declaration with value class but I don't succeed
in compiling my (quite simple) sample code.
This is my code I'm trying to compile (Visual Studio 2003)
namespace managedDll
Question about creating an automated data entry program22 Jul 2005 14:54 GMT1
I want to create a program that you setup to automatically do data entry. I
need to know how to move the mouse pointer and click the mouse and stuff
automatically, and how to focus and minimize windows. Do you know which
objects and libraries I should be using? I've got Visual ...
how to include a lib?22 Jul 2005 09:05 GMT2
i have two .lib files, but i dunno how to include in my compilation in
vc.NET...
also, is there anyone has used IBM MQ before? i dunno how to connect all its
library... dunno why
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 June, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.