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++ / September 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
[.NET managed c++] Calling parent constructor.20 Sep 2004 19:18 GMT1
All,
In an inherited managed c++ class, how do you call the contstructor of the parent class? I tried with the usual Parent::Parent(...), but get compiler error C3257. Any ideas?
Thanks,
Duncan.
service -Uninstall?20 Sep 2004 19:03 GMT3
I made a sample service in C++ and installed it with
myservice -Install
Now I want to remove it, tried
myservice -Uninstall
Accessing unmanaged memory from managed code (without unsafe)20 Sep 2004 18:31 GMT1
I have a "legacy" system (namely, vst audio plugins) which calls me through a mixed-mode, managed c++ library with a call similar to :
void process(float *input,int inputLength)
inside this method, I'm trying to find a way to instanciate a managed array (System.Single[]), which ...
C++ Questions20 Sep 2004 18:11 GMT2
  I have VS 2003 and I was wondering is it possible to create pure C++ apps
without the .net being injected into the app?  
Are alot of you guys building aps in C++ using .net ? How about web apps?
How do you like using VC++ in .net? What are the pros and cons of VC++ in
gc[] to gc* conversion20 Sep 2004 16:52 GMT5
I am new to managed c++. I have a byte gc array and I want to pass it
to a function that takes a __gc* to unsigned char. How would I convert
my byte array to this?
Byte arBuf[] = __gc new Byte[nSize];
Overloaded indexed properties20 Sep 2004 15:26 GMT4
I have a class with three overloaded indexed poperties.
Declaration in  *.h
__gc class ByteArrayN : public FArrayN
{
Compile Erros when Adding an icon in C++.NET using <windows.h>20 Sep 2004 14:54 GMT1
i really need your help!! i want to add a toolbar with some push
buttons in which i put some icons. it works without including
<windows.h>. However, i really need this library so i dont know what
to do. HELP ME. i get this error:
webservice ASP.net (c++) using unmanaged c++: Link problem20 Sep 2004 14:45 GMT7
Post a new message to microsoft.public.dotnet.languages.vc
http://www.dotnet247.com/247reference/default.aspx
Hello,
I've been struggling for weeks with this problem, I hope I find some help here...
Question about dlls20 Sep 2004 13:29 GMT3
I am developing a managed c++ library which loads a
regular win32 dll. The library will be used
by .NET consumers.
Am I correct in saying that the win32 dll will
generic question20 Sep 2004 11:20 GMT1
For the following code
interface class I{};
public ref struct R1 : I
{
MC++ wrapper code problems with return enum type.20 Sep 2004 07:39 GMT2
I write a MC++ wrapper for our company internal SDK that wrote in C++ native
code for writing application with this SDK over C# and other .NET languages
and most of my SDK API function return a status code that define as a enum
type.
I bug in the for each loop statement?19 Sep 2004 23:30 GMT1
Is this a bug in the for each loop or am I coding something wrong (or is this
how its suppose to function and I don't understand how an array property and
the for each interact [this is always a possibility :)]
The commented out code is the problem area as it generates the error:
Errors when linking VC6 library19 Sep 2004 21:03 GMT1
I'm a C# programmer that recently was forced to look into Managed C++.
Please forgive me if I might be asking stupid questions ;-)
I currently have to write a wrapper class around a VC6 DLL, which exposes a
few classes. I need to wrap those classes and expose them as a .Net assembly
Problem installing Visual C++.net19 Sep 2004 20:58 GMT2
I hope this is the right place for this question. It's not exactly a
complcated one.
I've just installed Visual C++.net Standard Edition and have been
trying to access the Setup Wizard from the "Setup and Deployment
excel19 Sep 2004 20:37 GMT1
Does anybody know why c# writes to excel so slow, or how
to speed it up?
Thanks,
Vlad
Pages: 1 2 3 4 5 6 7 8 9 10 August, 2004
 
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.