|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
DLL Injection
Hi,
I am just wondering what it is and how it is used, and what for. thx |
|
#2
|
||||
|
||||
|
It's where you write a DLL or SO in another language and then load it at runtime into another program. You're a pascal guy, right? Well pascal lacks some functions available in other languages (often api-specific functions). So you package them up into a library and load them through your favourite language. SOs and DLLs (SO = for linux, unix and bsd; DLL = for windows). They're mainly written in C and C++.
__________________
~James [Not currently seeking freelance work] Like philosophy or interested in spirituality? Philosophorum. Game Dev Experts Forums Foresight Linux - Because your desktop should be cool! Linux FAQ FedoraFAQ UbuntuGuide |
|
#3
|
||||
|
||||
|
Yeah, I do alot of pascal but I am looking into C++ more and more now just because, as you say, pascal lacks some things (although I like its simplicity). Thx for the answer.
|
|
#4
|
||||
|
||||
|
Hmm...do you know how this wouild be done in C++?
|
|
#5
|
||||
|
||||
|
This may give you inspiration:
http://www.codeproject.com/threads/taskex.asp |
|
#6
|
||||
|
||||
|
Thank you very much
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Other Programming Languages > DLL Injection |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|