o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

RAS DLLs -

Anyone have the VB Import definitions for any of these:

rasadhlp.dll - Remote Access AutoDial Helper
rasapi32.dll - Remote Access API
rasauto.dll - Remote Access AutoDial Manager
raschap.dll - Remote Access PPP Chap
rasctrs.dll - Windows NT Remote Access Performance Monitor Counter
rasdlg.dll - Remote Access Common Dialog API
rasman.dll - Remote Access Connection Manager Service
rasmans.dll - Remote Access Connection Manager Service
rasmxs.dll - Remote Access Device DLL for Modems, PADs and Switches
rasppp.dll - Remote Access PPPOE
rasrad.dll - Remote Access Server NT RADIUS Client
rassapi.dll - Remote Access Admin APIs
rasser.dll - Remote Access Media DLL for COM Ports
rastls.dll - Remote Access PPPOE EAP-TLS

I think I really need rassapi.dll and rasapi32.dll...

Thanks!

 

DLLs -
I know that DLLs can be created in VB, but I have a couple of queries. Can DLLs be in leiu of modules, ie for Constants and Functions? What is the benefit of using DLL's? Is there a major decrease in project size when DLLs are used?


Deployment - Register / Unregister COM DLLs -
I have a .Net deployment project that includes some COM DLLs. The DLLs are set to install into the application folder and register themselves. The problem I have is that I have another application that uses these DLLs as well, and although the other app has its own copy of the DLLs, th


Securing VB DLLs -
I am using certain DLLs in my Visual Basic application, which are included in the package supplied to any user. I want to lock these DLLs so that no other user can use these DLLs in their applications. Any Idea?


DLL reinstallation -
Hello everybody... I am reinstalling a program that uses DLLs that I created. The first installationg in the computer I detected some errors so I went back to my pc and changed those dlls. I recompile it and created the setup again. When I go to the pc where I want to install it...


Difference in types of DLLs (VB AX DLLs vs. C++/Win DLLs) -
Can anyone explain the difference between the AX DLLs that you might create in VB vs. the DLL libraries that you reference in API calls with Declare Function?


Simple Questions: DLLs, Dependencies -
I ran Dependency Walker on my program but it did not show any of the DLLs I made for my program. I am curious if I may not have done something right. When I use PDW all the DLLs are accounted for. Did I do anything wrong or is this normal? While testing my DLLs I compiled them ma


[02/03] How to use COM-Dlls in .net -
I'm confused! I've got several COM-Dlls using each other, e.g.: A uses B and B uses C and D. Now I started a .net-Project and imported them successfully. Visual Studio created several Interop-Dlls for me and stored them in the project-folder. Now I want to use the same Dlls in anothe


Will COm+ wrapper to VB 6.0 dll be effective -
Hi, I have COM+ dlls created in VB6.0. Since VB6.0 dlls cant support Object Pooling and many advance features of COM+, I want to see if dot net COm+ wrapper to my VB 6.0 dlls will increase the performace of my dlls or not. Any idea, how it will work internally to guess if it will


Please help Reference DLL issues. -
Hello to All, Ok here's my problem. I am adding com References to my application. Which in turn create interop dlls. I've created an install for my application and if I have the interop dlls install into the same directory as my exe file it runs fine. but what I'm try


How do you call the business dlls -
In my applications I use Microsoft dlls but I also use some dlls that the company has developed including business logic and calculations. How do you call both those kinds of dlls. what re the terms used to diferenciate them in the Software industry Thanks.


Running app w/ DLLs over network -
How can I place my application on a network share (with all it's associated DLLs) and have other people able to run it? It runs fine locally, but that's because VB has registered the DLLs that I built locally in my registry. Is there a way to get the program to use DLLs in it's own d


Client app. and dll -
I have on one machine client win application, some .dlls are on machine2. Client app use that dlls, question is: how to put .dlls on machine3 without recompiling client app? Maybe some explanation how to reference dlls in that case. regard j


Runtime Dlls -
I was wondering if there was a way I could destribute my program as a normal .exe to a computer that doesnt have the VB6 Dlls. I know it won't run unless I include the dlls, but is there a way I could put them into my exe as resource files or something? Thanks.


creating and using dlls -
ok.. i know that in vb you can create your own dlls.. but when i try to call them using the private declare function statements.. i can never get them tow ork.. it always says cant fine entry point blah in dllfilename... im wondering if im wirting my functions in the dlls wrong or if i


DLL Problem! Totally Lost!! -
Hi everyone. Please read and help me if you can, I am totally lost with this one. I have a group of projects. That group of projects has 4 projects. 3 ActiveX Dll projects and 1 Exe Project. Some of the DLLs are linked to another one. And the EXE links two of those DLLs. All


DLLs created in VB6 is not accessible to local users -
Hi, We are having some Dlls created using VB6. We are using Multi Active Wizard provided by Maximizer software for creating the VB code. This code is modified and compiled to create the dlls. These dlls are used within Maximizer application. For Administrators and power users these


FedEx DLLS and My Host -
My host supports ASP.NET so here is my question. FedEx provides an API for ASP.NET to track shipments from our company's website. However when I opened the bin folder I nopticed that they are using 3 DLLS that are prefaced with Interop. So when I upload these DLLS to my host, wi


Should I Install DLLs with my program -
I just discovered the Inno Setup installer after having used the Package and Deplyment wizard for a while. The thing I am concerned about is DLLs. The Package and Deployment Wizard packages the DLLs with the .CAB. I am not using any special ones, but I don't know if I can be sure th


[02/03] Adding DLLs to projects -
I was wondering how to add DLLs, like the ones found in C:\WINDOWS\System, to a project? My reason for doing so is to see what's inside of them. I mean, whenever you import something like GDI+ or DirectX aren't you adding a DLL? I would like to understand what exactly is inside of DLLs


MSI and VB6 dlls regsvr32 all users -
I have created an MSI using VS2003 to install a couple of vb6 Office add in dlls and one vb6 dll. I'm using ORCA to open up the msi and add the allusers options but it doesn't seam to work for me. Am I doing something wrong or is there another step. Also the same happens if I


Article - When and how to install VB runtime DLLs, the OLE DLLs & the Common Controls -
Hello, Found this Article on When and how to install VB runtime DLLs, the OLE DLLs and the Common Controls and Common Dialogs Don't know if it is great, but it seemed good enough to be mentioned here. Visual Basic Runtime DLLs and Controls.


VB6 DLLs -
I have a project and that project using 9 DLLs which also created in VB6. Some of the dlls are referenced each other. The problem is that whenever i rebuild any DLLs after updating some code all the dll and the main EXE drop the reference of newly created DLL so i have to create all th


Are there API's that require additional DLLs -
Hi, I've been just wondering if all API functions use only DLLs included in the initial set of Windows 9x, ME, XP and don't require additionally installed DLLs?


DLL - how to use. -
Hi Can somebody tell me how to use DLLs (my own) in my VB programs. I have created some ActiveX DLLs (using VB6). Now I want to use these DLLs in my EXEs( created using VB6). How do I do it?


DUBUGING DLLs for ASP -
Hi, I have another question. Please Help if any body has done this. I need to convert all my DLLs ( BV components ) to C++ MTS components that will be called from ASP clienets, which is not that bad. However, the main problem I have is how to DEBUG the DLLs, I have tried to set up


Question about DLLs running under DLLHOST -
So ASP on IIS5, through application proxy, instantiates methods on a remote server that hosts the custom programmed DLLs (programmed in VB6). When these methods are instantiated, they run under DLLHOST.EXE. If one wants to know which of these custom DLLs & how often a parti


why can't I add these dlls to my vb app -
hello, I use win xp so I added two dlls to the system32 folder and tried to add them to my project, but got the following message: "can't add a reference to the specified file" the dlls are zipping and unzipping dlls from the following address: http://www.vbaccelera


Using Dlls -
Hi, I am using VB6.0. I'm having an Standard EXE Project. I'm having 4 ActiveX Dlls (each having a single class module and a module) and I referenced those dlls in that Std EXE Project. I want to know which one of the following is advantageous. 1. Creating a Single Dll containing all


MDI forms and DLLs -
Hi again everyone. I have a tricky project on the go at the moment any ideas or help would be great. Basically its this. I have a standard vb exe app that will act like a 'desktop controller'. This app will use various DLLs. Each DLLs data being controlled (function calls etc) fr


Unregistering DLLs that don't exist -
Recently I have experimented with adding projects (EXE, DLLs, OCXs) to a project group to keep things organized, but in the process I made a copy of all code for the DLLs and OCXs. When the group compiled it made another copy of the DLL/OCX itself and autoregistered it. Then I deleted


Embedded -
I have created a small update tool for my software which remove some old DLLs and replace with new DLLs. Right now I am giving one folder with that tool which has all the new DLLs. Is there any way in VB6 that I can embedded all the DLLs in one executable as a resource file so that I h


Required updated VB6 and Office XP files or DLLS -
I am Using VB6 and Office XP but I need latest upgrades so from I can download them.Especially in VB6 I am using DLLS are very old so please guide me how I can upgrade my VB6 and office DLLS and features


Debugging Plugin DLLs -
I have been playing with the sample plugin project here (warning sometimes the server can be quite busy), trying to learn as much about C# and plugins as possible. I put a break point on a button click event for one of the plugin DLLs. When I run the solution it does not break at t


How to register DLLs using API call -
hi all! I am just wondering what code I would use to register DLLs using an API call. Like say for example, I include the needed runtime DLLs in the same zip file as my application. What code would I add to my application so that on run, it will register the necessary DLLs? I have


DLL project reference -
I've had a DLL hell kind of morning. I have an app that uses a number of EXE's and 2 DLLs. I had to break compat with each DLL, recompile, then set back to bin-compat and compile. I loaded all the EXEs in the IDE but they lost their pointers to these 2 DLLs. I had to manually s


Detecting DLLs -
Could anyone tell me the APIs, or point to a good example, that will allow me to launch an application and record all of the DLLs that it uses or runs. After the app is finished I would also like to unload any DLLs that weren't closed by the app and aren't be used. By the way, the a


Dll References -
Hi.. I have a question on Dlls and their references. One of my colleague is facing this problem. Here is his query... "When offshore creates DLL and sends it across to me to deploy in the test server here, some of the DLLs are not working. For example, there is one DLL D1,


Observing Activex-DLL Call Timeouts -
Hi all, I have an application, which creates References to ActiveX-Dlls. These ActiveX-Dlls are doing some tasks and the calling app ist wating for the response. So the Dlls are acting in a synchron (plugin-like) surrounding. Now sometimes there can be the case, the Dlls doesn't


One or many business object dlls -
I have read some posts that having one dll as opposed to many is better for performance, but the difference is negligible. However, I have a project that will have around 100 objects. My question is - should I put all the objects in one dll (seperate logically with namespaces) or h


Dlls for addins -
I have some DLLs in a folder named "AddIns". In a VB form is a listbox with all the dlls names. If you click on a dll name that dll should be started. HOW TO DO?