View Poll Results: VB Win32 API
- Voters
- 12. You may not vote on this poll
-
Nov 2nd, 2001, 12:00 PM
#25
Monday Morning Lunatic
They're provided by the API DLLs, like kernel32.dll rather than the runtime DLL (msvcrt.dll).
Just replacing those two won't negate the need for msvcrt, you'd have to replace EVERYTHING in it - although some things in the library aren't directly supported by the API. For example, to remove all the dependencies you wouldn't be able to use much of the STL without defining your own allocator template (fun ).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|