Results 1 to 2 of 2

Thread: End-User Code Modules

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41
    Hello -

    I am working on a project where I would like a user to create modules which the program would use to control aspects of the program.

    I have seen this done before in C++ programs but never in VB. In the other programs the code was placed in an ASCII file and the program was able to use it to control the progams AI in a game enviroment.

    I would like to be able to provide this type of functionality in my application. I know it would be possible to create a few sub-procedures to open the ASCII file and scan through it decifering the code line-by-line and running the appropriate tasks (aka building my own compiler) but this is more time-consuming then I really want and would make providing the functionalitiy I am looking for very difficult.

    Does anyone have any ideas of how this may be achieved? Thank you.

    TheLeeMan

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    I think this is quite easy in java, it's very hard in VB, you have to decyfer the code yourself, there's a component you can buy which costs about £100 that just does maths equations, so doing all the code is probably really hard.

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