PDA

View Full Version : Microcode Studio Plus



Archangel
- 22nd October 2013, 04:32
I know this is a separate product from an unrelated vendor, but maybe he reads this forum, so here goes.
I wish, I wish, I wish, Microcode Studio Plus, had an option (read check box ) to enable version control, as separate original files at compile time. If it did, I might have a little more hair. :D

Demon
- 22nd October 2013, 21:10
I have a habit of saving files with a version suffix.; ie. TESTv1.BAS.

I do that with just about anything that I edit.

Robert

LinkMTech
- 22nd October 2013, 23:17
I have a habit of saving files with a version suffix.; ie. TESTv1.BAS.


I do the same thing too. But wouldn't it be nice to have a "running" list of the compiled file so all your changes can be reviewed when you screw up?
At least that's what I think Archangel is talking about.

Archangel
- 23rd October 2013, 04:06
you screw up?

Hey, Louie, how did you guess my middle name ?
That's what I want, to generate a unique file name every time it compiles.
Joemessedup.bas
Joemessedup1.bas
Joemessedup2.bas . . .
Joemessedup247.bas
I have programs which do this if they encounter an existing file name that's exactly the same as the one I am saving. Down them all is one and I also recommend it too.

Demon
- 23rd October 2013, 04:36
I do the same thing too. But wouldn't it be nice to have a "running" list of the compiled file so all your changes can be reviewed when you screw up?
At least that's what I think Archangel is talking about.

Yup, I'd appreciate that feature too.

ardhuru
- 29th October 2013, 15:56
Hi guys,

Look up this old thread: http://www.picbasic.co.uk/forum/showthread.php?t=8960

It does pretty much what you need. And thankfully, the serializer utility discussed in that thread is also still available online.

Hope this helps!

LinkMTech
- 29th October 2013, 20:33
Thanks for the link ardhuru.

Eager to try it out has me trying find where to put the "vclsmp50.bpl" file.
I extracted the three files to one folder and tried to open the application but won't because "Vcl50.bpl" was not found.

Alain mentioned this file should be copied to the utility Directory but that's where I got lost and just glad to make it out alive. :biggrin:

LinkMTech
- 31st October 2013, 02:05
Okay got it running with info from Alain on other thread:


Also, Do not forget to add :

VCL50.BPL
VCLX50.BPL

in the utility Directory ...

those can be found on the WEB ...

Then just add INCLUDE " C\...\Serinfo.bas" to the top of the BASIC file :


Didn't get it working completely but can tell it's not what I thought it would be. Seems to only keep a running "counter", with other info, of the compiled file.

Thought it would keep a list of all the same name files, same as "Save As", like Joe mentioned. :frown:

Unless! I'm doing something wrong again...