Unable to get the problem.
-
Hi i am trying to change a component code a little bit to display some statusbar messages etc. By the way the component is devoloped in VB so i did a small change initially to the code like changed the cursor style and code to display some status message after that i did "make DLL" then that worked well on registering the newly created dll. But after that i included a single statement to setfocus to someother control and again i did the makedll this time on registering the dll the component is not at all activating so i removed the statement which i included (i.e to setfocus of some control)again i created the new dll using make dll but unfortunately the new dll(which is like the previous worked one ) not activating the component. What could be the problem why its happening so. Please help me. Thanks in advance.
-
Hi i am trying to change a component code a little bit to display some statusbar messages etc. By the way the component is devoloped in VB so i did a small change initially to the code like changed the cursor style and code to display some status message after that i did "make DLL" then that worked well on registering the newly created dll. But after that i included a single statement to setfocus to someother control and again i did the makedll this time on registering the dll the component is not at all activating so i removed the statement which i included (i.e to setfocus of some control)again i created the new dll using make dll but unfortunately the new dll(which is like the previous worked one ) not activating the component. What could be the problem why its happening so. Please help me. Thanks in advance.
In VB project properties, there are some settings for Version compatibility. The GUID must be changing on each compile probably. Please check these settings. Since I haven't worked with VB so this is just a guess. See if this is your problem.
S o h a i l K a d i w a l a
To Err Is Human; to Debug, Divine