Click here to Skip to main content
15,908,673 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a #define from an unmanaged dll Pin
Dave Kreskowiak25-Mar-04 7:48
mveDave Kreskowiak25-Mar-04 7:48 
You can't pull #defines out of a .DLL. They are c compilter directives and don't represent any code or data. They're primarily used to define macro's for the compiler to do an advanced search and replace in your code to simplify code writing.

You'll need to go through the original source files for the .DLL, usually the .h files to find the values and their meaning.

Are you looking for Anything in particular?


RageInTheMachine9532
GeneralRe: Using a #define from an unmanaged dll Pin
schnee2k325-Mar-04 8:24
schnee2k325-Mar-04 8:24 
GeneralRe: Using a #define from an unmanaged dll Pin
Dave Kreskowiak25-Mar-04 8:31
mveDave Kreskowiak25-Mar-04 8:31 
GeneralRe: Using a #define from an unmanaged dll Pin
schnee2k325-Mar-04 8:36
schnee2k325-Mar-04 8:36 
GeneralRe: Using a #define from an unmanaged dll Pin
Jeremy Kimball25-Mar-04 7:49
Jeremy Kimball25-Mar-04 7:49 
GeneralRe: Using a #define from an unmanaged dll Pin
Andy Brummer25-Mar-04 9:28
sitebuilderAndy Brummer25-Mar-04 9:28 
GeneralStrongly typed hash-table Pin
peter271325-Mar-04 5:58
peter271325-Mar-04 5:58 
GeneralRe: Strongly typed hash-table Pin
Heath Stewart25-Mar-04 6:03
protectorHeath Stewart25-Mar-04 6:03 
GeneralRe: Strongly typed hash-table Pin
Andy Brummer25-Mar-04 9:31
sitebuilderAndy Brummer25-Mar-04 9:31 
GeneralCaption bar modifications Pin
Alex Korchemniy25-Mar-04 5:03
Alex Korchemniy25-Mar-04 5:03 
GeneralRe: Caption bar modifications Pin
Heath Stewart25-Mar-04 5:59
protectorHeath Stewart25-Mar-04 5:59 
GeneralRe: Caption bar modifications Pin
Dave Kreskowiak25-Mar-04 12:32
mveDave Kreskowiak25-Mar-04 12:32 
GeneralListbox in C# with XML Pin
bertcox25-Mar-04 2:32
bertcox25-Mar-04 2:32 
GeneralRe: Listbox in C# with XML Pin
Heath Stewart25-Mar-04 4:49
protectorHeath Stewart25-Mar-04 4:49 
GeneralProcess.GetProcesses(string computerName) Pin
nilhz25-Mar-04 2:16
nilhz25-Mar-04 2:16 
GeneralRe: Process.GetProcesses(string computerName) Pin
Heath Stewart25-Mar-04 4:43
protectorHeath Stewart25-Mar-04 4:43 
GeneralError message that doesn't go away Pin
profoundwhispers24-Mar-04 23:38
profoundwhispers24-Mar-04 23:38 
GeneralRe: Error message that doesn't go away Pin
Dave Kreskowiak25-Mar-04 1:15
mveDave Kreskowiak25-Mar-04 1:15 
GeneralRe: Error message that doesn't go away Pin
Heath Stewart25-Mar-04 4:38
protectorHeath Stewart25-Mar-04 4:38 
GeneralUrgent :remoting callbacks Pin
rana7424-Mar-04 22:06
rana7424-Mar-04 22:06 
GeneralRe: Urgent :remoting callbacks Pin
Heath Stewart25-Mar-04 4:21
protectorHeath Stewart25-Mar-04 4:21 
GeneralAsynchronous Network Transfer Pin
sibish n b24-Mar-04 22:04
sibish n b24-Mar-04 22:04 
GeneralGenerate a Diagram from a Database, algorithms, approaches, tips... Pin
Braulio Dez24-Mar-04 21:12
Braulio Dez24-Mar-04 21:12 
Generalc# forms Pin
DougW4824-Mar-04 18:56
DougW4824-Mar-04 18:56 
GeneralRe: c# forms Pin
Heath Stewart24-Mar-04 20:16
protectorHeath Stewart24-Mar-04 20:16 

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.