dll

  1. J

    Resolved Need help with adapting C DLL function prototype to VB.Net

    Hi all, I am creating the vb.net application based on C described DLL. I am trying to solve the problem with declaration and using callback function which causing AccessViolationException: The original callback function prototype: typedef void(* NOTIFY_FUNC) (uint32_t MsgId, uint32_t wParam...
  2. C

    dll problem

    I create a dll that connect to database to query some table and return some value (integer), i have test run the code in windows form and no problem found. But i compile it and import the dll to my project, it come out error message. The error message very general. Is dll unable to connect sql...
  3. J

    Question Unable to create object for Excel

    Hello All, I am trying to develop a dll file using Visual Studio 2013 Ultimate for automating Excel. While trying to do so, I receive a big error message while declaring object for workbook. Request you to provide some piece of code to declare object for Excel application and Excel workbook...
  4. J

    Question Query in Developing adding/dll file for excel automation

    Hello All, First post in VBdotforums!!!! I have created a Excel macro(using VBA) which performs specific functions. Due to security reasons i have decided to create my functions in dll and distribute. When i try to create a dll/class library in VS2013, i receive the below error in line...
  5. S

    Question Memory Problems

    Hi guys i have a problem with a block of code in a DLL i have written, the DLL receives Serial Data (NMEA) and then logs it to a file, it also holds in a dictionary (of string and date) the sentence header and the date and time it was last received). I monitor the Task manager Thread-count...
  6. S

    Question DLL Files and Usage

    Hi Ladies and Gents, I am new to VS2012, and used VB6 eons ago. I have been asked to create a program to record serial data and audio data (from Multiple sources). I was wondering if a DLL is the way to go and if it can do what i need it to. Firstly i need a DLL to record the serial data to...
  7. M

    Question Something like ENUM but dynamic

    Hi all, I have a problem that bother me and I wonder if I can get some sugestions here! I have to build a dll which will expose some functions to users! I have to use for some of the functions parameters some guidance for users( like ENUM does), in order to remove inserting wrong data! ENUM is...
  8. Neodynamic

    Using Barcode DLL Component

    In this simple guide, you will learn how to use the Barcode DLL component in RDL reports. System Requirements - Visual Studio (VS) 2005/2008/2010 or Business Intelligent Development Studio (BIDS) 2005/2008/2012 - Reporting Services 2005/2008/2008-R2/2012 ANY Editions (Express, Workgroup, Web...
  9. H

    Error: not found file or assembly ADODB...

    After finish my software, when I was try to run in other computer the error was: Don't possible to get the file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f711d50a3a'... How the best solution for this error? Just to put the last adodb.dll in the application...
  10. T

    SmartCodeDeveloper Barcode Control For Visual Basic .Net

    SmartCodeDeveloper control is feature-rich, multi-purpose barcode SDK that many be deployed in different environments. It empowers organizations with barcode production capability, and enables applications to generate barcodes with its powerful and easy to use DLL (Dynamic link library)...
  11. jaseemameer

    Question Microsoft office object

    creating an object of Microsoft.Office.Interop.Word.Application and initializing gives the error : Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005. It works fine in my pc, but when hosted on server, it...
  12. S

    Question Deploying a referenced .dll to a subdirectory

    I'm writing a windows application that is using some .dll files. I'm wanting it to be "portable" so wont be including an installer with it, and it seems to work OK like that at the moment: can unzip anywhere and run the exe fine. The issue I have is the .dll files I'm using in the project. In...
  13. K

    Trace to see DLLs loading on start

    I am having an issue when I deploy a console app to a server. On my dev station it starts and runs quickly but on the server there is about a 15 second pause when starting up. The pause is happening before Sub Main is called. I am guessing this has something to do with loading referenced DLLs...
  14. B

    Question Attempted to read or write protected memory

    I am trying to use a .dll in .Net that was written in C++ and was previously used in a VB6 application. I get the error mentioned above. I see lots of posts referring to how VB6's long data type is different in .Net but these functions use only integers and strings. Can anyone tell me what is...
  15. froodley

    Delegate params not being mismatched

    Hi, all, I'm new to the forums; I hope I've picked a good one for this post. :confused: I'm having an issue with an application suite I'm developing. The bulk of the work is done in a backend dll that relies heavily on delegate subs in the different apps. The problem I'm having is, I have a...
  16. B

    Question Unable to Load DLL into .NET

    Hello Geeks, I am developing a project that is dealing with CCTV camera made in china. I am provided by some DLLs from the company. Now i want to consume that dll into my application. I have tried default Visual studio's ADD REFERENCE features. then I have tried tlbimp.exe but it doesn't work...
  17. S

    Question Main Application menu plus security

    (I'm new to pc development, developed before on IBM ISeries) Basicly what I want to achieve. I want to create an application with... One main menu, that asks for login (if not logged in) from that main menu start other (sub)application (without the need to re-login) simple example. Let's say...
  18. K

    Question DLL wrapper (pass through reference)

    I have a set of 3rd party DLLs that I would like to simplify for internal use by creating a wrapper class. Is there a way to do this so that the final application that uses my wrapper DLL does not have to set a reference to the 3rd party DLLs directly? I want to be able to use inhertiance in my...
  19. D

    What can i do to prevent anyone from using my DLLs ?

    Scenario: You developing a application named "DemoSoft" which is going to be a shareware or Premium, you use different DLL's in this project and some DLL's are owned by you, they are very useful and valuable, you are selling this software and are charging the customer for what the software does...
  20. Myoldmopar

    Question Deployment: Dependency updates

    Forum: I have a VB.Net windows form application using .Net 3.5 and VS2008. The solution consists of a single application exe, plus several dependent dll projects, and a deployment project to wrap all these together for distribution. As I am incrementing versions of all the projects, I am...
Back
Top