Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
converting a C program to dll file
Name: sameen Date: March 4, 2005 at 04:10:18 Pacific OS: Windows 98 CPU/Ram: 128 MB
Comment:
Does anyone know how to convert a C program to a dll file?
Name: BlueRaja Date: March 4, 2005 at 13:42:08 Pacific
Reply:
Uhh...compile it.
BlueRaja.admin@gmail.com
0
Response Number 2
Name: sameen Date: March 4, 2005 at 22:14:15 Pacific
Reply:
Iam using Turbo C compiler for C and I dont find any option which allows me to build a dll of it. When I compile it just creates an exe.
sameen
0
Response Number 3
Name: dtech10 Date: March 5, 2005 at 07:12:44 Pacific
Reply:
Hi I'm no expert on TurboC but I remember from a long time ago, you have to use the TLIB.exe file to create libraries. Type TLIB /? at the command prompt to see the options which might help you.
0
Response Number 4
Name: sameen Date: March 6, 2005 at 21:45:21 Pacific
Reply:
Thanks,
But thats to create a library and not a windows dll. well, I just found some tutorial on how a C dll can be created using VC++.
http://www.rgagnon.com/pbdetails/pb-0123.html and http://www.programmersheaven.com/zone15/cat163/
Summary: hi everyone! where can i get a C++ program to download. if you have any information please put the site on your post, because i want to learn it also if any tutorial you can post the site....
Summary: hi everyone, i'm tyring to learn python by converting a c++ program to python. i have a lot of code converted, but i'm getting alot of errors when trying to execute it. i'm aware of a few programs o...
Summary: Ok, I am a comp sci major and I do work study for the admin computing office on campus. Normally I write database reports on our Unix server. My boss has recently challenged me with this new project. ...