Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: can any one help me with the memory leak Pin
Tim Smith13-Jan-03 6:45
Tim Smith13-Jan-03 6:45 
GeneralGraphics Pin
chepuri_uk12-Jan-03 19:53
chepuri_uk12-Jan-03 19:53 
GeneralRe: Graphics Pin
includeh1013-Jan-03 0:06
includeh1013-Jan-03 0:06 
GeneralDiscovering DLLs Functions and Parameters Pin
Huttami12-Jan-03 19:34
Huttami12-Jan-03 19:34 
GeneralRe: Discovering DLLs Functions and Parameters Pin
includeh1013-Jan-03 0:15
includeh1013-Jan-03 0:15 
GeneralRe: Discovering DLLs Functions and Parameters Pin
Martyn Pearson13-Jan-03 3:19
Martyn Pearson13-Jan-03 3:19 
GeneralRe: Discovering DLLs Functions and Parameters Pin
Anonymous14-Jan-03 3:46
Anonymous14-Jan-03 3:46 
GeneralRe: Re Discovering DLLs Functions and Parameters Pin
Anonymous14-Jan-03 3:55
Anonymous14-Jan-03 3:55 
1st thank u very much
I wrote the following code to read dll :
(vb code )
dim b as byte
dim c as string*1
open "xx.dll" for random as #1 len=len(b)
open "xx.txt" for random as #2 len=len(c)

while not eof(1)
get #1,,b
c=chr(b)
put #2,,c
wend
close 1
close 2

then I opened xx.txt file to discovering this dll
i read name of functions but the file is not in text format there are symbols blanks ... try this code

it's no help me

suggest ...
hamoud
huttami@hotmail.com


QuestionAny ideas? Pin
Joshua Nussbaum12-Jan-03 19:21
Joshua Nussbaum12-Jan-03 19:21 
AnswerRe: Any ideas? Pin
Moak12-Jan-03 19:37
Moak12-Jan-03 19:37 
AnswerRe: Any ideas? Pin
Nitron13-Jan-03 3:38
Nitron13-Jan-03 3:38 
GeneralWants to develop Intrusion Detection System(IDS) Pin
summo12-Jan-03 19:05
summo12-Jan-03 19:05 
GeneralRe: Wants to develop Intrusion Detection System(IDS) Pin
geo_m13-Jan-03 0:21
geo_m13-Jan-03 0:21 
GeneralRe: Wants to develop Intrusion Detection System(IDS) Pin
Dana Epp15-Jan-03 9:09
Dana Epp15-Jan-03 9:09 
GeneralTemporal position of pMainFrame->LoadFrame & DialogBar Control Updates... Pin
JennyP12-Jan-03 18:52
JennyP12-Jan-03 18:52 
GeneralRe: Temporal position of pMainFrame->LoadFrame & DialogBar Control Updates... Pin
jhwurmbach12-Jan-03 22:52
jhwurmbach12-Jan-03 22:52 
GeneralRe: Temporal position of pMainFrame->LoadFrame & DialogBar Control Updates... Pin
JennyP13-Jan-03 5:56
JennyP13-Jan-03 5:56 
QuestionButton message - half clicked? Pin
Moak12-Jan-03 18:37
Moak12-Jan-03 18:37 
AnswerRe: Button message - half clicked? Pin
JennyP12-Jan-03 18:59
JennyP12-Jan-03 18:59 
GeneralRe: Button message - half clicked (or button without focus)? Pin
Moak12-Jan-03 19:18
Moak12-Jan-03 19:18 
Generalprecise delay--real time controller Pin
Sean111_Yang12-Jan-03 15:55
sussSean111_Yang12-Jan-03 15:55 
GeneralRe: precise delay--real time controller Pin
Taka Muraoka12-Jan-03 16:13
Taka Muraoka12-Jan-03 16:13 
GeneralRe: precise delay--real time controller Pin
Anonymous12-Jan-03 21:58
Anonymous12-Jan-03 21:58 
GeneralRe: precise delay--real time controller Pin
Nitron13-Jan-03 3:41
Nitron13-Jan-03 3:41 
GeneralNeed help calling fortran dll from VC Pin
Pecan20412-Jan-03 14:45
Pecan20412-Jan-03 14:45 

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.