Advise on building a vb.app

  • Thread starter Thread starter Shane Story
  • Start date Start date
S

Shane Story

If there is a better group for this please tell me.

I would like to build some sort of build batch file/macro or something so
that

I can easily, build my vb app, dotfuscate it (or if there is a better
ofuscator out there let me know), then build my setup.

I don't really know how to do this.

if I use vbc do I have to list each .vb file and in a certain order?

tried /addmodule:.vb but it bombed

Then I want to obfuscate and have the result end up in a place where setup
will grab it in its build.

2nd question:
Considering that anyone can read the source using ildasm is there much use
in trying to write protection schemes in it?


Thanks in advance for any advice.

Shane
 
Hi Shane,

The best thing you can do is just open
MSDN.Microsoft.com (that is special for development)
And than search on things like Sort, Icomparer and Obfuscate

You will be busy till next year if you would read (and understand)
everything about it I think

Merry Chrismass,

Cor
 
Back
Top