|
-
Sep 24th, 2001, 07:15 AM
#1
Thread Starter
PowerPoster
Modules Exposed in Package!
Maybe I don't know how to deploy and app properly but....
After I packaged and deployed my app, when I ran the set up, the module my app uses is visible. This is no good because I don't want someone using notepad to view my code.
Any ideas?!
Thanks
-
Sep 24th, 2001, 07:52 AM
#2
????????????????????
Try compiling your code before making a package.
Why do you include the modules?
What kind of modules are they, class modules or code modules.
Should the modules be compiled to an ActiveX DLL first??
-
Sep 24th, 2001, 07:53 AM
#3
Thread Starter
PowerPoster
it is a standard .bas module.
And I did compile before the package
-
Sep 24th, 2001, 07:59 AM
#4
Well if you've compiled it the code in the BAS module is compiled into the EXE file. Remove any source code files from the package, they shouldn't be added in the first place.
Best regards
-
Sep 24th, 2001, 08:00 AM
#5
Frenzied Member
Re: Modules Exposed in Package!
Originally posted by jesus4u
Maybe I don't know how to deploy and app properly but....
After I packaged and deployed my app, when I ran the set up, the module my app uses is visible. This is no good because I don't want someone using notepad to view my code.
Any ideas?!
Thanks
Do not include bas files to your package, cuz they are allready compiled inside exe files.
oh1mie/Vic
-
Sep 24th, 2001, 08:15 AM
#6
Thread Starter
PowerPoster
thank you I didn't know that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|