Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-19-2005, 10:26 AM   #11 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

Ok, it turned out to be an error on my part, i screwed up my pointers a bit in the dll and so they lost reference to what they were supposed to be pointing to - they were still pointing to the right place it was just there was nothing there and being me i just assumed the worst and that all variables were lost!!. my dlls variables infact remain in memory as required.
fitzjj is offline  
Old 07-19-2005, 10:56 AM   #12 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Just in case you were wondering in C# it's done by the Assembly Class
Code:
Assembly.Load("path_to_dll", <other_params> );

__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On