How to use C# to call the existing libraries containing unmanaged C++ classes directly?
Thu, 19 May 2005 11:43:58 +0800
Hello,
My question is how to use C# to call the existing libraries containing
unmanaged C++ classes directly, but not use C# or managed C++ wrappers
unmanaged C++ classes?
Does anyone know how to do that?
Thanks.
Tsung-Yu
...
|
Geil
Wed, 18 May 2005 13:39:31 +0200
geiler Link:
http://www.tagestipps.info/fclick/fclick.php?17
Marine ...
|
Link Link Link
Tue, 17 May 2005 10:58:44 +0200
geiler Link:
http://tagestipps.info/fclick/fclick.php?17
Gruss
Karla ...
|
how can I set the visibility of an image-object in an user interfa
Mon, 16 May 2005 02:38:03 -0700
I have a problem,
I want to set the visibility of an image (in the user-interface) from the
code. more specifically, i made a sytem that makes color segmentation from a
live source (webcam). in my user interface there are some colored pens
(green,blue,yellow) i want to set the visibility of for example yell ...
|
linking static libraries in .Net
Sun, 15 May 2005 05:21:30 -0700
(Type your message here)
We have undertaken a major exercise of porting VC 6.0 to VS .NET 2003 and came across a problem with static libraries. It seems like, VS 6.0 used to add all dependent static libraries to the link line automatically and the same doesn't seem to happen in VS .NET 2003. One option we have is ...
|
Debug Assertion Failure
Sun, 15 May 2005 05:15:44 -0700
(Type your message here)
--------------------------------
From: Saravanan Selvan
When I am trying to run the following code I am getting an error messaged as below
Debug assertion failed
winocc.cpp
line 301
The code i have tried is taken from "Vc++ programming from the ground up" chapter 4
// MENU1.R ...
|
Secure code not dissasemblable with ildasm??
Fri, 13 May 2005 20:32:52 +0200
Secure c++ .net 2003 code not dissasemblable with ildasm?
Thank you.
...
|
|
|
Link
Thu, 12 May 2005 19:56:51 +0200
Just a link
http://www.geile-tipps.info/check/ ...
|
Catching "Debug errors"
Mon, 9 May 2005 10:09:01 -0700
With the new runtime checks for stack corruption and uninitialized variables,
I get errors like:
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Error!
Program: \path\to\program
Module: \path\to\dll
File: \path\to\source\file.cpp
Line: 973
Run-Time ...
|
share data between different dlls
Fri, 6 May 2005 02:10:02 -0700
Hi there,
For a quite big application, I need to get large amount of data within a
static library (xxx.lib) and put them in a database (a class, say we call it
CData), and then make it accessible by a few different dynamic library files
(yyy.dll, …). I’ve tried to create a global class object of CData*, s ...
|