Click here to Skip to main content
16,006,768 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with extern and linkage Pin
Joaquín M López Muñoz6-Aug-02 2:53
Joaquín M López Muñoz6-Aug-02 2:53 
GeneralRe: Problem with extern and linkage Pin
Janine6-Aug-02 3:51
Janine6-Aug-02 3:51 
Generalread and write undifined bit data problem Pin
Anonymous6-Aug-02 1:37
Anonymous6-Aug-02 1:37 
GeneralRe: read and write undifined bit data problem Pin
Joaquín M López Muñoz6-Aug-02 2:20
Joaquín M López Muñoz6-Aug-02 2:20 
GeneralRegistering a 'DLL' Pin
RChin6-Aug-02 1:29
RChin6-Aug-02 1:29 
GeneralRe: Registering a 'DLL' Pin
Tomasz Sowinski6-Aug-02 1:41
Tomasz Sowinski6-Aug-02 1:41 
GeneralRe: Registering a 'DLL' Pin
RChin6-Aug-02 1:50
RChin6-Aug-02 1:50 
GeneralRe: Registering a 'DLL' Pin
Joel Lucsy6-Aug-02 3:05
Joel Lucsy6-Aug-02 3:05 
You are correct. Anything to do with COM typically should be registered. There are ways to deal with COM without registering, but it's more problems then it's worth.
COM files come in many flavors however: dll,ocx,exe. Actually, you could call the file anything you want. But it must export (some) the functions DllRegisterServer, DllCanUnloadNow, DllGetClassObject, DllUnregisterServer.
Regular DLL's can't be registered since they wouldn't have those functions.

Joel Lucsy (jjlucsy@ameritech.net)

GeneralRe: Registering a 'DLL' Pin
RChin6-Aug-02 3:13
RChin6-Aug-02 3:13 
GeneralADO exception problem Pin
unknown soldier6-Aug-02 1:17
unknown soldier6-Aug-02 1:17 
GeneralRe: ADO exception problem Pin
RChin6-Aug-02 1:36
RChin6-Aug-02 1:36 
GeneralRe: ADO exception problem Pin
unknown soldier6-Aug-02 2:11
unknown soldier6-Aug-02 2:11 
GeneralRe: ADO exception problem Pin
RChin6-Aug-02 4:04
RChin6-Aug-02 4:04 
GeneralRe: ADO exception problem Pin
Le centriste6-Aug-02 3:25
Le centriste6-Aug-02 3:25 
GeneralGet Item of stringtable Pin
silverspoon6-Aug-02 1:00
silverspoon6-Aug-02 1:00 
GeneralRe: Get Item of stringtable Pin
Joaquín M López Muñoz6-Aug-02 1:04
Joaquín M López Muñoz6-Aug-02 1:04 
GeneralRe: Get Item of stringtable Pin
Tomasz Sowinski6-Aug-02 1:08
Tomasz Sowinski6-Aug-02 1:08 
GeneralRe: Get Item of stringtable Pin
silverspoon6-Aug-02 1:16
silverspoon6-Aug-02 1:16 
GeneralRe: Get Item of stringtable Pin
Atlantys6-Aug-02 2:15
Atlantys6-Aug-02 2:15 
GeneralInstallation program Pin
Anonymous6-Aug-02 0:36
Anonymous6-Aug-02 0:36 
Generalhelp about hwnd Pin
imran_rafique6-Aug-02 0:30
imran_rafique6-Aug-02 0:30 
GeneralRe: help about hwnd Pin
Tomasz Sowinski6-Aug-02 0:35
Tomasz Sowinski6-Aug-02 0:35 
GeneralRe: help about hwnd Pin
RChin6-Aug-02 0:43
RChin6-Aug-02 0:43 
GeneralModal Window Pin
storein6-Aug-02 0:20
storein6-Aug-02 0:20 
GeneralRe: Modal Window Pin
User 66586-Aug-02 1:54
User 66586-Aug-02 1:54 

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.