c++ - Committing a TLB file to repository -



c++ - Committing a TLB file to repository -

i'm importing tlb file project since i'm using com dll. tlb file binary file, need compile source code , wondering if it's programming practice commit repository.

yes, it's ok set binary files in source repository. rule called 'do not set binary files in source repository' should improve called 'do not set temporary files or files compilation result in source repository'. can't produced other files , relevant project (i.e. no editor preference files) can set in repository.

c++ windows dll repository type-library

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -