my own dll
-
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
-
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
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
-
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
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
-
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