Click here to Skip to main content
15,917,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Some DLL questions !!! Pin
Chris Losinger7-May-02 4:27
professionalChris Losinger7-May-02 4:27 
GeneralRe: Some DLL questions !!! Pin
Hadi Rezaee7-May-02 5:08
Hadi Rezaee7-May-02 5:08 
GeneralRe: Some DLL questions !!! Pin
Paul M Watt7-May-02 5:23
mentorPaul M Watt7-May-02 5:23 
GeneralRe: Some DLL questions !!! Pin
Paul M Watt7-May-02 5:20
mentorPaul M Watt7-May-02 5:20 
GeneralRe: Some DLL questions !!! Pin
Hadi Rezaee7-May-02 6:19
Hadi Rezaee7-May-02 6:19 
GeneralRe: Some DLL questions !!! Pin
Paul M Watt7-May-02 7:31
mentorPaul M Watt7-May-02 7:31 
GeneralRe: Some DLL questions !!! Pin
Hadi Rezaee7-May-02 9:52
Hadi Rezaee7-May-02 9:52 
GeneralRe: Some DLL questions !!! Pin
moliate7-May-02 8:52
moliate7-May-02 8:52 
Sample .def file

; myfile.def : Declares the module parameters for the DLL.

LIBRARY      "mylib" BASE=0x10000000  ; change the base to something better 
                                      ; to avoid collisions with other modules  
DESCRIPTION  'does a lot of useful stuff'

EXPORTS
        myFunction    ; no parameters or anything else, just name of function
        myOtherFunction

This will turn off mangling as well as setting some useful parameters, like the default base address. Set this to something other than 0x1000000 as this is the default base for C++ modules (speed up loading time that way).

/moliate



Two o'clock and walking through familiar London - Or what was familiar London before the cursor deleted certain certainties -
I watch a suit and tie man giving suck to the Psion Organizer lodged in his breast pocket
its serial interface like a cool mouth hunting his chest for sustenance, familiar feeling, and I'm watching my breath steam in the air.

Neil Gaiman - Cold Colours


GeneralRe: Some DLL questions !!! Pin
Hadi Rezaee7-May-02 9:48
Hadi Rezaee7-May-02 9:48 
GeneralRe: Some DLL questions !!! Pin
moliate7-May-02 11:00
moliate7-May-02 11:00 
GeneralRe: Some DLL questions !!! Pin
KarstenK8-May-02 0:23
mveKarstenK8-May-02 0:23 
GeneralCAnimateCtrl Problem... Pin
7-May-02 3:41
suss7-May-02 3:41 
GeneralRe: CAnimateCtrl Problem... Pin
Joaquín M López Muñoz7-May-02 6:01
Joaquín M López Muñoz7-May-02 6:01 
GeneralRe: CAnimateCtrl Problem... Pin
7-May-02 23:58
suss7-May-02 23:58 
GeneralRe: CAnimateCtrl Problem... Pin
KarstenK8-May-02 0:20
mveKarstenK8-May-02 0:20 
GeneralOut of Memory Pin
vinumpillai7-May-02 3:24
vinumpillai7-May-02 3:24 
GeneralProblems with setting access rights in Registry Pin
Grit7-May-02 3:18
Grit7-May-02 3:18 
GeneralRe: Problems with setting access rights in Registry Pin
Navin7-May-02 8:24
Navin7-May-02 8:24 
GeneralRe: Problems with setting access rights in Registry Pin
Grit7-May-02 8:39
Grit7-May-02 8:39 
GeneralControls' properties Pin
Vis7-May-02 2:19
Vis7-May-02 2:19 
GeneralRe: Controls' properties Pin
Michael Martin7-May-02 2:55
professionalMichael Martin7-May-02 2:55 
GeneralRe: Controls' properties Pin
Max Santos7-May-02 3:45
Max Santos7-May-02 3:45 
GeneralRe: Controls' properties Pin
Atilla Selem7-May-02 6:59
Atilla Selem7-May-02 6:59 
GeneralMinimum CDialog size Pin
LittleYellowBird7-May-02 1:35
LittleYellowBird7-May-02 1:35 
GeneralRe: Minimum CDialog size Pin
Niklas L7-May-02 1:50
Niklas L7-May-02 1:50 

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.