Click here to Skip to main content
15,918,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 15:37
Link260015-Aug-04 15:37 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 17:09
cmk15-Aug-04 17:09 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 17:20
Link260015-Aug-04 17:20 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
cmk15-Aug-04 21:43
cmk15-Aug-04 21:43 
AnswerRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
peterchen15-Aug-04 0:54
peterchen15-Aug-04 0:54 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 14:21
Link260015-Aug-04 14:21 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
peterchen15-Aug-04 14:34
peterchen15-Aug-04 14:34 
GeneralLink Problems Pin
Jnewg514-Aug-04 17:11
Jnewg514-Aug-04 17:11 
I have a project that was originally built in Visual Studio C++ 6.0. I have since upgraded to Visual Studio .NET and am encountering a link problem. The project is a (non-ATL generated)COM server that also employs templates that is built across 2 projects. The base class("PluginServ") implements the DllCanUnloadNow, DllGetClassObject, DllRegisterServer, and DllUnregisterServer. The .def file is in the aggregated class ("DerivedPlugin") project and declares the above exports.

The link error is the following:
------ Build started: Project: DerivedPlugInServ, Configuration: Debug Win32 ------

Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
DerivedPlugInServ.def : error LNK2001: unresolved external symbol DllRegisterServer
DerivedPlugInServ.def : error LNK2001: unresolved external symbol DllUnregisterServer
.\Debug/VPF.lib : fatal error LNK1120: 2 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file

Build log was saved at "file://c:\projects\src\DerivedPlugInServ\Debug\BuildLog.htm"
DerivedPlugInServ- 4 error(s), 1 warning(s)


---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped"

Anyone have any ideas as to how I may resolve this link error? I have looked online and have not come across a solution.
Thank you!
GeneralRe: Link Problems Pin
Ryan Binns15-Aug-04 18:33
Ryan Binns15-Aug-04 18:33 
GeneralRegistry change event Pin
RoyceF14-Aug-04 16:35
RoyceF14-Aug-04 16:35 
GeneralRe: Registry change event Pin
Scozturk14-Aug-04 22:54
professionalScozturk14-Aug-04 22:54 
GeneralRe: Registry change event Pin
RoyceF15-Aug-04 9:43
RoyceF15-Aug-04 9:43 
GeneralRe: Registry change event Pin
Scozturk16-Aug-04 2:30
professionalScozturk16-Aug-04 2:30 
QuestionWIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 15:00
Link260014-Aug-04 15:00 
AnswerRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani14-Aug-04 15:12
professionalRavi Bhavnani14-Aug-04 15:12 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 15:16
Link260014-Aug-04 15:16 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani14-Aug-04 15:22
professionalRavi Bhavnani14-Aug-04 15:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 20:06
Link260014-Aug-04 20:06 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 3:22
professionalRavi Bhavnani15-Aug-04 3:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260015-Aug-04 14:23
Link260015-Aug-04 14:23 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 14:30
professionalRavi Bhavnani15-Aug-04 14:30 
GeneralDirectX pixel manipulator Pin
vxje14-Aug-04 14:14
vxje14-Aug-04 14:14 
GeneralRe: DirectX pixel manipulator Pin
Andrew Walker15-Aug-04 4:41
Andrew Walker15-Aug-04 4:41 
Questionhow to program views in multiple views program Pin
irfan raza14-Aug-04 14:03
irfan raza14-Aug-04 14:03 
GeneralAdd Text to a CView Pin
master8714-Aug-04 5:24
master8714-Aug-04 5:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.