Click here to Skip to main content
15,886,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Insert icons CTreeCtrl (some items only) Pin
Richard MacCutchan20-Nov-14 1:18
mveRichard MacCutchan20-Nov-14 1:18 
GeneralRe: Insert icons CTreeCtrl (some items only) Pin
_Flaviu20-Nov-14 2:33
_Flaviu20-Nov-14 2:33 
GeneralRe: Insert icons CTreeCtrl (some items only) Pin
Richard MacCutchan20-Nov-14 3:00
mveRichard MacCutchan20-Nov-14 3:00 
QuestionDLL creation process in windows application with CEN XFS Pin
venkat swaminathan19-Nov-14 22:35
venkat swaminathan19-Nov-14 22:35 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 6:35
professionalRichard Andrew x6420-Nov-14 6:35 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 15:07
venkat swaminathan20-Nov-14 15:07 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:16
professionalRichard Andrew x6420-Nov-14 15:16 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 15:29
venkat swaminathan20-Nov-14 15:29 
CSS
Also i see some difference in Sp's DLL which i created and actual working vendors DLL
Difference noted using PE studio's exported sysmbols option
DLL Created by ME:

<pre lang="c++">_WFPCancelAsyncRequest@8,-,1,-,-,.rdata:0x00001096
_WFPClose@12,-,2,-,-,.rdata:0x00001005
_WFPDeregister@20,-,3,-,-,.rdata:0x00001140
_WFPExecute@24,-,4,-,-,.rdata:0x00001131
_WFPGetInfo@24,-,5,-,-,.rdata:0x000010EB
_WFPLock@16,-,6,-,-,.rdata:0x00001023
_WFPOpen@52,-,7,-,-,.rdata:0x0000102D
_WFPRegister@20,-,8,-,-,.rdata:0x00001073
_WFPSetTraceLevel@8,-,9,-,-,.rdata:0x0000113B
_WFPUnloadService@0,-,10,-,-,.rdata:0x0000100A
_WFPUnlock@12,-,11,-,-,.rdata:0x00001082


Vendor created DLL:
C++
WFPCancelAsyncRequest,-,1,-,-,.rdata:0x0000C450
WFPClose,-,2,-,-,.rdata:0x0000C6E0
WFPDeregister,-,3,-,-,.rdata:0x0000C7F0
WFPExecute,-,4,-,-,.rdata:0x0000C970
WFPGetInfo,-,5,-,-,.rdata:0x0000DFA0
WFPLock,-,6,-,-,.rdata:0x0000E490
WFPOpen,-,7,-,-,.rdata:0x0000C030
WFPRegister,-,8,-,-,.rdata:0x0000E590
WFPSetTraceLevel,-,9,-,-,.rdata:0x0000E710
WFPUnloadService,-,10,-,-,.rdata:0x0000E770
WFPUnlock,-,11,-,-,.rdata:0x0000E8F0


What is the difference.Does export method differ??
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:37
professionalRichard Andrew x6420-Nov-14 15:37 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 15:44
venkat swaminathan20-Nov-14 15:44 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 15:57
professionalRichard Andrew x6420-Nov-14 15:57 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:07
venkat swaminathan20-Nov-14 16:07 
AnswerRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:16
professionalRichard Andrew x6420-Nov-14 16:16 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:28
venkat swaminathan20-Nov-14 16:28 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:34
professionalRichard Andrew x6420-Nov-14 16:34 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:29
venkat swaminathan20-Nov-14 16:29 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:37
professionalRichard Andrew x6420-Nov-14 16:37 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:40
venkat swaminathan20-Nov-14 16:40 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
Richard Andrew x6420-Nov-14 16:45
professionalRichard Andrew x6420-Nov-14 16:45 
GeneralRe: DLL creation process in windows application with CEN XFS Pin
venkat swaminathan20-Nov-14 16:59
venkat swaminathan20-Nov-14 16:59 
GeneralEdit Control Problem Pin
Member 1114570919-Nov-14 14:12
Member 1114570919-Nov-14 14:12 
SuggestionRe: Edit Control Problem Pin
David Crow19-Nov-14 17:09
David Crow19-Nov-14 17:09 
GeneralRe: Edit Control Problem Pin
Member 1114570919-Nov-14 18:16
Member 1114570919-Nov-14 18:16 
QuestionOffice automation help Pin
Hadi Dayvary17-Nov-14 3:30
professionalHadi Dayvary17-Nov-14 3:30 
AnswerRe: Office automation help Pin
David Crow17-Nov-14 5:56
David Crow17-Nov-14 5:56 

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.