Home > Back-end > BCB is unable to compile the code in memory
BCB is unable to compile the code in memory
Time:09-23
On the SVN server requires encryption code, don't want to be the code in a colleague's PC, but want to compiled into a DLL to use for everyone, Access to the data from the SVN within a memory address, BCB to compile?
The current approach is to write a tool from the SVN access to the data saved into a CPP file to compile, although you can set the file attributes is not Shared, but when I command-line compiler, or handle to release the file, and then call to make. Exe to read the file, this practice have a chance to source failed to delete, If can directly compiled data memory, do not generate temporary files, you can avoid this problem, the BCB can do?
Or, before I download save into the CPP file to the code data encryption, BCB can for the encrypted file, at compile time, run my decryption process, then send the data to BCC32,
Have this kind of encryption example? Or have other encryption approach?
Thank you
CodePudding user response:
Alone to get a machine in the compiled DLL to submit to SVN