I tried to make a package of my app with the package&deploy wizard..

However, it seems like my app is referencing to a local ocx (MSWINSCK.OCX)


The thing is, I wanted to add the winsock ocx as a reference (not a component) so I can use it in a class...since I couldnt find it in the reference list, I just searched my HD for mswinsck.ocs and I added it to my app directory....and added it via References >> Browse...

the problem now, is that, the project isnt referencing it as a relative path (i.e. app.path/mswinsck.ocx) but as an absolute path.. ( C:/My Programs/blah.../mswinsck.ocx)

so obviously, if I try to send my app to someone else, he gets a runtime 429....


Im trying to change that, but I cant see where the reference is made...I checked out Project >> References, but nothing related to winsock is checked...

where can I fix this?? Any help would be appreciated! How can I set my project so the OCX is loaded from app.path/mswinsck.ocx, and not using an absolute path???