How to extract .dll files from an installed Win 7 OS

Franky

New member
Member
VIP
Local time
3:44 AM
Messages
472
Location
Kurdistan
Hi all,

I have just written some C++ app using MS visual studio compiler and fltk graphics libraries. Now the .exe file of that app works fine on my machine and I know that this is why because I have installed all the needed apps/files etc. on my machine before creating that app.
I expect that when I copy that app into another Windows machine, since it is .exe file (which is the app), it works on that else machine as well. But that else machine needs some .dll files (that I have them in my machine)

My question is that how to copy those required .dll files from my machine and save them into an else machine to make it work with that .exe file, please?
 

My Computer My Computer

At a glance

windows 7 32-bitIntel(R) Core(TM) i3-2120 CPU @ 3.30GHz4.00 GBNVIDIA GeForce GTS 450
Computer type
PC/Desktop
OS
windows 7 32-bit
CPU
Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
Motherboard
Gigabyte Technology Co., Ltd. P61A-D3
Memory
4.00 GB
Graphics Card(s)
NVIDIA GeForce GTS 450
Sound Card
(1) NVIDIA High Definition Audio (2) NVIDIA Virtual Audio
Monitor(s) Displays
Samsung
Hard Drives
ST500DM002-1BC142 ATA Device
Internet Speed
1 Mbps
Antivirus
KIS 2013
Browser
chrome
Guys, it was very easy. I went to the System32 folder from my Win 7 machine, copied the two .dll files and pasted them into System32 folder of the target machine :) The app worked!
 

My Computer My Computer

At a glance

windows 7 32-bitIntel(R) Core(TM) i3-2120 CPU @ 3.30GHz4.00 GBNVIDIA GeForce GTS 450
Computer type
PC/Desktop
OS
windows 7 32-bit
CPU
Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
Motherboard
Gigabyte Technology Co., Ltd. P61A-D3
Memory
4.00 GB
Graphics Card(s)
NVIDIA GeForce GTS 450
Sound Card
(1) NVIDIA High Definition Audio (2) NVIDIA Virtual Audio
Monitor(s) Displays
Samsung
Hard Drives
ST500DM002-1BC142 ATA Device
Internet Speed
1 Mbps
Antivirus
KIS 2013
Browser
chrome
Back
Top