Click here to Skip to main content
16,017,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Send & retrieve data from dialog box to CDoc or CView Pin
brianwelsch8-Aug-02 3:16
brianwelsch8-Aug-02 3:16 
GeneralRe: Send & retrieve data from dialog box to CDoc or CView Pin
Zayax8-Aug-02 16:14
Zayax8-Aug-02 16:14 
GeneralReference Counting problem Pin
Anonymous7-Aug-02 20:40
Anonymous7-Aug-02 20:40 
GeneralRe: Reference Counting problem Pin
Paul M Watt7-Aug-02 21:00
mentorPaul M Watt7-Aug-02 21:00 
GeneralRe: Reference Counting problem Pin
Anonymous8-Aug-02 0:40
Anonymous8-Aug-02 0:40 
GeneralRe: Reference Counting problem Pin
Paul M Watt9-Aug-02 8:55
mentorPaul M Watt9-Aug-02 8:55 
GeneralDll Registration Pin
abhinarulkar7-Aug-02 20:09
abhinarulkar7-Aug-02 20:09 
GeneralRe: Dll Registration Pin
Paul M Watt7-Aug-02 21:04
mentorPaul M Watt7-Aug-02 21:04 
You only need to register your DLL if it contains a COM server.

If you have simply created a DLL that exports a few API functions, then you do not need to call regsvr32.

If you want to use that DLL in another program you can call LoadLibrary then GetProcAddress to create a function pointer to the functions that you have exported from you DLL.

Or if you want to statically link your DLL to another program you can link your program to the .lib file that is created in the DLL, and that will allow you to simply call the function directly in your code.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

Questionhow can i get current PC's ip? Pin
zecodela7-Aug-02 19:56
zecodela7-Aug-02 19:56 
AnswerRe: how can i get current PC's ip? Pin
Dudi Avramov7-Aug-02 21:07
Dudi Avramov7-Aug-02 21:07 
Generaladding named item to script engine Pin
Anonymous7-Aug-02 19:38
Anonymous7-Aug-02 19:38 
GeneralRe: adding named item to script engine Pin
Stuart Dootson7-Aug-02 19:56
professionalStuart Dootson7-Aug-02 19:56 
GeneralADO connection String Pin
unknown soldier7-Aug-02 19:33
unknown soldier7-Aug-02 19:33 
GeneralRe: ADO connection String Pin
Michael P Butler7-Aug-02 22:01
Michael P Butler7-Aug-02 22:01 
GeneralWindows Fonts problem Pin
Shamoon7-Aug-02 18:34
Shamoon7-Aug-02 18:34 
GeneralBitMapInfoHeader question. Pin
nss7-Aug-02 18:34
nss7-Aug-02 18:34 
GeneralRe: BitMapInfoHeader question. Pin
Chris Losinger7-Aug-02 18:39
professionalChris Losinger7-Aug-02 18:39 
Generaldynamic popup menu Pin
bryce7-Aug-02 18:32
bryce7-Aug-02 18:32 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 18:45
professionalChris Losinger7-Aug-02 18:45 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 18:49
bryce7-Aug-02 18:49 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 18:56
professionalChris Losinger7-Aug-02 18:56 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 19:00
bryce7-Aug-02 19:00 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 19:03
professionalChris Losinger7-Aug-02 19:03 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 21:29
bryce7-Aug-02 21:29 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 21:31
professionalChris Losinger7-Aug-02 21:31 

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.