- Jun 6, 2020
- 11,559
- 4,422
This is not really a tip or a tutorial, more of a warning for others.
I made a small B4J program and wanted to distribute the program on a Windows 10 PC. As I was using jSerial, I followed the instructions
B4X:
I noticed that there was a space before "jssc.dll" and thought I could delete it as it was not required - Wrong! On running my program on another PC, jssc.dll could not be found. It seems that removing the space causes the file to be placed in a sub directory called jssc.dll. Leaving the space, places the file in "bin" directory as required. A...
I made a small B4J program and wanted to distribute the program on a Windows 10 PC. As I was using jSerial, I followed the instructions
برای دیدن لینک ها باید ثبت نام کنید
for special case 5 and added the line to my program.B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
I noticed that there was a space before "jssc.dll" and thought I could delete it as it was not required - Wrong! On running my program on another PC, jssc.dll could not be found. It seems that removing the space causes the file to be placed in a sub directory called jssc.dll. Leaving the space, places the file in "bin" directory as required. A...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید