Hi to all,
I want to know how to get into dll file.
I do not now anythig about dll.
I do now something about Applications.
So if you can give some link with example and with dllEntryPoint i will send the GOD's to Answer your wishes(:D).I have nothing to offer.
kv79 -1 Posting Whiz in Training
Recommended Answers
Jump to Postdoesn't matter what compiler you use. If you want to write a DLL then you need to create all those files as shown in the tutorial.
To start the DLL project select menu File --> New --> Project then select the DLL icon.
Jump to PostDid you create a DLL project when you got to the window that listed all the different project types? I did, then tried to compile what Dev-C++ generated and got an error that the linker can not find dllcrt0.o even though its in the lib directory. I'm trying to find …
Jump to PostI don't use LoadLibrary() for most DLLs that I write. Instead, I just use __dllimport and prototype it in the *.c or *.cpp application program, then link with the *.lib file that the compiler generated when the DLL was compiled and linked. But of course if you don't have a …
Jump to Post>>I downloaded Visual C++ 2005 Expres Edition ,why i can't make a project ,what to do reslove that?
To create a project: select menu File -->New -->Project, then set Project Type to Win32 and Visual Studio Installed Templates to Win32 Console Application. At the bottom of the screen enter …
All 29 Replies
Duoas 1,025 Postaholic Featured Poster
kv79 -1 Posting Whiz in Training
Duoas 1,025 Postaholic Featured Poster
kv79 -1 Posting Whiz in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
kv79 -1 Posting Whiz in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
kv79 -1 Posting Whiz in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
kv79 -1 Posting Whiz in Training
kv79 -1 Posting Whiz in Training
kv79 -1 Posting Whiz in Training
kv79 -1 Posting Whiz in Training
dubeyprateek 26 Junior Poster
kv79 -1 Posting Whiz in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
dubeyprateek 26 Junior Poster
kv79 -1 Posting Whiz in Training
dubeyprateek 26 Junior Poster
kv79 -1 Posting Whiz in Training
dubeyprateek 26 Junior Poster
dubeyprateek 26 Junior Poster
kv79 -1 Posting Whiz in Training
kv79 -1 Posting Whiz in Training
kv79 -1 Posting Whiz in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
kv79 -1 Posting Whiz in Training
Duoas 1,025 Postaholic Featured Poster
kv79 -1 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.