Click here to Skip to main content
15,905,504 members
Home / Discussions / C#
   

C#

 
QuestionWhat Other Options Beside System.Data.OleDb? Critical For Me, Please! Pin
Khang Nguyen26-Jun-03 11:55
Khang Nguyen26-Jun-03 11:55 
AnswerRe: What Other Options Beside System.Data.OleDb? Critical For Me, Please! Pin
Anonymous26-Jun-03 14:41
Anonymous26-Jun-03 14:41 
GeneralRe: What Other Options Beside System.Data.OleDb? Critical For Me, Please! Pin
Khang Nguyen27-Jun-03 4:57
Khang Nguyen27-Jun-03 4:57 
GeneralUsing framework version 1.1 Pin
monrobot1326-Jun-03 10:32
monrobot1326-Jun-03 10:32 
GeneralRe: Using framework version 1.1 Pin
Giles26-Jun-03 11:02
Giles26-Jun-03 11:02 
GeneralVolume control in C# Pin
ripsi26-Jun-03 10:17
ripsi26-Jun-03 10:17 
GeneralReading Password from Console Pin
Jarrett Vance26-Jun-03 9:08
Jarrett Vance26-Jun-03 9:08 
GeneralRe: Reading Password from Console Pin
leppie26-Jun-03 9:37
leppie26-Jun-03 9:37 
GeneralRe: Reading Password from Console Pin
Paresh Gheewala26-Jun-03 15:29
Paresh Gheewala26-Jun-03 15:29 
GeneralRemoving legacy app from task bar. Pin
albean26-Jun-03 7:08
albean26-Jun-03 7:08 
GeneralFinalization Pin
Kant26-Jun-03 6:58
Kant26-Jun-03 6:58 
GeneralRe: Finalization Pin
albean26-Jun-03 7:03
albean26-Jun-03 7:03 
GeneralRe: Finalization (Clickety) Pin
Kant26-Jun-03 7:14
Kant26-Jun-03 7:14 
GeneralRe: Finalization Pin
leppie26-Jun-03 7:08
leppie26-Jun-03 7:08 
GeneralRe: Finalization Pin
Kant26-Jun-03 7:18
Kant26-Jun-03 7:18 
GeneralRe: Finalization Pin
leppie26-Jun-03 7:37
leppie26-Jun-03 7:37 
GeneralRe: Finalization Pin
Arun Bhalla26-Jun-03 11:54
Arun Bhalla26-Jun-03 11:54 
GeneralRe: Finalization Pin
albean26-Jun-03 12:02
albean26-Jun-03 12:02 
GeneralOject memory adress. Pin
GriffonRL26-Jun-03 6:49
GriffonRL26-Jun-03 6:49 
GeneralRe: Oject memory adress. Pin
leppie26-Jun-03 7:01
leppie26-Jun-03 7:01 
GeneralRe: Object memory adress. Pin
GriffonRL26-Jun-03 7:28
GriffonRL26-Jun-03 7:28 
GeneralRe: Object memory adress. Pin
leppie26-Jun-03 7:44
leppie26-Jun-03 7:44 
You wont believe it, but I'm stuck with this issue as well (building a VM emulating the CLR VM on top of .NET). If you are intereseted look at the ld.XXXa IL instructions. There seems to be no highlevel functions for this. Maybe something like this would work (no it wont dammit). Maybe...

load an address on stack and then return that as IntPtr, but you have to carefull...

As you can see I'm bit lost too! What I do know (think rather) is that be default GetHashCode() returns the signed addr of a non Value /String object.

I could be wrong.

<a TITLE="See my user info" href=http://www.codeproject.com/script/profile/whos_who.asp?id=38829>leppie<a>::<a TITLE="Go to all articles  written by me" href=http://www.codeproject.com/script/articles/list_articles.asp?userid=38829>AllocCPArticle</a>(<a TITLE="Go to my latest, greatest article!" href=http://www.codeproject.com/useritems/dfamachine.asp >Generic DFA State Machine for .NET</a>);

GeneralRe: Object memory adress. Pin
GriffonRL26-Jun-03 8:31
GriffonRL26-Jun-03 8:31 
GeneralRe: Object memory adress. Pin
leppie26-Jun-03 9:02
leppie26-Jun-03 9:02 
GeneralRe: Object memory adress. Pin
leppie26-Jun-03 9:05
leppie26-Jun-03 9:05 

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.