|
-
Nov 19th, 2001, 05:49 AM
#1
Thread Starter
New Member
Create DLL at run time
Dear Friends,
I have got requirement where in I need to crete dll at run time from another VB project?
Could anybody suggest a soluton on this?
your help is highly appreciated.
Thakur
-
Nov 19th, 2001, 05:55 AM
#2
Addicted Member
Hi
As far as I have been informed, you cannot do this in VB. Try looking into Delphi instead, as I know it can create dll's.
Error... What Error?!?! I've only typed a single character!
______________________________
VB 6.0 EE, Win 2k Pro on AMD Duron 1Ghz/ 384 MB SDRAM
-
Nov 19th, 2001, 05:56 AM
#3
Conquistador
I'm pretty sure this is almost nearly impossible
-
Nov 19th, 2001, 06:04 AM
#4
Addicted Member
Hi Da_Silvy
It can't be impossible, because I have an app that will list all processes and let me set the priorities, and end them as well. Also, While I was looking at the program Subseven, it had a list and kill processes section that worked, (I stupidly shut down Explorer.exe). Now I know that SubSeven is written in Delphi (which I don't know yet), but my point is that they came up with some sort of code that allowed them to do that, and I have seen a VB app do the same. I wasn't sure if anyone on this forum would know how to do this, but I though I would ask anyways.
Thanx for your replies guys, and if anyone new to this thread does know then any tips are still greatly appreciated.
Thanx
Error... What Error?!?! I've only typed a single character!
______________________________
VB 6.0 EE, Win 2k Pro on AMD Duron 1Ghz/ 384 MB SDRAM
-
Nov 19th, 2001, 06:25 AM
#5
Addicted Member
Sorry
Sorry, I replied to the wrong post!!! (don't I feel stupid!)
Error... What Error?!?! I've only typed a single character!
______________________________
VB 6.0 EE, Win 2k Pro on AMD Duron 1Ghz/ 384 MB SDRAM
-
Nov 19th, 2001, 06:28 AM
#6
Fanatic Member
you can use vb to start and stop services and register and unregister dlls
But you cannot have vb create Dll files dynamically during runtime
-
Nov 19th, 2001, 07:18 AM
#7
Conquistador
Re: Sorry
Originally posted by killer_cobra
Sorry, I replied to the wrong post!!! (don't I feel stupid!)
oh well, i'll check your other thread now...
-
Nov 19th, 2001, 08:49 AM
#8
If you have VB installed on that machine then you can by using command line arguments:
C:\Program Files\Microsoft Visual Studio\VB98\vb6.exe /make C:\MyProj\MyProj.vbp C:\MyProj\MyDLL.dll
-
Nov 19th, 2001, 11:15 AM
#9
Black Cat
Would it not be possible to binary write a dll to disk (from a resource, etc.) at run-time? How useful that would be, I don't know.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Nov 19th, 2001, 12:31 PM
#10
-= B u g S l a y e r =-
That would be possible JoshT, but it would not have been compile at runtime... so... don't think its an option.
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
|