Click here to Skip to main content
16,004,887 members
Home / Discussions / COM
   

COM

 
GeneralRe: operator = Pin
darkbyte17-Aug-04 16:08
darkbyte17-Aug-04 16:08 
GeneralRe: operator = Pin
BadJerry18-Aug-04 0:14
BadJerry18-Aug-04 0:14 
GeneralRe: operator = Pin
darkbyte19-Aug-04 6:04
darkbyte19-Aug-04 6:04 
GeneralRe: operator = Pin
BadJerry19-Aug-04 6:28
BadJerry19-Aug-04 6:28 
GeneralRe: operator = Pin
Milton Karimbekallil19-Aug-04 21:04
Milton Karimbekallil19-Aug-04 21:04 
GeneralRe: operator = Pin
BadJerry20-Aug-04 0:11
BadJerry20-Aug-04 0:11 
GeneralPerformance testing of COM dll Pin
Anonymous15-Aug-04 20:24
Anonymous15-Aug-04 20:24 
GeneralLink Problem VS6.0 to VS.NET Pin
Jnewg515-Aug-04 4:44
Jnewg515-Aug-04 4:44 
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 Problem VS6.0 to VS.NET Pin
darkbyte19-Aug-04 6:43
darkbyte19-Aug-04 6:43 
GeneralText from MS Word / AccessibleObjectFromWindow Pin
Anonymous14-Aug-04 15:03
Anonymous14-Aug-04 15:03 
GeneralRe: Text from MS Word / AccessibleObjectFromWindow Pin
Anonymous18-Aug-04 20:55
Anonymous18-Aug-04 20:55 
GeneralRe: shameless bump Pin
Anonymous18-Aug-04 20:55
Anonymous18-Aug-04 20:55 
GeneralRe: shameless bump Pin
darkbyte19-Aug-04 14:45
darkbyte19-Aug-04 14:45 
GeneralInterfaces required by an object Pin
alex.barylski13-Aug-04 23:03
alex.barylski13-Aug-04 23:03 
GeneralRe: Interfaces required by an object Pin
darkbyte17-Aug-04 15:26
darkbyte17-Aug-04 15:26 
GeneralUsing a VC++ Console to access the ActiveX (exe) Pin
D*I*N*G12-Aug-04 23:19
D*I*N*G12-Aug-04 23:19 
Generalto save outlook contacts :zzz: Pin
thegrad12-Aug-04 9:52
thegrad12-Aug-04 9:52 
GeneralGetRefTypeInfo failed Pin
Dalthan12-Aug-04 9:13
Dalthan12-Aug-04 9:13 
GeneralDeriving from interfaces Pin
Hockey12-Aug-04 6:06
Hockey12-Aug-04 6:06 
GeneralRe: Deriving from interfaces Pin
Lim Bio Liong13-Aug-04 22:29
Lim Bio Liong13-Aug-04 22:29 
GeneralRe: Deriving from interfaces Pin
Jörgen Sigvardsson14-Aug-04 23:26
Jörgen Sigvardsson14-Aug-04 23:26 
Generalaccessing IShellBrowser from CFileDialog Pin
zerwuff12-Aug-04 3:33
zerwuff12-Aug-04 3:33 
Generaladding a button to explorer toolbar Pin
rolati10-Aug-04 11:22
rolati10-Aug-04 11:22 
GeneralNon-exposed interfaces Pin
Antti Keskinen10-Aug-04 10:01
Antti Keskinen10-Aug-04 10:01 
GeneralRe: Non-exposed interfaces Pin
Milton Karimbekallil10-Aug-04 18:53
Milton Karimbekallil10-Aug-04 18:53 

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.