Harry A
Harry A

Reputation: 121

two VB6 projects with same bas module - one compiles the other doesnt - 1 line of code

I have two projects - where they both include the same exact file from a peer folder modexample.bas

one project compiles and makes no issue. The other complains about this line inside modexample.bas:

Declare Function OPEN_SENT Lib "sk32w.dll" () As Integer

I get the error 53 file not found ""sk32w.dll""

While it doesnt exist in the folder of the project that compiles, I tried putting it in the folder of the project that doesnt - no help.

I am mystified....any VB6 gurus out there got a moment to ponder this issue?

Upvotes: 1

Views: 119

Answers (0)

Related Questions