all groups > visual c libraries > september 2004
const modifier
Posted by josh at 9/30/2004 10:41:01 AM
I have this function:
int SOMECLASS::ADDTABLE(const DBTABLE* old)// both classes (SOMECLASS &
ADDTABLE) are __gc classes
{
old->GetName(); //<-- ERROR: 'GetName' cannot convert 'this' pointer
from 'const DBTABLE' to 'DBTABLE __gc &' Conversion loses qualifiers
//blah,blah....
}
... more >>
how to link opengl library with VC++.net
Posted by Nazoora Kiran via .NET 247 at 9/22/2004 11:13:18 AM
I m having problem in linking opengl library with VC.net.
--------------------------------
From: Nazoora Kiran
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>GXEu5pw3Pk6Hddy84XB4ig==</Id>... more >>
? Implicit loading ?
Posted by dave at 9/20/2004 6:27:02 PM
Hello :
Does somebody know if there is a way to load
DLL implicity ? Without it being loaded by some other procces ?
I've tried to use KNOWNDLL in registry but it doesn't work.
thanks,
dave... more >>
Hiding objects in MC++
Posted by Wild Wind at 9/18/2004 3:40:06 AM
Hi,
I have a mixed dll which exposes some managed classes
which themselves *internally* make use of some
standard c++ library templates (like string and exception).
The problem I'm having is that when I reference the dll
in my VB.NET project, it seems to have brought along
these templates ... more >>
Check out the correction patch
Posted by MICHEL AUGE at 9/14/2004 3:17:11 PM
Microsoft User
this is the latest version of security update, the
"September 2004, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to ... more >>
Problem with DLL and Data Alignement
Posted by John Allberg at 9/11/2004 3:00:59 PM
Hi!
I'm creating a custom dll to a legacy program. That dll is written in
Managed C++ with some C interfaces. That C++ dll then calls into a C#
framework. The c++ dll is debugged with usual interop calls from C# which
works just fine. When starting it from the legacy program, the program
simp... more >>
Statically link dll code into exe
Posted by Agoston Bejo at 9/9/2004 2:23:57 PM
Hi,
is there a way to do this? All you have is the lib and the dll file (so no
source code).
Is it possible to link them physically into the exe we're creating in a
VS.NET 2003 unmanaged C++ solution's exe?
... more >>
Is there an API to format the HD?
Posted by ZhangZQ at 9/6/2004 4:29:01 PM
Is there an API to format the HD? I found to use the DeviceIoControl with
IOCTL_DISK_FORMAT_TRACKS code can format the floppy, but how to format the
HD, I don't want the SHFormatDrvie way.
Thank you very much!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with event declaration - possible VS.NET bug?
Posted by Wild Wind at 9/6/2004 3:21:16 AM
Hello,
I made a post relating to this issue a while
back, but I haven't received any answer, so
here I am again.
I am writing a mixed C++ dll which uses the following
declaration:
typedef System::Byte ByteArray __gc[];
Then I have an event declared in the main class
for the dll as fo... more >>
lnk1181 glowcode.lib missing
Posted by frank brown at 9/3/2004 4:07:23 PM
I took an sdi mfc app created under vstudio (prior to .net) and rebuilt it
using vstudio.net. The debug configuration builds fine, but when I try to
build the release version I get the following linker fatal error - LNK1181:
cannot open input file 'glowcode.lib'.
There is no such file on my w... more >>
|