Results 1 to 6 of 6

Thread: Modules Exposed in Package!

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Talking 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

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    ????????????????????
    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??

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    it is a standard .bas module.
    And I did compile before the package

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    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

  5. #5
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043

    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

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    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
  •  



Click Here to Expand Forum to Full Width