Does anyone know anyplace on the web that can show me how to make a *.dll file, tell me the difference between a import and a export *.dll file and the pros and cons between them both. i have never made a *.dll file and linked it to my program before so I wouldn''t mind getting like code examples along with it. Thank you very much if anyone can help me out.
braves
quote: Original post by braves
Does anyone know anyplace on the web that can show me how to make a *.dll file, tell me the difference between a import and a export *.dll file and the pros and cons between them both. i have never made a *.dll file and linked it to my program before so I wouldn''t mind getting like code examples along with it. Thank you very much if anyone can help me out.
braves
What compiler are you using? MSVC++ 5.0 and 6.0 both have wizards that get you started with dll''s.
As for code examples... I would try the Microsoft Developer Network web site; I think it''s msdn.microsoft.com
If push comes to shove... email me and I will send you some examples
Dave"Dak Lozar" Loeser
GreatShot.com
Dave Dak Lozar Loeser
"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."--anonymous
"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."--anonymous
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement