all groups > dotnet interop > october 2005 > threads for october 29 - 31, 2005
Filter by week: 1 2 3 4 5
Access violation calling C# interface from C++
Posted by Tony Towers at 10/31/2005 10:45:10 AM
My company has been given a set of COM interfaces ( as .idl and .tlb
files) by a customer, which represents the interfaces to a system
they are in the process of developing. One of the interfaces
included is outgoing (i.e., implemented by us), and will be used to
notify our code of changes. The... more >>
calling fortran functions from c++ code
Posted by ve at 10/31/2005 9:08:10 AM
Hi,
i have requirement of calling fortran functions from c++ code. I have no
idea as how to do this.
I did some searching on this but could not figure it as how to do exactly.
if you guys can suggest me some good links where i can start.
thanks
vinod... more >>
problem trying to marshal instance of ActiveX class from pointer..
Posted by Steve at 10/31/2005 7:59:08 AM
I'm interfacing from .NET to an ActiveX DLL and I'm having
one problem I cant figure out.
(The ActiveX DLL is from a vendor so I cant change it.)
There's a function in the ActiveX DLL which returns a type
of Object, but it's actually an instantiation
of another class defined in the ActiveX DLL,... more >>
unresolved externals porting managed wrapper from 1.1 to 2.0
Posted by Chucker at 10/31/2005 6:57:04 AM
Hi Folks,
I am just trying to port my Application from .NET 1.1 to 2.0.
Native C++ Code works fine.
Native C# Code also works fine (just some deprecations).
The problems start when trying to port my managed C++ Wrappers.
In .NET 1.1 with a lot of reading (mostly newsgroups like this) I ... more >>
How to select an image for display in aspx
Posted by Peter Wallington at 10/31/2005 12:00:00 AM
Hi All,
Can anyone help me out with this one. I have a basic aspx page with an =
image placeholder on it. I want to be able to click a button on the page =
and have a dialog window appear where I can navigate the Client's PC =
and select a file (a JPG of GIF). I then want to change the image ... more >>
sending files in C#
Posted by Xonix at 10/31/2005 12:00:00 AM
Do you know how to send all kind of files from a server to a client?i can't
only send files .txt and i'd like to send all kind of files. Could you help
me? contact me
joanma6@hotmail.com... more >>
|