all groups > visual c libraries > february 2005
plz solve my probs
Posted by prateek nanda via DotNetMonster.com at 2/23/2005 9:37:21 AM
hi all Intellectuals ,
plz help me out. from a lot many days i am looking for the answer of this
qustion.
qus >> what was the need to invent classes when same functionality is being
provided by structures?
plz help me out ....
wating for reply
Prateek
--
Message posted via http://www.dot... more >>
Still a bug....
Posted by Marty at 2/18/2005 5:10:04 PM
Hi,
I'm still playing with this managed/unmanaged code within my VC++
project. I'm sure it's gonna work, need just some tuning that you could
help me to find out.
Here is below the .h and .cpp I use.
socketListener.cpp configuration properties:
c/c++ - General : /clr
c/c++ - Precompi... more >>
Managed code within unmanaged code ?
Posted by Marty at 2/18/2005 1:07:19 PM
Hi,
Can I mix my managed code within my unmanaged code?
Just for instance, I have a socket class that is managed code. It is
include in my unmanaged VC++ project and it compile.
The point is, when I want to instantiate my class, I still get this error:
fatal error C1190: managed targe... more >>
Need help, may be easy for you , I'm getting nuts.
Posted by Marty at 2/17/2005 5:24:55 PM
Hi,
I have this DLL made with VB.NET made as a Class Library project. I
know this is managed code.
I have my other made with VC++.NET, unmanaged code.
The point is that I want to use function within my DLL in the VC++ project.
I've been reading document over the internet and this
htt... more >>
creating an excel2000 spreadsheet from vc++ .2003
Posted by Ferenc at 2/17/2005 10:57:04 AM
migrating from VC6.0 project to vs.net 2003 which supposed to create an Excel
spreadsheet from a C++ project (no .net, no mfc)
apparently mso9.tlh is incompatible with the VC7PlatformSDK\Include\OleAcc.h
I get the error message during build
error c2011 IAccessible struct redefinition
... more >>
How to compile simple command prompt apps in VC++ .NET like in VC+
Posted by Joachim at 2/17/2005 8:23:04 AM
I have the following simple program:
#include <iostream>
#include <map>
#include <string>
#include <sstream>
#include <fstream>
#include <vector>
using namespace std;
typedef map<string, int> wordmap;
int main(int argc, char* argv[])
{
if (argc != 2)
cout << "Usage: " << argv[0]... more >>
Problem with identifiers
Posted by Marty at 2/16/2005 3:11:44 PM
Hi,
I took this socket listener from the VC++.NET help file. I inserted it
in my project.
What library do I have to include to have those identifier working:
string,
int32,
Byte,
server,
TcpListener,
Console
I'm including those library:
#include <stdlib.h>
#include <string>
#inc... more >>
Building DLLs without the AssemblyInfo.cpp
Posted by Jim Adkins via DotNetMonster.com at 2/4/2005 4:52:09 PM
I have created a DLL using VS 2003. I did this using the VS Wizard. Doing so, causes an "AssemblyInfo.cpp" file to be generated. This file requires (has far as I can tell), the mscorelib.dll file (referenced by mscoree.lib).
The DLL works just fine, assuming that you have the .NET framework insta... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|