Click here to Skip to main content
15,917,176 members
Home / Discussions / C#
   

C#

 
GeneralRe: error in casting hashtable Pin
Corinna John24-Jan-05 6:24
Corinna John24-Jan-05 6:24 
GeneralRe: error in casting hashtable Pin
rathishps31-Jan-05 18:05
rathishps31-Jan-05 18:05 
Generaluser32.dll Pin
realmontanakid24-Jan-05 0:17
realmontanakid24-Jan-05 0:17 
GeneralRe: user32.dll Pin
Stefan Troschuetz24-Jan-05 1:11
Stefan Troschuetz24-Jan-05 1:11 
GeneralRe: user32.dll Pin
mav.northwind24-Jan-05 3:09
mav.northwind24-Jan-05 3:09 
GeneralRe: user32.dll Pin
Stefan Troschuetz24-Jan-05 3:30
Stefan Troschuetz24-Jan-05 3:30 
GeneralRe: user32.dll Pin
Dave Kreskowiak24-Jan-05 4:15
mveDave Kreskowiak24-Jan-05 4:15 
General[newbie] using legacy dll Pin
bluish23-Jan-05 23:00
bluish23-Jan-05 23:00 
Hello folks,

I have never been in a project where I need to use legacy dll (non COM dll)
I looked at some examples from that I found in codeproject but I still have some question.

Suppose I have the following methods in my dll:
RF *rfOpen( const char *dev, int mode );

int rfTest ( RF *reader, char *namestr, int namesize, char *verstr, int versize );

where RF declared like this:
typedef struct rfreaderstruct RF;
struct rfreaderstruct {
HANDLE fh;
OVERLAPPED in_ov;
OVERLAPPED out_ov;
unsigned char buffer[BUFSIZ]; /* Read buffer */
int bufferPoint; /* Number of bytes used from inBuf */
int bufferCount; /* The number of bytes in inBuf */
char nonCommandBuffer[BUFSIZ];
int nonCommandBufferPoint;
int nonCommandBufferEnd;
int mode;
int requestInProgress;
int requestOutProgress;

int pendingWrite;
int pendingRead;

RFMessage rfmsg;
int responseState;
unsigned int responseDataCount;
RF *next;
};

how can I make them readable in .Net?

Thanks

GeneralRe: [newbie] using legacy dll Pin
Mike Dimmick24-Jan-05 2:17
Mike Dimmick24-Jan-05 2:17 
Generalreport generator like jasper reports under .net Pin
Alexander Roos23-Jan-05 18:54
sussAlexander Roos23-Jan-05 18:54 
GeneralIE Toolbar Backspace problem Pin
Adnan Siddiqi23-Jan-05 18:02
Adnan Siddiqi23-Jan-05 18:02 
GeneralRe: IE Toolbar Backspace problem Pin
Andy Brummer23-Jan-05 18:05
sitebuilderAndy Brummer23-Jan-05 18:05 
GeneralRe: IE Toolbar Backspace problem Pin
Adnan Siddiqi23-Jan-05 23:52
Adnan Siddiqi23-Jan-05 23:52 
GeneralRe: IE Toolbar Backspace problem Pin
Andy Brummer24-Jan-05 3:18
sitebuilderAndy Brummer24-Jan-05 3:18 
GeneralRe: IE Toolbar Backspace problem Pin
Adnan Siddiqi24-Jan-05 7:58
Adnan Siddiqi24-Jan-05 7:58 
GeneralProblem with WebResponse Pin
xdavidx23-Jan-05 16:53
xdavidx23-Jan-05 16:53 
GeneralRe: Problem with WebResponse Pin
Andy Brummer23-Jan-05 17:52
sitebuilderAndy Brummer23-Jan-05 17:52 
GeneralRe: Problem with WebResponse Pin
xdavidx24-Jan-05 2:24
xdavidx24-Jan-05 2:24 
GeneralProblem in Return DataReader from a ServicedComponent object Pin
kianboo23-Jan-05 15:04
kianboo23-Jan-05 15:04 
GeneralRe: Problem in Return DataReader from a ServicedComponent object Pin
Andy Brummer23-Jan-05 18:02
sitebuilderAndy Brummer23-Jan-05 18:02 
GeneralVideo encryption Pin
Christian Graus23-Jan-05 11:00
protectorChristian Graus23-Jan-05 11:00 
GeneralRe: Video encryption Pin
Andy Brummer23-Jan-05 11:13
sitebuilderAndy Brummer23-Jan-05 11:13 
GeneralRe: Video encryption Pin
Christian Graus23-Jan-05 11:36
protectorChristian Graus23-Jan-05 11:36 
GeneralRe: Video encryption Pin
Andy Brummer23-Jan-05 13:37
sitebuilderAndy Brummer23-Jan-05 13:37 
GeneralRe: Video encryption Pin
Dennis C. Dietrich23-Jan-05 12:14
Dennis C. Dietrich23-Jan-05 12:14 

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.