|
-
Apr 12th, 2002, 09:27 PM
#1
Thread Starter
PowerPoster
Can't you use a project group to...
Can't you use a project group to test a DLL, or ActiveX exe the same way you do to test a ActiveX Control?
Or do you have to have 2 different instances of VB open?
Thanks!
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Apr 12th, 2002, 09:30 PM
#2
Member
Yeah, the VB Books Online (VB5 only ) says that a project group is the way to go, one project to design it, and one to test it.
-
Apr 12th, 2002, 09:34 PM
#3
PowerPoster
you can do the whole thing in the projet group, including debugging and stepping through code from app to dll to dll ...
-
Apr 12th, 2002, 09:35 PM
#4
PowerPoster
Works fine in VB6 too , btw
-
Apr 12th, 2002, 09:57 PM
#5
Thread Starter
PowerPoster
Thats funny.. cause according to this Transcender MCP Pretest software it says you have to have 2 projects open to test an activeX EXE. it says one for a DLL though.
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
Apr 12th, 2002, 10:07 PM
#6
Originally posted by Arc
Thats funny.. cause according to this Transcender MCP Pretest software it says you have to have 2 projects open to test an activeX EXE. it says one for a DLL though.
That is true.
An ActiveX Exe runs out of process and and ActiveX Dll runs in process. That is why you can use one project for the Dll and two for the EXE.
-
Apr 12th, 2002, 10:15 PM
#7
Thread Starter
PowerPoster
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
|