![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi all, because of another guy working on the same project of mine I found that a form in my application is pointing to a wrong path class e.g. my class path: c:\myapp\class\baseclass.vcx wrong path: c:\NOTmyapp\class\baseclass.vcx i found out that working with class browser i managed to redifine the class for the form but are not able to do that with the components in the form. any idea? thanks and bye. As long as the class library names and class names are the same you can |
#3
| |||
| |||
|
|
ilkaos wrote: hi all, because of another guy working on the same project of mine I found that a form in my application is pointing to a wrong path class e.g. my class path: c:\myapp\class\baseclass.vcx wrong path: c:\NOTmyapp\class\baseclass.vcx i found out that working with class browser i managed to redifine the class for the form but are not able to do that with the components in the form. any idea? thanks and bye. As long as the class library names and class names are the same you can just make the wrong path unreachable (rename it temporarily) and then open the form, it will ask for the components and you can point to the right ones, at least that is how I remember it to work. thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
| |