Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. my own dll

my own dll

Scheduled Pinned Locked Moved Visual Basic
question
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pablo ar
    wrote on last edited by
    #1

    Can I do my own dll with VB? Pablo.Ar

    J 1 Reply Last reply
    0
    • P Pablo ar

      Can I do my own dll with VB? Pablo.Ar

      J Offline
      J Offline
      jonathan15
      wrote on last edited by
      #2

      Yes, Select ActiveX dll as the new project type. When you select 'make exe' from the file menu when you are finished it will compile the project as a dll. Jon

      P 1 Reply Last reply
      0
      • J jonathan15

        Yes, Select ActiveX dll as the new project type. When you select 'make exe' from the file menu when you are finished it will compile the project as a dll. Jon

        P Offline
        P Offline
        Pablo ar
        wrote on last edited by
        #3

        yeah, I had already tried that (I should´a mention it), but when I compiled and tried to 'use' the .dll (like an api) from another one of my proj´s, there was an error that read 'There is no insertion point for my_1st_dll.dll', or sth of the like. Well, 10x for the interest j15, any other ideas? Pablo.Ar

        J 1 Reply Last reply
        0
        • P Pablo ar

          yeah, I had already tried that (I should´a mention it), but when I compiled and tried to 'use' the .dll (like an api) from another one of my proj´s, there was an error that read 'There is no insertion point for my_1st_dll.dll', or sth of the like. Well, 10x for the interest j15, any other ideas? Pablo.Ar

          J Offline
          J Offline
          jonathan15
          wrote on last edited by
          #4

          Have you tested the dll by adding the project to a project group with just a test form? I would test like this first, then if all seems ok i would re-compile the dll and dont forget to regsvr32 it (should not need this as i think the process of compiling does this but it wont hurt) Jon

          P 1 Reply Last reply
          0
          • J jonathan15

            Have you tested the dll by adding the project to a project group with just a test form? I would test like this first, then if all seems ok i would re-compile the dll and dont forget to regsvr32 it (should not need this as i think the process of compiling does this but it wont hurt) Jon

            P Offline
            P Offline
            Pablo ar
            wrote on last edited by
            #5

            oooooh, thanks for reminding me of regsvr32!!! I think that´s what it´s been all about. Well, I´ll try that (...and testing the dll from a vbg) and tell you about it later. Thanks a million. Pablo.Ar

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups