Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: davethomson on January 10, 2016, 01:17:26 PM

Title: Using with Visual Basic 2013
Post by: davethomson on January 10, 2016, 01:17:26 PM
Is there anything I have to do differently in order to use InnoScript with Visual Basic 2013?
Title: Re: Using with Visual Basic 2013
Post by: Randem on January 10, 2016, 01:28:23 PM
None that I am aware of. InnoScript was designed to work with any programming language. There is no special code for VB 2013.
Title: Re: Using with Visual Basic 2013
Post by: davethomson on January 19, 2016, 05:09:39 AM
Innoscript looks for .vbp files but VB 2013 produces .vbproj files.  So, how can I make in installation .exe if I can't read the project file?

As a work-around I would have to:

1. Put the vb 2013 .exe on a flash drive along with the necessary files that the project reads
2. Create the appropriate folder on the user's computer.
3. Copy the vb 2013 .exe and the files it reads into that folder.

Then I the program will execute and read the files.
Title: Re: Using with Visual Basic 2013
Post by: Randem on January 19, 2016, 10:22:31 AM
In that case VB 2013 is really VB.NET.
Use the .NET settings for the project type and follow exactly the same procedures as normal.
Title: Re: Using with Visual Basic 2013
Post by: davethomson on January 21, 2016, 01:15:30 PM
Yes, it is .NET but not sure how to work with its Settings.  any suggestions?
Title: Re: Using with Visual Basic 2013
Post by: Randem on January 21, 2016, 06:43:52 PM
Yes! Try it and you will be sure...  ;D