English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

im tryna create a program in visual basic 6 that can write dll files its self.i mean dll's that have resources and stuff.but i cant seem to find the code anywhere to help me do this i just cant seem to figure it out.plz any professional programmers help me.tell me what i need to do.what code i should use or any links to help me on this topic.

2006-12-07 22:05:58 · 2 answers · asked by u know me 1 in Computers & Internet Programming & Design

2 answers

The only programs that can really make DLLs are compilers. The reason you're not finding articles on how to make a compiler in Visual Basic 6.0 is probably because nobody has ever done such a thing.

This is not a trivial task, in any way at all. You'd be best to abandon the idea, quite frankly, unless you are a really, really experienced programmer.

If you are insistent on trying (and let me assure you, you have months of work ahead of you), then by far the easiest way to do what you want to do is study the project files for a C++ project carefully, source, resource, and makefiles. Then write your program output all of these correctly (using the Scripting.FileSystemObject I guess), and send shell commands to fire the makefile at a C++ compiler.

2006-12-07 22:14:06 · answer #1 · answered by evolver 6 · 0 0

I'm not sure if Visual Basic 6 can do this I would use C++ will be a lot more powerful. Sorry this isn't much help but thats my answer, C++ would be far more worth while using to do this from my knowledge.

2006-12-08 06:14:19 · answer #2 · answered by Jesus_is_31337 2 · 0 0

fedest.com, questions and answers