Click here to Skip to main content
15,887,676 members
Home / Discussions / C#
   

C#

 
GeneralRe: OPC client server Pin
Roberto64_Ge3-Oct-18 4:10
Roberto64_Ge3-Oct-18 4:10 
GeneralRe: OPC client server Pin
Richard MacCutchan3-Oct-18 4:52
mveRichard MacCutchan3-Oct-18 4:52 
GeneralRe: OPC client server Pin
Roberto64_Ge3-Oct-18 9:51
Roberto64_Ge3-Oct-18 9:51 
GeneralRe: OPC client server Pin
Richard MacCutchan3-Oct-18 22:02
mveRichard MacCutchan3-Oct-18 22:02 
GeneralRe: OPC client server Pin
Dave Kreskowiak3-Oct-18 5:00
mveDave Kreskowiak3-Oct-18 5:00 
GeneralRe: OPC client server Pin
Roberto64_Ge3-Oct-18 10:10
Roberto64_Ge3-Oct-18 10:10 
GeneralRe: OPC client server Pin
Roberto64_Ge4-Oct-18 3:28
Roberto64_Ge4-Oct-18 3:28 
GeneralRe: OPC client server Pin
OriginalGriff4-Oct-18 3:46
mveOriginalGriff4-Oct-18 3:46 
Run up a "Visual Studio X86 native tools command line".
Use CD to change to the folder containing the DLL file.
Type this: "dumpbin /headers nameofthedllfile.DLL" and press enter.
if you scroll back to the beginning of the output, it will give you the PE file details,
which will look like this for a x86 DLL:
PE signature found

File Type: DLL

FILE HEADER VALUES
             14C machine (x86)
               3 number of sections
        546DE7F8 time date stamp Thu Nov 20 13:09:12 2014
               0 file pointer to symbol table
               0 number of symbols
              E0 size of optional header
            2102 characteristics
                   Executable
                   32 bit word machine
                   DLL
And like this for a x64:
PE signature found

File Type: DLL

FILE HEADER VALUES
            8664 machine (x64)
               2 number of sections
        5BB6183D time date stamp Thu Oct 04 14:40:13 2018
               0 file pointer to symbol table
               0 number of symbols
              F0 size of optional header
            2022 characteristics
                   Executable
                   Application can handle large (>2GB) addresses
                   DLL

Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: OPC client server Pin
Dave Kreskowiak4-Oct-18 4:29
mveDave Kreskowiak4-Oct-18 4:29 
GeneralRe: OPC client server Pin
Roberto64_Ge4-Oct-18 20:33
Roberto64_Ge4-Oct-18 20:33 
GeneralRe: OPC client server Pin
Dave Kreskowiak5-Oct-18 2:16
mveDave Kreskowiak5-Oct-18 2:16 
GeneralRe: OPC client server Pin
Roberto64_Ge8-Oct-18 2:16
Roberto64_Ge8-Oct-18 2:16 
GeneralRe: OPC client server Pin
Dave Kreskowiak8-Oct-18 4:10
mveDave Kreskowiak8-Oct-18 4:10 
GeneralRe: OPC client server Pin
Roberto64_Ge8-Oct-18 4:45
Roberto64_Ge8-Oct-18 4:45 
GeneralRe: OPC client server Pin
Dave Kreskowiak8-Oct-18 8:21
mveDave Kreskowiak8-Oct-18 8:21 
QuestionActive touchscreen detection Pin
sarmadi2-Oct-18 19:43
sarmadi2-Oct-18 19:43 
QuestionHow should JSON Deserializer work ? (basic question). FIXED. Pin
Maximilien2-Oct-18 9:04
Maximilien2-Oct-18 9:04 
QuestionAsync Memory leak ... Pin
Super Lloyd1-Oct-18 21:13
Super Lloyd1-Oct-18 21:13 
AnswerRe: Async Memory leak ... Pin
Nathan Minier2-Oct-18 1:31
professionalNathan Minier2-Oct-18 1:31 
QuestionSqlite DB Verification Pin
Member 1394838230-Sep-18 20:24
Member 1394838230-Sep-18 20:24 
AnswerRe: Sqlite DB Verification Pin
Richard MacCutchan30-Sep-18 21:11
mveRichard MacCutchan30-Sep-18 21:11 
AnswerRe: Sqlite DB Verification Pin
OriginalGriff30-Sep-18 21:17
mveOriginalGriff30-Sep-18 21:17 
QuestionBeginning Student Array Question Pin
Member 1400299730-Sep-18 14:41
Member 1400299730-Sep-18 14:41 
AnswerRe: Beginning Student Array Question Pin
Dave Kreskowiak30-Sep-18 17:56
mveDave Kreskowiak30-Sep-18 17:56 
AnswerRe: Beginning Student Array Question Pin
OriginalGriff30-Sep-18 19:51
mveOriginalGriff30-Sep-18 19:51 

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.