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

C / C++ / MFC

 
GeneralMessage Closed Pin
15-Oct-06 21:50
mkoliv15-Oct-06 21:50 
GeneralRe: CDO tool needed!!! Pin
S Douglas15-Oct-06 21:56
professionalS Douglas15-Oct-06 21:56 
QuestionDLL Function Export Problem Pin
Programm3r15-Oct-06 20:52
Programm3r15-Oct-06 20:52 
GeneralRe: DLL Function Export Problem Pin
prasad_som15-Oct-06 22:51
prasad_som15-Oct-06 22:51 
QuestionRe: DLL Function Export Problem Pin
Programm3r15-Oct-06 23:04
Programm3r15-Oct-06 23:04 
GeneralRe: DLL Function Export Problem Pin
prasad_som15-Oct-06 23:18
prasad_som15-Oct-06 23:18 
GeneralRe: DLL Function Export Problem Pin
Programm3r15-Oct-06 23:26
Programm3r15-Oct-06 23:26 
GeneralRe: DLL Function Export Problem Pin
Programm3r15-Oct-06 23:39
Programm3r15-Oct-06 23:39 
If this might help, I did a dumpbin /exports on the dll and the result is shown below:

File Type: DLL

  Section contains the following exports for ElkoUtility32.dll

    00000000 characteristics
    45334FDA time date stamp Mon Oct 16 11:24:42 2006
        0.00 version
           1 ordinal base
          34 number of functions
          34 number of names

    ordinal hint RVA      name

         14    0 00001740 CharacterAt
          1    1 00001000 DllMain
         15    2 00001750 authentication
         32    3 00002920 changeIcon
         16    4 00001950 controlPanelDlg
         34    5 00002AD0 createAProcess
          8    6 000013F0 createDSN
         28    7 00002020 createMTPipeSrv
         29    8 000021F0 createOLPipeSrv
         22    9 00001C80 decryptAFile
         21    A 00001C60 encryptAFile
         33    B 00002A40 errorExit
          5    C 00001210 error_out
         12    D 00001590 fileHandler
         20    E 00001C40 getWindowProcessId
         25    F 00001D90 makeSlot
         23   10 00001CA0 messageBeeper
         24   11 00001D30 netValidate
         27   12 00001E80 readSlot
         30   13 000026A0 regEntry
         31   14 00002860 regStartUp
         18   15 00001B00 restartWindows
         11   16 00001530 restoreWnd
         10   17 00001430 seekProgram
          9   18 00001410 showProgramVersion
         19   19 00001B80 shutdown
          2   1A 00001050 sqlconn
          4   1B 000011D0 sqldisconn
          7   1C 00001010 sqldsn
          3   1D 000010E0 sqlexec
          6   1E 00001290 sqltest
         13   1F 000015F0 userNameSize
         17   20 00001A00 validUserName
         26   21 00001DE0 writeSlot

  Summary

       8D000 .data
        2000 .rdata
        2000 .reloc
        1000 .rsrc
        A000 .text



The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

GeneralRe: DLL Function Export Problem Pin
prasad_som16-Oct-06 0:03
prasad_som16-Oct-06 0:03 
GeneralRe: DLL Function Export Problem Pin
Programm3r16-Oct-06 0:08
Programm3r16-Oct-06 0:08 
GeneralRe: DLL Function Export Problem Pin
prasad_som16-Oct-06 0:14
prasad_som16-Oct-06 0:14 
QuestionTAB CTRL IN MFC ACTIVE X CONTROL Pin
zareee15-Oct-06 20:51
zareee15-Oct-06 20:51 
AnswerRe: TAB CTRL IN MFC ACTIVE X CONTROL Pin
Hamid_RT15-Oct-06 21:22
Hamid_RT15-Oct-06 21:22 
GeneralRe: TAB CTRL IN MFC ACTIVE X CONTROL Pin
zareee15-Oct-06 21:47
zareee15-Oct-06 21:47 
GeneralRe: TAB CTRL IN MFC ACTIVE X CONTROL Pin
Hamid_RT15-Oct-06 22:25
Hamid_RT15-Oct-06 22:25 
QuestionGetting error C2065 and C2057 while complining the application Pin
Dinu_IP15-Oct-06 20:15
Dinu_IP15-Oct-06 20:15 
AnswerRe: Getting error C2065 and C2057 while complining the application Pin
prasad_som15-Oct-06 20:18
prasad_som15-Oct-06 20:18 
AnswerRe: Getting error C2065 and C2057 while complining the application Pin
Hamid_RT15-Oct-06 20:21
Hamid_RT15-Oct-06 20:21 
QuestionRe: Getting error C2065 and C2057 while complining the application Pin
David Crow16-Oct-06 3:07
David Crow16-Oct-06 3:07 
Questionproblem Pin
With_problem15-Oct-06 20:14
With_problem15-Oct-06 20:14 
QuestionRe: problem Pin
prasad_som15-Oct-06 20:25
prasad_som15-Oct-06 20:25 
AnswerRe: problem Pin
With_problem15-Oct-06 20:40
With_problem15-Oct-06 20:40 
AnswerRe: problem Pin
Hamid_RT15-Oct-06 21:04
Hamid_RT15-Oct-06 21:04 
GeneralRe: problem Pin
With_problem15-Oct-06 21:08
With_problem15-Oct-06 21:08 
GeneralRe: problem Pin
Hamid_RT15-Oct-06 21:11
Hamid_RT15-Oct-06 21:11 

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.