Hi ,
I am facing the following linking error issue :
Situation is as follows:
I am trying to acess the member function in a dll from another dll whose project settings are as follows:
1) Conf...
http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/VisualC_PLUS_PLU...
Hi, I'm working on a COM application using the C++ compiler in VS2005 on
Win2K server. Most of the code files are in cpp but I've just added a few C
file for BER encoding to my C++ proejct. N...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21872926.html
Normally I'd look this up in google, but my internet connection has gone to crap. It took me 2 minutes and three tries to reach this page, I don't want to even think about searching:)
I moved th...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20818901.html
Zones:
C++Date Answered: 12/07/2003 Grade: A Views: 0
I'm writing a windows service, and I have additioanl dependenceis for the linker set to include kernel32.lib and I am inlcuding windows.hhowever when I try to build I still get this linker error:
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21378448.html
Zones:
C++Date Answered: 04/06/2005 Grade: A Views: 0
Hello. I get problems when compiling this code. I have commented where I think the error is. I don't know why it's not working. Please help.
// test2.cpp
#include "stdafx.h"
#include "MyFu...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21586110.html
Zones:
C++Date Answered: 10/06/2005 Grade: A Views: 0
I try to include a .h file that not is in the current project. But it doesn't work.
#include "../File/File.h"
#include <iostream>
#include <windows.h>
using namespace std;
RingBuffer buff;...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21610015.html
Hello,
Please forgive my ignorance on this one, but I have been fighting with this for too long now.
I have a program that I am writing that requires several classes to be designed and utili...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21902000.html
I thought I had this linking to a DLL thing under control until I got an LNK2019 error.
I am using MS Visual C++ version 7. This solution has two projects in it (so far). An MFC EXE that is dy...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_22123629.htm...
Zones:
Windows MFCDate Answered: 01/26/2007 Grade: C Views: 10
Good day,
I've got a program being developed in Visual Studio .NET 2002 using VC++ and MFC. It includes the following method, the implementation of which is taken word for word from Microsoft's...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20707312.htm...
Zones:
Windows MFCDate Answered: 08/12/2003 Grade: B Views: 11
Hi People,
I’m currently developing an Application in Embedded Visual C++ using API not MFC, for a pocket PC which is running Windows CE 3.0.
I’m trying to retrieve the Subnet mas...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20794176.html
Zones:
C++Date Answered: 02/09/2004 Grade: A Views: 0