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++ / May 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Question about sizeof a class.17 May 2006 07:49 GMT19
lets say I have the following class:
class AAA{};
if I do:
sizeof(AAA)
Assembly manifest for a plain old Win3217 May 2006 07:31 GMT1
I have a  C#.exe with a Win32.dll (no com is involved).
I would like to make an assembly manifest for the Win32.dll, in order
to use ClickOnce.
I can not figure out how to use mt.exe, or mage.exe, or set up VS IDE
ODBC Bulk Insert17 May 2006 04:33 GMT3
Am looking for an ODBC SQLBulkOperations wrapper for VC++; in particular I
need to perform bulk Insert operations.  Anyone know where I can find this?
Thanks
Managed C++ and VC6++17 May 2006 02:43 GMT2
Hello NG,
Is managed C++ of same power as regular C++. Also what is the respect level for managed C++ in compare to regular C++.
Cheers,
Po
Hosting the CLR and IJW16 May 2006 23:32 GMT2
We have a native VC++ server application I'm planning on adding support to
allow our customers to write synchronous event handlers using .NET. From my
research it appears hosting the CLR using the new hosting interface will give
me the most flexablitity in configuring and ...
[MC++] NullReferenceException with value structs?16 May 2006 20:18 GMT3
I have been staring at this code and I cannot see what is wrong with it.
I am getting a NullReferenceException when trying to pass a value struct
to a method.  This exception only happens in Release mode; Debug mode
runs fine.  When I use the Debugger on Release mode, the debugger ...
[MC++] Internal Compiler Error with /Ox16 May 2006 14:58 GMT1
I am not sure if this is related to my previous thread
("NullReferenceException with value struct") so I am starting a new
thread.
I saw in
May build, but won't compile..16 May 2006 13:51 GMT1
//These codes will build but wil not compile. I hope someone would know why;
and tell me.
//I got the below error message during compile time
#include "stdafx.h"
Best way to store exception strings16 May 2006 13:44 GMT2
I handle errors in my code by using my own exception class that takes a
number as argument to the constructor, and that number puts a string into
the exception class. The user can then catch the class and display the
string to the user.
VS2005 list template with own types15 May 2006 18:29 GMT2
I am trying to migrate a VS2003 VC++ Solution to VS2005.
I found a problem with the list template !
I declared my list like this:
class MyOwnTypeList : public list<MyOwnType::Ptr>
PDF preview in a c++ application15 May 2006 18:24 GMT4
In my C++ application (no MFC) I have a dialog and like to show a PDF
preview in this dialog.
How can I do that?
Thanks
Sinking Managed Events in VC715 May 2006 17:52 GMT6
I have a C# Class Lib that exposes a public events, methods and
properties.  I am referencing this ClassLib from an MFC DIalog app that
is compiled with /CLR.  I use gcroot<T> to create and connect and call
the method in the C# Class Lib w/o problems.  However, I am having a
Mixing C with C++15 May 2006 17:16 GMT4
Can an MFC C++ (VS 2005) project have .c files that contain C style
functions?  Can these C functions use the classes created in the project?
RML
Stopping A File From Being Deleted15 May 2006 16:27 GMT2
Hey There,
   Is there a way to write code that will protect a file such that
when a user tries to delete it, it will be protected with the "Cannot
delete 'xyz': Access is denied. Make sure the disk is not full or
Throwing Nice Exceptions15 May 2006 13:41 GMT3
I have a point in my code where I can get an exception if the network is not
available. This exception is kind of ugly for the user to see. I'd like to
catch and throw new exception that contains only my error string and an OK
button. If I say throw new System.Exception("The ...
Pages: 1 2 3 4 5 6 7 8 9 10 April, 2006
 
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.